Shades of Tea Rose #EF8FC4
Tints of Tea Rose #EF8FC4
RGB
CMYK
RGB Variations
Color information
#EF8FC4 (or 0xEF8FC4) is known color: Tea Rose. HEX triplet: EF, 8F and C4. RGB value is (239,143,196). Sum of RGB (Red+Green+Blue) = 239+143+196=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC4 is #10703B. Grayscale: #B1B1B1. Windows color (decimal): -1077308 or 12881903. OLE color: 12881903.
HSL color Cylindrical-coordinate representation of color #EF8FC4: hue angle of 326.88º 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 #EF8FC4 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 196 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.06 |
| HSL | 326.88º | 0.75% | 0.75% | - |
| HSV(B) | 326.88º | 0.4% | 0.94% | - |
| XYZ | 55.38 | 41.98 | 57.41 | - |
| YUV | 177.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 196 | 0 | 0.40 | 0.18 | 0.06 | 326.88 | 0.75 | 0.75 |
| Hex | EF | 8F | C4 | 0 | 28 | 12 | 6 | 147 | 4B | 4B |
| Octal | 357 | 217 | 304 | 0 | 50 | 22 | 6 | 507 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11000100 | 0 | 101000 | 10010 | 110 | 101000111 | 1001011 | 1001011 |
Color Harmonies of #EF8FC4
Complementary color
Monochromatic Colors of #EF8FC4
Black with #EF8FC4
Text Example
Text Example
White with #EF8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FC4; }
p { color: rgb(239,143,196); }
H1.HeaderClassName
{
color: #EF8FC4;
}
.AnyTagClassName
{
color: #EF8FC4;
}
</style>
background-color css
<style>
a { background-color: #EF8FC4; }
a { background-color: rgb(239,143,196); }
div.DivClassName
{
background-color: #EF8FC4;
}
.BgClassName
{
background-color: #EF8FC4;
}
</style>
border-color css
<style>
span { border-color: #EF8FC4; }
span { border-color: rgb(239,143,196); }
td.TdClassName
{
border-color: #EF8FC4;
}
.TagClassName
{
border-color: #EF8FC4;
}
</style>