Shades of Tea Rose #EF90D1
Tints of Tea Rose #EF90D1
RGB
CMYK
RGB Variations
Color information
#EF90D1 (or 0xEF90D1) is known color: Tea Rose. HEX triplet: EF, 90 and D1. RGB value is (239,144,209). Sum of RGB (Red+Green+Blue) = 239+144+209=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90D1 is #106F2E. Grayscale: #B3B3B3. Windows color (decimal): -1077039 or 13734127. OLE color: 13734127.
HSL color Cylindrical-coordinate representation of color #EF90D1: hue angle of 318.95º 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 #EF90D1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 209 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.06 |
| HSL | 318.95º | 0.75% | 0.75% | - |
| HSV(B) | 318.95º | 0.4% | 0.94% | - |
| XYZ | 57.08 | 42.9 | 65.59 | - |
| YUV | 179.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 209 | 0 | 0.40 | 0.13 | 0.06 | 318.95 | 0.75 | 0.75 |
| Hex | EF | 90 | D1 | 0 | 28 | D | 6 | 13F | 4B | 4B |
| Octal | 357 | 220 | 321 | 0 | 50 | 15 | 6 | 477 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11010001 | 0 | 101000 | 1101 | 110 | 100111111 | 1001011 | 1001011 |
Color Harmonies of #EF90D1
Complementary color
Monochromatic Colors of #EF90D1
Black with #EF90D1
Text Example
Text Example
White with #EF90D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90D1; }
p { color: rgb(239,144,209); }
H1.HeaderClassName
{
color: #EF90D1;
}
.AnyTagClassName
{
color: #EF90D1;
}
</style>
background-color css
<style>
a { background-color: #EF90D1; }
a { background-color: rgb(239,144,209); }
div.DivClassName
{
background-color: #EF90D1;
}
.BgClassName
{
background-color: #EF90D1;
}
</style>
border-color css
<style>
span { border-color: #EF90D1; }
span { border-color: rgb(239,144,209); }
td.TdClassName
{
border-color: #EF90D1;
}
.TagClassName
{
border-color: #EF90D1;
}
</style>