Html Css Color HEX #EC80CC Tea Rose

📋 copy color: '#EC80CC'

red 236 ◦ green 128 ◦ blue 204

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

Shades of Tea Rose #EC80CC

Tints of Tea Rose #EC80CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 41.55%
G = 22.54%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC80CC (or 0xEC80CC) is known color: Tea Rose. HEX triplet: EC, 80 and CC. RGB value is (236,128,204). Sum of RGB (Red+Green+Blue) = 236+128+204=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CC is #137F33. Grayscale: #A8A8A8. Windows color (decimal): -1277748 or 13402348. OLE color: 13402348.

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

Color convert

RGB 236 128 204 -
CMYK 0 0.46 0.14 0.07
HSL 317.78º 0.74% 0.71% -
HSV(B) 317.78º 0.46% 0.93% -
XYZ 53.21 37.63 61.59 -
YUV 168.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 236 128 204 0 0.46 0.14 0.07 317.78 0.74 0.71
Hex EC 80 CC 0 2E E 7 13E 4A 47
Octal 354 200 314 0 56 16 7 476 112 107
Binary 11101100 10000000 11001100 0 101110 1110 111 100111110 1001010 1000111

Color Harmonies of #EC80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80CC

Black with #EC80CC

Text Example


Text Example

White with #EC80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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