Html Css Color HEX #EC81CE Tea Rose

📋 copy color: '#EC81CE'

red 236 ◦ green 129 ◦ blue 206

#EC81CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EC81CE

Tints of Tea Rose #EC81CE

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 value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC81CE (or 0xEC81CE) is known color: 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

RGB 236 129 206 -
CMYK 0 0.45 0.13 0.07
HSL 316.82º 0.74% 0.72% -
HSV(B) 316.82º 0.45% 0.93% -
XYZ 53.58 37.99 62.9 -
YUV 169.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 236 129 206 0 0.45 0.13 0.07 316.82 0.74 0.72
Hex EC 81 CE 0 2D D 7 13D 4A 48
Octal 354 201 316 0 55 15 7 475 112 110
Binary 11101100 10000001 11001110 0 101101 1101 111 100111101 1001010 1001000

Color Harmonies of #EC81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81CE

Black with #EC81CE

Text Example


Text Example

White with #EC81CE

Text Example


Text Example

HTML Codes & Css Web 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>