#EC87B4

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

Shades of Persian Pink #EC87B4

Tints of Persian Pink #EC87B4

Color information

#EC87B4 (or 0xEC87B4) is unknown color: approx Persian Pink. HEX triplet: EC, 87 and B4. RGB value is (236,135,180). Sum of RGB (Red+Green+Blue) = 236+135+180=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87B4 is #13784B. Grayscale: #AAAAAA. Windows color (decimal): -1275980 or 11831276. OLE color: 11831276.

HSL color Cylindrical-coordinate representation of color #EC87B4: hue angle of 333.27º 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 #EC87B4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236135180-
CMYK00.430.240.07
HSL333.27º72.66%72.75%-
HSV(B)333.27º42.8%92.55%-
XYZ51.4938.4647.89-
YUV170.33133.46174.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=42.83%
G=24.50%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613518000.430.240.07333.2772.6672.75
HexEC87B402B18714d4949
Octal354207264053307515111111
Binary11101100100001111011010001010111100011110100110110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87B4; }

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

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

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

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

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

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

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

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