Shades of Tea Rose #EF81C2
Tints of Tea Rose #EF81C2
RGB
CMYK
RGB Variations
Color information
#EF81C2 (or 0xEF81C2) is known color: Tea Rose. HEX triplet: EF, 81 and C2. RGB value is (239,129,194). Sum of RGB (Red+Green+Blue) = 239+129+194=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C2 is #107E3D. Grayscale: #A9A9A9. Windows color (decimal): -1080894 or 12747247. OLE color: 12747247.
HSL color Cylindrical-coordinate representation of color #EF81C2: hue angle of 324.55º 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 #EF81C2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 194 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.06 |
| HSL | 324.55º | 0.77% | 0.72% | - |
| HSV(B) | 324.55º | 0.46% | 0.94% | - |
| XYZ | 53.18 | 37.95 | 55.56 | - |
| YUV | 169.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 194 | 0 | 0.46 | 0.19 | 0.06 | 324.55 | 0.77 | 0.72 |
| Hex | EF | 81 | C2 | 0 | 2E | 13 | 6 | 145 | 4D | 48 |
| Octal | 357 | 201 | 302 | 0 | 56 | 23 | 6 | 505 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11000010 | 0 | 101110 | 10011 | 110 | 101000101 | 1001101 | 1001000 |
Color Harmonies of #EF81C2
Complementary color
Monochromatic Colors of #EF81C2
Black with #EF81C2
Text Example
Text Example
White with #EF81C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81C2; }
p { color: rgb(239,129,194); }
H1.HeaderClassName
{
color: #EF81C2;
}
.AnyTagClassName
{
color: #EF81C2;
}
</style>
background-color css
<style>
a { background-color: #EF81C2; }
a { background-color: rgb(239,129,194); }
div.DivClassName
{
background-color: #EF81C2;
}
.BgClassName
{
background-color: #EF81C2;
}
</style>
border-color css
<style>
span { border-color: #EF81C2; }
span { border-color: rgb(239,129,194); }
td.TdClassName
{
border-color: #EF81C2;
}
.TagClassName
{
border-color: #EF81C2;
}
</style>