#E87FB9

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

Shades of Persian Pink #E87FB9

Tints of Persian Pink #E87FB9

Color information

#E87FB9 (or 0xE87FB9) is unknown color: approx Persian Pink. HEX triplet: E8, 7F and B9. RGB value is (232,127,185). Sum of RGB (Red+Green+Blue) = 232+127+185=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FB9 is #178046. Grayscale: #A4A4A4. Windows color (decimal): -1540167 or 12156904. OLE color: 12156904.

HSL color Cylindrical-coordinate representation of color #E87FB9: hue angle of 326.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FB9 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232127185-
CMYK00.450.200.09
HSL326.86º69.54%70.39%-
HSV(B)326.86º45.26%90.98%-
XYZ49.6335.8450.2-
YUV165.01139.29175.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=42.65%
G=23.35%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212718500.450.200.09326.8669.5470.39
HexE87FB902D1491474646
Octal3501772710552411507106106
Binary11101000111111110111001010110110100100110100011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87FB9; }

 p { color: rgb(232,127,185); }

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

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

 a { background-color: rgb(232,127,185); }

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

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

 span { border-color: rgb(232,127,185); }

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