#EC81D0

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

Shades of Tea Rose #EC81D0

Tints of Tea Rose #EC81D0

Color information

#EC81D0 (or 0xEC81D0) is unknown color: approx Tea Rose. HEX triplet: EC, 81 and D0. RGB value is (236,129,208). Sum of RGB (Red+Green+Blue) = 236+129+208=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81D0 is #137E2F. Grayscale: #A9A9A9. Windows color (decimal): -1277488 or 13664748. OLE color: 13664748.

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

Color convert

RGB236129208-
CMYK00.450.120.07
HSL315.7º73.79%71.57%-
HSV(B)315.7º45.34%92.55%-
XYZ53.8338.0964.19-
YUV170149.45175.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=41.19%
G=22.51%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612920800.450.120.07315.773.7971.57
HexEC81D002DC713c4a48
Octal354201320055147474112110
Binary1110110010000001110100000101101110011110011110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81D0; }

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

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

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

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

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

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

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

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