Shades of Tea Rose #ED8DCE
Tints of Tea Rose #ED8DCE
RGB
CMYK
RGB Variations
Color information
#ED8DCE (or 0xED8DCE) is known color: 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
| RGB | 237 | 141 | 206 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.07 |
| HSL | 319.38º | 0.73% | 0.74% | - |
| HSV(B) | 319.38º | 0.41% | 0.93% | - |
| XYZ | 55.59 | 41.51 | 63.47 | - |
| YUV | 177.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 206 | 0 | 0.41 | 0.13 | 0.07 | 319.38 | 0.73 | 0.74 |
| Hex | ED | 8D | CE | 0 | 29 | D | 7 | 13F | 49 | 4A |
| Octal | 355 | 215 | 316 | 0 | 51 | 15 | 7 | 477 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11001110 | 0 | 101001 | 1101 | 111 | 100111111 | 1001001 | 1001010 |
Color Harmonies of #ED8DCE
Complementary color
Monochromatic Colors of #ED8DCE
Black with #ED8DCE
Text Example
Text Example
White with #ED8DCE
Text Example
Text Example
HTML Codes & Css Web 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>