#EC87B8

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

Shades of Persian Pink #EC87B8

Tints of Persian Pink #EC87B8

Color information

#EC87B8 (or 0xEC87B8) is unknown color: approx Persian Pink. HEX triplet: EC, 87 and B8. RGB value is (236,135,184). Sum of RGB (Red+Green+Blue) = 236+135+184=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87B8 is #137847. Grayscale: #AAAAAA. Windows color (decimal): -1275976 or 12093420. OLE color: 12093420.

HSL color Cylindrical-coordinate representation of color #EC87B8: hue angle of 330.89º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC87B8 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236135184-
CMYK00.430.220.07
HSL330.89º72.66%72.75%-
HSV(B)330.89º42.8%92.55%-
XYZ51.9138.6250.07-
YUV170.78135.46174.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=42.52%
G=24.32%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613518400.430.220.07330.8972.6672.75
HexEC87B802B16714b4949
Octal354207270053267513111111
Binary11101100100001111011100001010111011011110100101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87B8; }

 p { color: rgb(236,135,184); }

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

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

 a { background-color: rgb(236,135,184); }

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

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

 span { border-color: rgb(236,135,184); }

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