Html Css Color HEX #EC81C3 Tea Rose

📋 copy color: '#EC81C3'

red 236 ◦ green 129 ◦ blue 195

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

Shades of Tea Rose #EC81C3

Tints of Tea Rose #EC81C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 42.14%
G = 23.04%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC81C3 (or 0xEC81C3) is known color: Tea Rose. HEX triplet: EC, 81 and C3. RGB value is (236,129,195). Sum of RGB (Red+Green+Blue) = 236+129+195=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81C3 is #137E3C. Grayscale: #A8A8A8. Windows color (decimal): -1277501 or 12812780. OLE color: 12812780.

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

Color convert

RGB 236 129 195 -
CMYK 0 0.45 0.17 0.07
HSL 322.99º 0.74% 0.72% -
HSV(B) 322.99º 0.45% 0.93% -
XYZ 52.29 37.47 56.11 -
YUV 168.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 236 129 195 0 0.45 0.17 0.07 322.99 0.74 0.72
Hex EC 81 C3 0 2D 11 7 143 4A 48
Octal 354 201 303 0 55 21 7 503 112 110
Binary 11101100 10000001 11000011 0 101101 10001 111 101000011 1001010 1001000

Color Harmonies of #EC81C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81C3

Black with #EC81C3

Text Example


Text Example

White with #EC81C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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