Shades of Tea Rose #ED91D0
Tints of Tea Rose #ED91D0
RGB
CMYK
RGB Variations
Color information
#ED91D0 (or 0xED91D0) is known color: Tea Rose. HEX triplet: ED, 91 and D0. RGB value is (237,145,208). Sum of RGB (Red+Green+Blue) = 237+145+208=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D0 is #126E2F. Grayscale: #B3B3B3. Windows color (decimal): -1207856 or 13668845. OLE color: 13668845.
HSL color Cylindrical-coordinate representation of color #ED91D0: hue angle of 318.91º 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 #ED91D0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 208 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.07 |
| HSL | 318.91º | 0.72% | 0.75% | - |
| HSV(B) | 318.91º | 0.39% | 0.93% | - |
| XYZ | 56.44 | 42.81 | 64.96 | - |
| YUV | 179.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 208 | 0 | 0.39 | 0.12 | 0.07 | 318.91 | 0.72 | 0.75 |
| Hex | ED | 91 | D0 | 0 | 27 | C | 7 | 13F | 48 | 4B |
| Octal | 355 | 221 | 320 | 0 | 47 | 14 | 7 | 477 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11010000 | 0 | 100111 | 1100 | 111 | 100111111 | 1001000 | 1001011 |
Color Harmonies of #ED91D0
Complementary color
Monochromatic Colors of #ED91D0
Black with #ED91D0
Text Example
Text Example
White with #ED91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91D0; }
p { color: rgb(237,145,208); }
H1.HeaderClassName
{
color: #ED91D0;
}
.AnyTagClassName
{
color: #ED91D0;
}
</style>
background-color css
<style>
a { background-color: #ED91D0; }
a { background-color: rgb(237,145,208); }
div.DivClassName
{
background-color: #ED91D0;
}
.BgClassName
{
background-color: #ED91D0;
}
</style>
border-color css
<style>
span { border-color: #ED91D0; }
span { border-color: rgb(237,145,208); }
td.TdClassName
{
border-color: #ED91D0;
}
.TagClassName
{
border-color: #ED91D0;
}
</style>