Shades of Tea Rose #EF8FC9
Tints of Tea Rose #EF8FC9
RGB
CMYK
RGB Variations
Color information
#EF8FC9 (or 0xEF8FC9) is known color: Tea Rose. HEX triplet: EF, 8F and C9. RGB value is (239,143,201). Sum of RGB (Red+Green+Blue) = 239+143+201=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC9 is #107036. Grayscale: #B2B2B2. Windows color (decimal): -1077303 or 13209583. OLE color: 13209583.
HSL color Cylindrical-coordinate representation of color #EF8FC9: hue angle of 323.75º 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 #EF8FC9 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 201 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.06 |
| HSL | 323.75º | 0.75% | 0.75% | - |
| HSV(B) | 323.75º | 0.4% | 0.94% | - |
| XYZ | 55.96 | 42.21 | 60.46 | - |
| YUV | 178.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 201 | 0 | 0.40 | 0.16 | 0.06 | 323.75 | 0.75 | 0.75 |
| Hex | EF | 8F | C9 | 0 | 28 | 10 | 6 | 144 | 4B | 4B |
| Octal | 357 | 217 | 311 | 0 | 50 | 20 | 6 | 504 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11001001 | 0 | 101000 | 10000 | 110 | 101000100 | 1001011 | 1001011 |
Color Harmonies of #EF8FC9
Complementary color
Monochromatic Colors of #EF8FC9
Black with #EF8FC9
Text Example
Text Example
White with #EF8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FC9; }
p { color: rgb(239,143,201); }
H1.HeaderClassName
{
color: #EF8FC9;
}
.AnyTagClassName
{
color: #EF8FC9;
}
</style>
background-color css
<style>
a { background-color: #EF8FC9; }
a { background-color: rgb(239,143,201); }
div.DivClassName
{
background-color: #EF8FC9;
}
.BgClassName
{
background-color: #EF8FC9;
}
</style>
border-color css
<style>
span { border-color: #EF8FC9; }
span { border-color: rgb(239,143,201); }
td.TdClassName
{
border-color: #EF8FC9;
}
.TagClassName
{
border-color: #EF8FC9;
}
</style>