Shades of Tea Rose #ED90CE
Tints of Tea Rose #ED90CE
RGB
CMYK
RGB Variations
Color information
#ED90CE (or 0xED90CE) is known color: Tea Rose. HEX triplet: ED, 90 and CE. RGB value is (237,144,206). Sum of RGB (Red+Green+Blue) = 237+144+206=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CE is #126F31. Grayscale: #B2B2B2. Windows color (decimal): -1208114 or 13537517. OLE color: 13537517.
HSL color Cylindrical-coordinate representation of color #ED90CE: hue angle of 320º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90CE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 206 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 320º | 0.72% | 0.75% | - |
| HSV(B) | 320º | 0.39% | 0.93% | - |
| XYZ | 56.04 | 42.41 | 63.62 | - |
| YUV | 178.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 206 | 0 | 0.39 | 0.13 | 0.07 | 320 | 0.72 | 0.75 |
| Hex | ED | 90 | CE | 0 | 27 | D | 7 | 140 | 48 | 4B |
| Octal | 355 | 220 | 316 | 0 | 47 | 15 | 7 | 500 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11001110 | 0 | 100111 | 1101 | 111 | 101000000 | 1001000 | 1001011 |
Color Harmonies of #ED90CE
Complementary color
Monochromatic Colors of #ED90CE
Black with #ED90CE
Text Example
Text Example
White with #ED90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90CE; }
p { color: rgb(237,144,206); }
H1.HeaderClassName
{
color: #ED90CE;
}
.AnyTagClassName
{
color: #ED90CE;
}
</style>
background-color css
<style>
a { background-color: #ED90CE; }
a { background-color: rgb(237,144,206); }
div.DivClassName
{
background-color: #ED90CE;
}
.BgClassName
{
background-color: #ED90CE;
}
</style>
border-color css
<style>
span { border-color: #ED90CE; }
span { border-color: rgb(237,144,206); }
td.TdClassName
{
border-color: #ED90CE;
}
.TagClassName
{
border-color: #ED90CE;
}
</style>