Shades of Tea Rose #EF8FC8
Tints of Tea Rose #EF8FC8
RGB
CMYK
RGB Variations
Color information
#EF8FC8 (or 0xEF8FC8) is known color: Tea Rose. HEX triplet: EF, 8F and C8. RGB value is (239,143,200). Sum of RGB (Red+Green+Blue) = 239+143+200=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC8 is #107037. Grayscale: #B2B2B2. Windows color (decimal): -1077304 or 13144047. OLE color: 13144047.
HSL color Cylindrical-coordinate representation of color #EF8FC8: hue angle of 324.38º 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 #EF8FC8 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 200 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.06 |
| HSL | 324.38º | 0.75% | 0.75% | - |
| HSV(B) | 324.38º | 0.4% | 0.94% | - |
| XYZ | 55.84 | 42.17 | 59.84 | - |
| YUV | 178.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 200 | 0 | 0.40 | 0.16 | 0.06 | 324.38 | 0.75 | 0.75 |
| Hex | EF | 8F | C8 | 0 | 28 | 10 | 6 | 144 | 4B | 4B |
| Octal | 357 | 217 | 310 | 0 | 50 | 20 | 6 | 504 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11001000 | 0 | 101000 | 10000 | 110 | 101000100 | 1001011 | 1001011 |
Color Harmonies of #EF8FC8
Complementary color
Monochromatic Colors of #EF8FC8
Black with #EF8FC8
Text Example
Text Example
White with #EF8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FC8; }
p { color: rgb(239,143,200); }
H1.HeaderClassName
{
color: #EF8FC8;
}
.AnyTagClassName
{
color: #EF8FC8;
}
</style>
background-color css
<style>
a { background-color: #EF8FC8; }
a { background-color: rgb(239,143,200); }
div.DivClassName
{
background-color: #EF8FC8;
}
.BgClassName
{
background-color: #EF8FC8;
}
</style>
border-color css
<style>
span { border-color: #EF8FC8; }
span { border-color: rgb(239,143,200); }
td.TdClassName
{
border-color: #EF8FC8;
}
.TagClassName
{
border-color: #EF8FC8;
}
</style>