Html Css Color HEX #EC80C4 Tea Rose

📋 copy color: '#EC80C4'

red 236 ◦ green 128 ◦ blue 196

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

Shades of Tea Rose #EC80C4

Tints of Tea Rose #EC80C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35%

R = 42.14%
G = 22.86%
B = 35%

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

#EC80C4 (or 0xEC80C4) is known color: Tea Rose. HEX triplet: EC, 80 and C4. RGB value is (236,128,196). Sum of RGB (Red+Green+Blue) = 236+128+196=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C4 is #137F3B. Grayscale: #A7A7A7. Windows color (decimal): -1277756 or 12878060. OLE color: 12878060.

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

Color convert

RGB 236 128 196 -
CMYK 0 0.46 0.17 0.07
HSL 322.22º 0.74% 0.71% -
HSV(B) 322.22º 0.46% 0.93% -
XYZ 52.28 37.26 56.66 -
YUV 168.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 236 128 196 0 0.46 0.17 0.07 322.22 0.74 0.71
Hex EC 80 C4 0 2E 11 7 142 4A 47
Octal 354 200 304 0 56 21 7 502 112 107
Binary 11101100 10000000 11000100 0 101110 10001 111 101000010 1001010 1000111

Color Harmonies of #EC80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80C4

Black with #EC80C4

Text Example


Text Example

White with #EC80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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