#E987B4

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

Shades of Persian Pink #E987B4

Tints of Persian Pink #E987B4

Color information

#E987B4 (or 0xE987B4) is unknown color: approx Persian Pink. HEX triplet: E9, 87 and B4. RGB value is (233,135,180). Sum of RGB (Red+Green+Blue) = 233+135+180=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E987B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E987B4 is #16784B. Grayscale: #A9A9A9. Windows color (decimal): -1472588 or 11831273. OLE color: 11831273.

HSL color Cylindrical-coordinate representation of color #E987B4: hue angle of 332.45º 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 #E987B4 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB233135180-
CMYK00.420.230.09
HSL332.45º69.01%72.16%-
HSV(B)332.45º42.06%91.37%-
XYZ50.5137.9547.84-
YUV169.43133.97173.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.52%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=42.52%
G=24.64%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313518000.420.230.09332.4569.0172.16
HexE987B402A17914c4548
Octal3512072640522711514105110
Binary111010011000011110110100010101010111100110100110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E987B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E987B4; }

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

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

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

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

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

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

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

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