#EC81B4

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

Shades of Persian Pink #EC81B4

Tints of Persian Pink #EC81B4

Color information

#EC81B4 (or 0xEC81B4) is unknown color: approx Persian Pink. HEX triplet: EC, 81 and B4. RGB value is (236,129,180). Sum of RGB (Red+Green+Blue) = 236+129+180=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B4 is #137E4B. Grayscale: #A6A6A6. Windows color (decimal): -1277516 or 11829740. OLE color: 11829740.

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

Color convert

RGB236129180-
CMYK00.450.240.07
HSL331.4º73.79%71.57%-
HSV(B)331.4º45.34%92.55%-
XYZ50.6836.8347.62-
YUV166.81135.45177.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=43.30%
G=23.67%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612918000.450.240.07331.473.7971.57
HexEC81B402D18714b4a48
Octal354201264055307513112110
Binary11101100100000011011010001011011100011110100101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81B4; }

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

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

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

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

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

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

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

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