#E87DB9

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

Shades of Persian Pink #E87DB9

Tints of Persian Pink #E87DB9

Color information

#E87DB9 (or 0xE87DB9) is unknown color: approx Persian Pink. HEX triplet: E8, 7D and B9. RGB value is (232,125,185). Sum of RGB (Red+Green+Blue) = 232+125+185=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DB9 is #178246. Grayscale: #A3A3A3. Windows color (decimal): -1540679 or 12156392. OLE color: 12156392.

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

Color convert

RGB232125185-
CMYK00.460.200.09
HSL326.36º69.93%70%-
HSV(B)326.36º46.12%90.98%-
XYZ49.3735.3350.12-
YUV163.83139.95176.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=42.80%
G=23.06%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212518500.460.200.09326.3669.9370
HexE87DB902E1491464646
Octal3501752710562411506106106
Binary11101000111110110111001010111010100100110100011010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DB9; }

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

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

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

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

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

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

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

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