#EC81B3

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

Shades of Persian Pink #EC81B3

Tints of Persian Pink #EC81B3

Color information

#EC81B3 (or 0xEC81B3) is unknown color: approx Persian Pink. HEX triplet: EC, 81 and B3. RGB value is (236,129,179). Sum of RGB (Red+Green+Blue) = 236+129+179=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B3 is #137E4C. Grayscale: #A6A6A6. Windows color (decimal): -1277517 or 11764204. OLE color: 11764204.

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

Color convert

RGB236129179-
CMYK00.450.240.07
HSL331.96º73.79%71.57%-
HSV(B)331.96º45.34%92.55%-
XYZ50.5836.7947.08-
YUV166.69134.95177.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=43.38%
G=23.71%
B=32.90%

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
Decimal23612917900.450.240.07331.9673.7971.57
HexEC81B302D18714c4a48
Octal354201263055307514112110
Binary11101100100000011011001101011011100011110100110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81B3; }

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

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

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

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

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

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

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

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