Shades of Tea Rose #EF81CE
Tints of Tea Rose #EF81CE
RGB
CMYK
RGB Variations
Color information
#EF81CE (or 0xEF81CE) is known color: Tea Rose. HEX triplet: EF, 81 and CE. RGB value is (239,129,206). Sum of RGB (Red+Green+Blue) = 239+129+206=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CE is #107E31. Grayscale: #AAAAAA. Windows color (decimal): -1080882 or 13533679. OLE color: 13533679.
HSL color Cylindrical-coordinate representation of color #EF81CE: hue angle of 318º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81CE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 206 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.06 |
| HSL | 318º | 0.77% | 0.72% | - |
| HSV(B) | 318º | 0.46% | 0.94% | - |
| XYZ | 54.59 | 38.51 | 62.95 | - |
| YUV | 170.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 206 | 0 | 0.46 | 0.14 | 0.06 | 318 | 0.77 | 0.72 |
| Hex | EF | 81 | CE | 0 | 2E | E | 6 | 13E | 4D | 48 |
| Octal | 357 | 201 | 316 | 0 | 56 | 16 | 6 | 476 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11001110 | 0 | 101110 | 1110 | 110 | 100111110 | 1001101 | 1001000 |
Color Harmonies of #EF81CE
Complementary color
Monochromatic Colors of #EF81CE
Black with #EF81CE
Text Example
Text Example
White with #EF81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81CE; }
p { color: rgb(239,129,206); }
H1.HeaderClassName
{
color: #EF81CE;
}
.AnyTagClassName
{
color: #EF81CE;
}
</style>
background-color css
<style>
a { background-color: #EF81CE; }
a { background-color: rgb(239,129,206); }
div.DivClassName
{
background-color: #EF81CE;
}
.BgClassName
{
background-color: #EF81CE;
}
</style>
border-color css
<style>
span { border-color: #EF81CE; }
span { border-color: rgb(239,129,206); }
td.TdClassName
{
border-color: #EF81CE;
}
.TagClassName
{
border-color: #EF81CE;
}
</style>