Html Css Color HEX #EC80C5 Tea Rose

📋 copy color: '#EC80C5'

red 236 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #EC80C5

Tints of Tea Rose #EC80C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 42.07%
G = 22.82%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC80C5 (or 0xEC80C5) is known color: Tea Rose. HEX triplet: EC, 80 and C5. RGB value is (236,128,197). Sum of RGB (Red+Green+Blue) = 236+128+197=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C5 is #137F3A. Grayscale: #A7A7A7. Windows color (decimal): -1277755 or 12943596. OLE color: 12943596.

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

Color convert

RGB 236 128 197 -
CMYK 0 0.46 0.17 0.07
HSL 321.67º 0.74% 0.71% -
HSV(B) 321.67º 0.46% 0.93% -
XYZ 52.39 37.3 57.26 -
YUV 168.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 236 128 197 0 0.46 0.17 0.07 321.67 0.74 0.71
Hex EC 80 C5 0 2E 11 7 142 4A 47
Octal 354 200 305 0 56 21 7 502 112 107
Binary 11101100 10000000 11000101 0 101110 10001 111 101000010 1001010 1000111

Color Harmonies of #EC80C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80C5

Black with #EC80C5

Text Example


Text Example

White with #EC80C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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