Shades of Tea Rose #EF90D0
Tints of Tea Rose #EF90D0
RGB
CMYK
RGB Variations
Color information
#EF90D0 (or 0xEF90D0) is known color: Tea Rose. HEX triplet: EF, 90 and D0. RGB value is (239,144,208). Sum of RGB (Red+Green+Blue) = 239+144+208=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90D0 is #106F2F. Grayscale: #B3B3B3. Windows color (decimal): -1077040 or 13668591. OLE color: 13668591.
HSL color Cylindrical-coordinate representation of color #EF90D0: hue angle of 319.58º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90D0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 208 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.06 |
| HSL | 319.58º | 0.75% | 0.75% | - |
| HSV(B) | 319.58º | 0.4% | 0.94% | - |
| XYZ | 56.96 | 42.85 | 64.94 | - |
| YUV | 179.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 208 | 0 | 0.40 | 0.13 | 0.06 | 319.58 | 0.75 | 0.75 |
| Hex | EF | 90 | D0 | 0 | 28 | D | 6 | 140 | 4B | 4B |
| Octal | 357 | 220 | 320 | 0 | 50 | 15 | 6 | 500 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11010000 | 0 | 101000 | 1101 | 110 | 101000000 | 1001011 | 1001011 |
Color Harmonies of #EF90D0
Complementary color
Monochromatic Colors of #EF90D0
Black with #EF90D0
Text Example
Text Example
White with #EF90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90D0; }
p { color: rgb(239,144,208); }
H1.HeaderClassName
{
color: #EF90D0;
}
.AnyTagClassName
{
color: #EF90D0;
}
</style>
background-color css
<style>
a { background-color: #EF90D0; }
a { background-color: rgb(239,144,208); }
div.DivClassName
{
background-color: #EF90D0;
}
.BgClassName
{
background-color: #EF90D0;
}
</style>
border-color css
<style>
span { border-color: #EF90D0; }
span { border-color: rgb(239,144,208); }
td.TdClassName
{
border-color: #EF90D0;
}
.TagClassName
{
border-color: #EF90D0;
}
</style>