Shades of Tea Rose #EF81CC
Tints of Tea Rose #EF81CC
RGB
CMYK
RGB Variations
Color information
#EF81CC (or 0xEF81CC) is known color: Tea Rose. HEX triplet: EF, 81 and CC. RGB value is (239,129,204). Sum of RGB (Red+Green+Blue) = 239+129+204=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CC is #107E33. Grayscale: #AAAAAA. Windows color (decimal): -1080884 or 13402607. OLE color: 13402607.
HSL color Cylindrical-coordinate representation of color #EF81CC: hue angle of 319.09º 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 #EF81CC is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 204 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.06 |
| HSL | 319.09º | 0.77% | 0.72% | - |
| HSV(B) | 319.09º | 0.46% | 0.94% | - |
| XYZ | 54.35 | 38.41 | 61.68 | - |
| YUV | 170.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 204 | 0 | 0.46 | 0.15 | 0.06 | 319.09 | 0.77 | 0.72 |
| Hex | EF | 81 | CC | 0 | 2E | F | 6 | 13F | 4D | 48 |
| Octal | 357 | 201 | 314 | 0 | 56 | 17 | 6 | 477 | 115 | 110 |
| Binary | 11101111 | 10000001 | 11001100 | 0 | 101110 | 1111 | 110 | 100111111 | 1001101 | 1001000 |
Color Harmonies of #EF81CC
Complementary color
Monochromatic Colors of #EF81CC
Black with #EF81CC
Text Example
Text Example
White with #EF81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81CC; }
p { color: rgb(239,129,204); }
H1.HeaderClassName
{
color: #EF81CC;
}
.AnyTagClassName
{
color: #EF81CC;
}
</style>
background-color css
<style>
a { background-color: #EF81CC; }
a { background-color: rgb(239,129,204); }
div.DivClassName
{
background-color: #EF81CC;
}
.BgClassName
{
background-color: #EF81CC;
}
</style>
border-color css
<style>
span { border-color: #EF81CC; }
span { border-color: rgb(239,129,204); }
td.TdClassName
{
border-color: #EF81CC;
}
.TagClassName
{
border-color: #EF81CC;
}
</style>