#ED8DC9

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

Shades of Tea Rose #ED8DC9

Tints of Tea Rose #ED8DC9

Color information

#ED8DC9 (or 0xED8DC9) is unknown color: approx Tea Rose. HEX triplet: ED, 8D and C9. RGB value is (237,141,201). Sum of RGB (Red+Green+Blue) = 237+141+201=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DC9 is #127236. Grayscale: #B0B0B0. Windows color (decimal): -1208887 or 13209069. OLE color: 13209069.

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

Color convert

RGB237141201-
CMYK00.410.150.07
HSL322.5º72.73%74.12%-
HSV(B)322.5º40.51%92.94%-
XYZ54.9941.2760.33-
YUV176.54141.8171.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=40.93%
G=24.35%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714120100.410.150.07322.572.7374.12
HexED8DC9029F7142494a
Octal355215311051177502111112
Binary1110110110001101110010010101001111111110100001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DC9; }

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

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

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

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

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

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

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

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