Html Css Color HEX #EC81C6 Tea Rose

📋 copy color: '#EC81C6'

red 236 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #EC81C6

Tints of Tea Rose #EC81C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 41.92%
G = 22.91%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC81C6 (or 0xEC81C6) is known color: Tea Rose. HEX triplet: EC, 81 and C6. RGB value is (236,129,198). Sum of RGB (Red+Green+Blue) = 236+129+198=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81C6 is #137E39. Grayscale: #A8A8A8. Windows color (decimal): -1277498 or 13009388. OLE color: 13009388.

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

Color convert

RGB 236 129 198 -
CMYK 0 0.45 0.16 0.07
HSL 321.31º 0.74% 0.72% -
HSV(B) 321.31º 0.45% 0.93% -
XYZ 52.64 37.61 57.91 -
YUV 168.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 236 129 198 0 0.45 0.16 0.07 321.31 0.74 0.72
Hex EC 81 C6 0 2D 10 7 141 4A 48
Octal 354 201 306 0 55 20 7 501 112 110
Binary 11101100 10000001 11000110 0 101101 10000 111 101000001 1001010 1001000

Color Harmonies of #EC81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81C6

Black with #EC81C6

Text Example


Text Example

White with #EC81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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