#ED80CE

Color #ED80CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #ED80CE

Tints of Tea Rose #ED80CE

Color information

#ED80CE (or 0xED80CE) is unknown color: approx Tea Rose. HEX triplet: ED, 80 and CE. RGB value is (237,128,206). Sum of RGB (Red+Green+Blue) = 237+128+206=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80CE is #127F31. Grayscale: #A9A9A9. Windows color (decimal): -1212210 or 13533421. OLE color: 13533421.

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

Color convert

RGB237128206-
CMYK00.460.130.07
HSL317.06º75.17%71.57%-
HSV(B)317.06º45.99%92.94%-
XYZ53.7837.962.87-
YUV169.48148.61176.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=41.51%
G=22.42%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712820600.460.130.07317.0675.1771.57
HexED80CE02ED713d4b48
Octal355200316056157475113110
Binary1110110110000000110011100101110110111110011110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80CE; }

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

 H1.HeaderClassName
 {
   color: #ED80CE;
 }
 .AnyTagClassName
 {
   color: #ED80CE;
 }
</style>
background-color css

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

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

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

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

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

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