Shades of Tea Rose #EF81CB
Tints of Tea Rose #EF81CB
RGB
CMYK
RGB Variations
Color information
#EF81CB (or 0xEF81CB) is known color: Tea Rose. HEX triplet: EF, 81 and CB. RGB value is (239,129,203). Sum of RGB (Red+Green+Blue) = 239+129+203=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CB is #107E34. Grayscale: #AAAAAA. Windows color (decimal): -1080885 or 13337071. OLE color: 13337071.
HSL color Cylindrical-coordinate representation of color #EF81CB: hue angle of 319.64º 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 #EF81CB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 203 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.06 |
| HSL | 319.64º | 0.77% | 0.72% | - |
| HSV(B) | 319.64º | 0.46% | 0.94% | - |
| XYZ | 54.23 | 38.36 | 61.05 | - |
| YUV | 170.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 203 | 0 | 0.46 | 0.15 | 0.06 | 319.64 | 0.77 | 0.72 |
| Hex | EF | 81 | CB | 0 | 2E | F | 6 | 140 | 4D | 48 |
| Octal | 357 | 201 | 313 | 0 | 56 | 17 | 6 | 500 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11001011 | 0 | 101110 | 1111 | 110 | 101000000 | 1001101 | 1001000 |
Color Harmonies of #EF81CB
Complementary color
Monochromatic Colors of #EF81CB
Black with #EF81CB
Text Example
Text Example
White with #EF81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81CB; }
p { color: rgb(239,129,203); }
H1.HeaderClassName
{
color: #EF81CB;
}
.AnyTagClassName
{
color: #EF81CB;
}
</style>
background-color css
<style>
a { background-color: #EF81CB; }
a { background-color: rgb(239,129,203); }
div.DivClassName
{
background-color: #EF81CB;
}
.BgClassName
{
background-color: #EF81CB;
}
</style>
border-color css
<style>
span { border-color: #EF81CB; }
span { border-color: rgb(239,129,203); }
td.TdClassName
{
border-color: #EF81CB;
}
.TagClassName
{
border-color: #EF81CB;
}
</style>