#EC81CE

Color #EC81CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC81CE

Tints of Tea Rose #EC81CE

Color information

#EC81CE (or 0xEC81CE) is unknown color: approx Tea Rose. HEX triplet: EC, 81 and CE. RGB value is (236,129,206). Sum of RGB (Red+Green+Blue) = 236+129+206=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CE is #137E31. Grayscale: #A9A9A9. Windows color (decimal): -1277490 or 13533676. OLE color: 13533676.

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

Color convert

RGB236129206-
CMYK00.450.130.07
HSL316.82º73.79%71.57%-
HSV(B)316.82º45.34%92.55%-
XYZ53.5837.9962.9-
YUV169.77148.45175.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=41.33%
G=22.59%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612920600.450.130.07316.8273.7971.57
HexEC81CE02DD713d4a48
Octal354201316055157475112110
Binary1110110010000001110011100101101110111110011110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81CE; }

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

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

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

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

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

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

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

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