#EA87BC

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

Shades of Persian Pink #EA87BC

Tints of Persian Pink #EA87BC

Color information

#EA87BC (or 0xEA87BC) is unknown color: approx Persian Pink. HEX triplet: EA, 87 and BC. RGB value is (234,135,188). Sum of RGB (Red+Green+Blue) = 234+135+188=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87BC is #157843. Grayscale: #AAAAAA. Windows color (decimal): -1407044 or 12355562. OLE color: 12355562.

HSL color Cylindrical-coordinate representation of color #EA87BC: hue angle of 327.88º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87BC is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234135188-
CMYK00.420.200.08
HSL327.88º70.21%72.35%-
HSV(B)327.88º42.31%91.76%-
XYZ51.6738.4552.28-
YUV170.64137.8173.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=42.01%
G=24.24%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413518800.420.200.08327.8870.2172.35
HexEA87BC02A1481484648
Octal3522072740522410510106110
Binary111010101000011110111100010101010100100010100100010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87BC; }

 p { color: rgb(234,135,188); }

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

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

 a { background-color: rgb(234,135,188); }

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

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

 span { border-color: rgb(234,135,188); }

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