#ED79C9

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

Shades of Tea Rose #ED79C9

Tints of Tea Rose #ED79C9

Color information

#ED79C9 (or 0xED79C9) is unknown color: approx Tea Rose. HEX triplet: ED, 79 and C9. RGB value is (237,121,201). Sum of RGB (Red+Green+Blue) = 237+121+201=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C9 is #128636. Grayscale: #A4A4A4. Windows color (decimal): -1214007 or 13203949. OLE color: 13203949.

HSL color Cylindrical-coordinate representation of color #ED79C9: hue angle of 318.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79C9 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237121201-
CMYK00.490.150.07
HSL318.62º76.32%70.2%-
HSV(B)318.62º48.95%92.94%-
XYZ52.3135.959.43-
YUV164.8148.43179.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=42.40%
G=21.65%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712120100.490.150.07318.6276.3270.2
HexED79C9031F713f4c46
Octal355171311061177477114106
Binary111011011111001110010010110001111111110011111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79C9; }

 p { color: rgb(237,121,201); }

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

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

 a { background-color: rgb(237,121,201); }

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

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

 span { border-color: rgb(237,121,201); }

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