Html Css Color HEX #EC80C6 Tea Rose

📋 copy color: '#EC80C6'

red 236 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #EC80C6

Tints of Tea Rose #EC80C6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

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

R = 41.99%
G = 22.78%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC80C6 (or 0xEC80C6) is known color: Tea Rose. HEX triplet: EC, 80 and C6. RGB value is (236,128,198). Sum of RGB (Red+Green+Blue) = 236+128+198=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C6 is #137F39. Grayscale: #A8A8A8. Windows color (decimal): -1277754 or 13009132. OLE color: 13009132.

HSL color Cylindrical-coordinate representation of color #EC80C6: hue angle of 321.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80C6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 198 -
CMYK 0 0.46 0.16 0.07
HSL 321.11º 0.74% 0.71% -
HSV(B) 321.11º 0.46% 0.93% -
XYZ 52.5 37.35 57.87 -
YUV 168.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 236 128 198 0 0.46 0.16 0.07 321.11 0.74 0.71
Hex EC 80 C6 0 2E 10 7 141 4A 47
Octal 354 200 306 0 56 20 7 501 112 107
Binary 11101100 10000000 11000110 0 101110 10000 111 101000001 1001010 1000111

Color Harmonies of #EC80C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80C6

Black with #EC80C6

Text Example


Text Example

White with #EC80C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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