Html Css Color HEX #ED80CC Tea Rose

📋 copy color: '#ED80CC'

red 237 ◦ green 128 ◦ blue 204

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

Shades of Tea Rose #ED80CC

Tints of Tea Rose #ED80CC

RGB

 RED value IS 237 (92.97% from 255) = 41.65%

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

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

R = 41.65%
G = 22.5%
B = 35.85%

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

#ED80CC (or 0xED80CC) is known color: Tea Rose. HEX triplet: ED, 80 and CC. RGB value is (237,128,204). Sum of RGB (Red+Green+Blue) = 237+128+204=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80CC is #127F33. Grayscale: #A9A9A9. Windows color (decimal): -1212212 or 13402349. OLE color: 13402349.

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

Color convert

RGB 237 128 204 -
CMYK 0 0.46 0.14 0.07
HSL 318.17º 0.75% 0.72% -
HSV(B) 318.17º 0.46% 0.93% -
XYZ 53.54 37.8 61.6 -
YUV 169.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 237 128 204 0 0.46 0.14 0.07 318.17 0.75 0.72
Hex ED 80 CC 0 2E E 7 13E 4B 48
Octal 355 200 314 0 56 16 7 476 113 110
Binary 11101101 10000000 11001100 0 101110 1110 111 100111110 1001011 1001000

Color Harmonies of #ED80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80CC

Black with #ED80CC

Text Example


Text Example

White with #ED80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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