Shades of Tea Rose #ED90CF
Tints of Tea Rose #ED90CF
RGB
CMYK
RGB Variations
Color information
#ED90CF (or 0xED90CF) is known color: Tea Rose. HEX triplet: ED, 90 and CF. RGB value is (237,144,207). Sum of RGB (Red+Green+Blue) = 237+144+207=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CF is #126F30. Grayscale: #B2B2B2. Windows color (decimal): -1208113 or 13603053. OLE color: 13603053.
HSL color Cylindrical-coordinate representation of color #ED90CF: hue angle of 319.35º 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 #ED90CF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 207 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 319.35º | 0.72% | 0.75% | - |
| HSV(B) | 319.35º | 0.39% | 0.93% | - |
| XYZ | 56.16 | 42.46 | 64.27 | - |
| YUV | 178.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 207 | 0 | 0.39 | 0.13 | 0.07 | 319.35 | 0.72 | 0.75 |
| Hex | ED | 90 | CF | 0 | 27 | D | 7 | 13F | 48 | 4B |
| Octal | 355 | 220 | 317 | 0 | 47 | 15 | 7 | 477 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11001111 | 0 | 100111 | 1101 | 111 | 100111111 | 1001000 | 1001011 |
Color Harmonies of #ED90CF
Complementary color
Monochromatic Colors of #ED90CF
Black with #ED90CF
Text Example
Text Example
White with #ED90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90CF; }
p { color: rgb(237,144,207); }
H1.HeaderClassName
{
color: #ED90CF;
}
.AnyTagClassName
{
color: #ED90CF;
}
</style>
background-color css
<style>
a { background-color: #ED90CF; }
a { background-color: rgb(237,144,207); }
div.DivClassName
{
background-color: #ED90CF;
}
.BgClassName
{
background-color: #ED90CF;
}
</style>
border-color css
<style>
span { border-color: #ED90CF; }
span { border-color: rgb(237,144,207); }
td.TdClassName
{
border-color: #ED90CF;
}
.TagClassName
{
border-color: #ED90CF;
}
</style>