#E987B6

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

Shades of Persian Pink #E987B6

Tints of Persian Pink #E987B6

Color information

#E987B6 (or 0xE987B6) is unknown color: approx Persian Pink. HEX triplet: E9, 87 and B6. RGB value is (233,135,182). Sum of RGB (Red+Green+Blue) = 233+135+182=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E987B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E987B6 is #167849. Grayscale: #A9A9A9. Windows color (decimal): -1472586 or 11962345. OLE color: 11962345.

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

Color convert

RGB233135182-
CMYK00.420.220.09
HSL331.22º69.01%72.16%-
HSV(B)331.22º42.06%91.37%-
XYZ50.7138.0348.92-
YUV169.66134.97173.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=42.36%
G=24.55%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313518200.420.220.09331.2269.0172.16
HexE987B602A16914b4548
Octal3512072660522611513105110
Binary111010011000011110110110010101010110100110100101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E987B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E987B6; }

 p { color: rgb(233,135,182); }

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

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

 a { background-color: rgb(233,135,182); }

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

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

 span { border-color: rgb(233,135,182); }

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