Html Css Color HEX #EC81CC Tea Rose

📋 copy color: '#EC81CC'

red 236 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #EC81CC

Tints of Tea Rose #EC81CC

RGB

 RED value IS 236 (92.58% from 255) = 41.48%

 GREEN value IS 129 (50.78% from 255) = 22.67%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 41.48%
G = 22.67%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC81CC (or 0xEC81CC) is known color: Tea Rose. HEX triplet: EC, 81 and CC. RGB value is (236,129,204). Sum of RGB (Red+Green+Blue) = 236+129+204=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CC is #137E33. Grayscale: #A9A9A9. Windows color (decimal): -1277492 or 13402604. OLE color: 13402604.

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

Color convert

RGB 236 129 204 -
CMYK 0 0.45 0.14 0.07
HSL 317.94º 0.74% 0.72% -
HSV(B) 317.94º 0.45% 0.93% -
XYZ 53.34 37.89 61.63 -
YUV 169.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 236 129 204 0 0.45 0.14 0.07 317.94 0.74 0.72
Hex EC 81 CC 0 2D E 7 13E 4A 48
Octal 354 201 314 0 55 16 7 476 112 110
Binary 11101100 10000001 11001100 0 101101 1110 111 100111110 1001010 1001000

Color Harmonies of #EC81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81CC

Black with #EC81CC

Text Example


Text Example

White with #EC81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81CC; }

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

 H1.HeaderClassName
 {
   color: #EC81CC;
 }
 .AnyTagClassName
 {
   color: #EC81CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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