#e86fb4

Color #E86FB4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E86FB4

Tints of Persian Pink #E86FB4

Color information

#E86FB4 (or 0xE86FB4) is unknown color: approx Persian Pink. HEX triplet: E8, 6F and B4. RGB value is (232,111,180). Sum of RGB (Red+Green+Blue) = 232+111+180=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86FB4 is #17904B. Grayscale: #9A9A9A. Windows color (decimal): -1544268 or 11825128. OLE color: 11825128.

HSL color Cylindrical-coordinate representation of color #E86FB4: hue angle of 325.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86FB4 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232111180-
CMYK00.520.220.09
HSL325.79º72.46%67.25%-
HSV(B)325.79º52.16%90.98%-
XYZ47.231.8246.83-
YUV155.04142.09182.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=44.36%
G=21.22%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211118000.520.220.09325.7972.4667.25
HexE86FB40341691464843
Octal3501572640642611506110103
Binary11101000110111110110100011010010110100110100011010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86fb4; }

 p { color: rgb(232,111,180); }

 H1.HeaderClassName
 {
   color: #e86fb4;
 }
 .AnyTagClassName
 {
   color: #e86fb4;
 }
</style>
background-color css

<style>
 a { background-color: #e86fb4; }

 a { background-color: rgb(232,111,180); }

 div.DivClassName
 {
   background-color: #e86fb4;
 }
 .BgClassName
 {
   background-color: #e86fb4;
 }
</style>
border-color css

<style>
 span { border-color: #e86fb4; }

 span { border-color: rgb(232,111,180); }

 td.TdClassName
 {
   border-color: #e86fb4;
 }
 .TagClassName
 {
   border-color: #e86fb4;
 }
</style>