#ED8DCE

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

Shades of Tea Rose #ED8DCE

Tints of Tea Rose #ED8DCE

Color information

#ED8DCE (or 0xED8DCE) is unknown color: approx Tea Rose. HEX triplet: ED, 8D and CE. RGB value is (237,141,206). Sum of RGB (Red+Green+Blue) = 237+141+206=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DCE is #127231. Grayscale: #B0B0B0. Windows color (decimal): -1208882 or 13536749. OLE color: 13536749.

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

Color convert

RGB237141206-
CMYK00.410.130.07
HSL319.38º72.73%74.12%-
HSV(B)319.38º40.51%92.94%-
XYZ55.5941.5163.47-
YUV177.11144.3170.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=40.58%
G=24.14%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714120600.410.130.07319.3872.7374.12
HexED8DCE029D713f494a
Octal355215316051157477111112
Binary1110110110001101110011100101001110111110011111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DCE; }

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

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

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

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

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

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

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

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