#EC81B6

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

Shades of Persian Pink #EC81B6

Tints of Persian Pink #EC81B6

Color information

#EC81B6 (or 0xEC81B6) is unknown color: approx Persian Pink. HEX triplet: EC, 81 and B6. RGB value is (236,129,182). Sum of RGB (Red+Green+Blue) = 236+129+182=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B6 is #137E49. Grayscale: #A6A6A6. Windows color (decimal): -1277514 or 11960812. OLE color: 11960812.

HSL color Cylindrical-coordinate representation of color #EC81B6: hue angle of 330.28º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81B6 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236129182-
CMYK00.450.230.07
HSL330.28º73.79%71.57%-
HSV(B)330.28º45.34%92.55%-
XYZ50.8936.9148.7-
YUV167.03136.45177.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=43.14%
G=23.58%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612918200.450.230.07330.2873.7971.57
HexEC81B602D17714a4a48
Octal354201266055277512112110
Binary11101100100000011011011001011011011111110100101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81B6; }

 p { color: rgb(236,129,182); }

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

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

 a { background-color: rgb(236,129,182); }

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

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

 span { border-color: rgb(236,129,182); }

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