#EC87B3

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

Shades of Persian Pink #EC87B3

Tints of Persian Pink #EC87B3

Color information

#EC87B3 (or 0xEC87B3) is unknown color: approx Persian Pink. HEX triplet: EC, 87 and B3. RGB value is (236,135,179). Sum of RGB (Red+Green+Blue) = 236+135+179=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87B3 is #13784C. Grayscale: #AAAAAA. Windows color (decimal): -1275981 or 11765740. OLE color: 11765740.

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

Color convert

RGB236135179-
CMYK00.430.240.07
HSL333.86º72.66%72.75%-
HSV(B)333.86º42.8%92.55%-
XYZ51.3938.4247.35-
YUV170.21132.96174.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=42.91%
G=24.55%
B=32.55%

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
Decimal23613517900.430.240.07333.8672.6672.75
HexEC87B302B18714e4949
Octal354207263053307516111111
Binary11101100100001111011001101010111100011110100111010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87B3; }

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

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

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

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

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

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

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

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