Shades of Tea Rose #EF8ACB
Tints of Tea Rose #EF8ACB
RGB
CMYK
RGB Variations
Color information
#EF8ACB (or 0xEF8ACB) is known color: Tea Rose. HEX triplet: EF, 8A and CB. RGB value is (239,138,203). Sum of RGB (Red+Green+Blue) = 239+138+203=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ACB is #107534. Grayscale: #AFAFAF. Windows color (decimal): -1078581 or 13339375. OLE color: 13339375.
HSL color Cylindrical-coordinate representation of color #EF8ACB: hue angle of 321.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ACB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 203 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321.39º | 0.76% | 0.74% | - |
| HSV(B) | 321.39º | 0.42% | 0.94% | - |
| XYZ | 55.46 | 40.84 | 61.46 | - |
| YUV | 175.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 203 | 0 | 0.42 | 0.15 | 0.06 | 321.39 | 0.76 | 0.74 |
| Hex | EF | 8A | CB | 0 | 2A | F | 6 | 141 | 4C | 4A |
| Octal | 357 | 212 | 313 | 0 | 52 | 17 | 6 | 501 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11001011 | 0 | 101010 | 1111 | 110 | 101000001 | 1001100 | 1001010 |
Color Harmonies of #EF8ACB
Complementary color
Monochromatic Colors of #EF8ACB
Black with #EF8ACB
Text Example
Text Example
White with #EF8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ACB; }
p { color: rgb(239,138,203); }
H1.HeaderClassName
{
color: #EF8ACB;
}
.AnyTagClassName
{
color: #EF8ACB;
}
</style>
background-color css
<style>
a { background-color: #EF8ACB; }
a { background-color: rgb(239,138,203); }
div.DivClassName
{
background-color: #EF8ACB;
}
.BgClassName
{
background-color: #EF8ACB;
}
</style>
border-color css
<style>
span { border-color: #EF8ACB; }
span { border-color: rgb(239,138,203); }
td.TdClassName
{
border-color: #EF8ACB;
}
.TagClassName
{
border-color: #EF8ACB;
}
</style>