Shades of Tea Rose #EF8ABF
Tints of Tea Rose #EF8ABF
RGB
CMYK
RGB Variations
Color information
#EF8ABF (or 0xEF8ABF) is known color: Tea Rose. HEX triplet: EF, 8A and BF. RGB value is (239,138,191). Sum of RGB (Red+Green+Blue) = 239+138+191=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ABF is #107540. Grayscale: #AEAEAE. Windows color (decimal): -1078593 or 12552943. OLE color: 12552943.
HSL color Cylindrical-coordinate representation of color #EF8ABF: hue angle of 328.51º 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 #EF8ABF is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 191 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.06 |
| HSL | 328.51º | 0.76% | 0.74% | - |
| HSV(B) | 328.51º | 0.42% | 0.94% | - |
| XYZ | 54.09 | 40.29 | 54.22 | - |
| YUV | 174.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 191 | 0 | 0.42 | 0.20 | 0.06 | 328.51 | 0.76 | 0.74 |
| Hex | EF | 8A | BF | 0 | 2A | 14 | 6 | 149 | 4C | 4A |
| Octal | 357 | 212 | 277 | 0 | 52 | 24 | 6 | 511 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10111111 | 0 | 101010 | 10100 | 110 | 101001001 | 1001100 | 1001010 |
Color Harmonies of #EF8ABF
Complementary color
Monochromatic Colors of #EF8ABF
Black with #EF8ABF
Text Example
Text Example
White with #EF8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ABF; }
p { color: rgb(239,138,191); }
H1.HeaderClassName
{
color: #EF8ABF;
}
.AnyTagClassName
{
color: #EF8ABF;
}
</style>
background-color css
<style>
a { background-color: #EF8ABF; }
a { background-color: rgb(239,138,191); }
div.DivClassName
{
background-color: #EF8ABF;
}
.BgClassName
{
background-color: #EF8ABF;
}
</style>
border-color css
<style>
span { border-color: #EF8ABF; }
span { border-color: rgb(239,138,191); }
td.TdClassName
{
border-color: #EF8ABF;
}
.TagClassName
{
border-color: #EF8ABF;
}
</style>