#ED80CD

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

Shades of Tea Rose #ED80CD

Tints of Tea Rose #ED80CD

Color information

#ED80CD (or 0xED80CD) is unknown color: approx Tea Rose. HEX triplet: ED, 80 and CD. RGB value is (237,128,205). Sum of RGB (Red+Green+Blue) = 237+128+205=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80CD is #127F32. Grayscale: #A9A9A9. Windows color (decimal): -1212211 or 13467885. OLE color: 13467885.

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

Color convert

RGB237128205-
CMYK00.460.140.07
HSL317.61º75.17%71.57%-
HSV(B)317.61º45.99%92.94%-
XYZ53.6637.8562.24-
YUV169.37148.11176.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=41.58%
G=22.46%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712820500.460.140.07317.6175.1771.57
HexED80CD02EE713e4b48
Octal355200315056167476113110
Binary1110110110000000110011010101110111011110011111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80CD; }

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

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

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

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

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

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

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

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