Shades of Tea Rose #EF81C5
Tints of Tea Rose #EF81C5
RGB
CMYK
RGB Variations
Color information
#EF81C5 (or 0xEF81C5) is known color: Tea Rose. HEX triplet: EF, 81 and C5. RGB value is (239,129,197). Sum of RGB (Red+Green+Blue) = 239+129+197=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C5 is #107E3A. Grayscale: #A9A9A9. Windows color (decimal): -1080891 or 12943855. OLE color: 12943855.
HSL color Cylindrical-coordinate representation of color #EF81C5: hue angle of 322.91º 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 #EF81C5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 197 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.06 |
| HSL | 322.91º | 0.77% | 0.72% | - |
| HSV(B) | 322.91º | 0.46% | 0.94% | - |
| XYZ | 53.52 | 38.08 | 57.35 | - |
| YUV | 169.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 197 | 0 | 0.46 | 0.18 | 0.06 | 322.91 | 0.77 | 0.72 |
| Hex | EF | 81 | C5 | 0 | 2E | 12 | 6 | 143 | 4D | 48 |
| Octal | 357 | 201 | 305 | 0 | 56 | 22 | 6 | 503 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11000101 | 0 | 101110 | 10010 | 110 | 101000011 | 1001101 | 1001000 |
Color Harmonies of #EF81C5
Complementary color
Monochromatic Colors of #EF81C5
Black with #EF81C5
Text Example
Text Example
White with #EF81C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81C5; }
p { color: rgb(239,129,197); }
H1.HeaderClassName
{
color: #EF81C5;
}
.AnyTagClassName
{
color: #EF81C5;
}
</style>
background-color css
<style>
a { background-color: #EF81C5; }
a { background-color: rgb(239,129,197); }
div.DivClassName
{
background-color: #EF81C5;
}
.BgClassName
{
background-color: #EF81C5;
}
</style>
border-color css
<style>
span { border-color: #EF81C5; }
span { border-color: rgb(239,129,197); }
td.TdClassName
{
border-color: #EF81C5;
}
.TagClassName
{
border-color: #EF81C5;
}
</style>