#EC81CB

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

Shades of Tea Rose #EC81CB

Tints of Tea Rose #EC81CB

Color information

#EC81CB (or 0xEC81CB) is unknown color: approx Tea Rose. HEX triplet: EC, 81 and CB. RGB value is (236,129,203). Sum of RGB (Red+Green+Blue) = 236+129+203=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CB is #137E34. Grayscale: #A9A9A9. Windows color (decimal): -1277493 or 13337068. OLE color: 13337068.

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

Color convert

RGB236129203-
CMYK00.450.140.07
HSL318.5º73.79%71.57%-
HSV(B)318.5º45.34%92.55%-
XYZ53.2237.8561-
YUV169.43146.95175.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=41.55%
G=22.71%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612920300.450.140.07318.573.7971.57
HexEC81CB02DE713f4a48
Octal354201313055167477112110
Binary1110110010000001110010110101101111011110011111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81CB; }

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

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

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

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

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

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

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

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