Shades of Tea Rose #EF8ED2
Tints of Tea Rose #EF8ED2
RGB
CMYK
RGB Variations
Color information
#EF8ED2 (or 0xEF8ED2) is known color: Tea Rose. HEX triplet: EF, 8E and D2. RGB value is (239,142,210). Sum of RGB (Red+Green+Blue) = 239+142+210=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ED2 is #10712D. Grayscale: #B2B2B2. Windows color (decimal): -1077550 or 13799151. OLE color: 13799151.
HSL color Cylindrical-coordinate representation of color #EF8ED2: hue angle of 317.94º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8ED2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 210 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.06 |
| HSL | 317.94º | 0.75% | 0.75% | - |
| HSV(B) | 317.94º | 0.41% | 0.94% | - |
| XYZ | 56.9 | 42.35 | 66.15 | - |
| YUV | 178.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 210 | 0 | 0.41 | 0.12 | 0.06 | 317.94 | 0.75 | 0.75 |
| Hex | EF | 8E | D2 | 0 | 29 | C | 6 | 13E | 4B | 4B |
| Octal | 357 | 216 | 322 | 0 | 51 | 14 | 6 | 476 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11010010 | 0 | 101001 | 1100 | 110 | 100111110 | 1001011 | 1001011 |
Color Harmonies of #EF8ED2
Complementary color
Monochromatic Colors of #EF8ED2
Black with #EF8ED2
Text Example
Text Example
White with #EF8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ED2; }
p { color: rgb(239,142,210); }
H1.HeaderClassName
{
color: #EF8ED2;
}
.AnyTagClassName
{
color: #EF8ED2;
}
</style>
background-color css
<style>
a { background-color: #EF8ED2; }
a { background-color: rgb(239,142,210); }
div.DivClassName
{
background-color: #EF8ED2;
}
.BgClassName
{
background-color: #EF8ED2;
}
</style>
border-color css
<style>
span { border-color: #EF8ED2; }
span { border-color: rgb(239,142,210); }
td.TdClassName
{
border-color: #EF8ED2;
}
.TagClassName
{
border-color: #EF8ED2;
}
</style>