Shades of Tea Rose #EF7FCD
Tints of Tea Rose #EF7FCD
RGB
CMYK
RGB Variations
Color information
#EF7FCD (or 0xEF7FCD) is known color: Tea Rose. HEX triplet: EF, 7F and CD. RGB value is (239,127,205). Sum of RGB (Red+Green+Blue) = 239+127+205=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FCD is #108032. Grayscale: #A9A9A9. Windows color (decimal): -1081395 or 13467631. OLE color: 13467631.
HSL color Cylindrical-coordinate representation of color #EF7FCD: hue angle of 318.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FCD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 205 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.06 |
| HSL | 318.21º | 0.78% | 0.72% | - |
| HSV(B) | 318.21º | 0.47% | 0.94% | - |
| XYZ | 54.21 | 37.94 | 62.22 | - |
| YUV | 169.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 205 | 0 | 0.47 | 0.14 | 0.06 | 318.21 | 0.78 | 0.72 |
| Hex | EF | 7F | CD | 0 | 2F | E | 6 | 13E | 4E | 48 |
| Octal | 357 | 177 | 315 | 0 | 57 | 16 | 6 | 476 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11001101 | 0 | 101111 | 1110 | 110 | 100111110 | 1001110 | 1001000 |
Color Harmonies of #EF7FCD
Complementary color
Monochromatic Colors of #EF7FCD
Black with #EF7FCD
Text Example
Text Example
White with #EF7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FCD; }
p { color: rgb(239,127,205); }
H1.HeaderClassName
{
color: #EF7FCD;
}
.AnyTagClassName
{
color: #EF7FCD;
}
</style>
background-color css
<style>
a { background-color: #EF7FCD; }
a { background-color: rgb(239,127,205); }
div.DivClassName
{
background-color: #EF7FCD;
}
.BgClassName
{
background-color: #EF7FCD;
}
</style>
border-color css
<style>
span { border-color: #EF7FCD; }
span { border-color: rgb(239,127,205); }
td.TdClassName
{
border-color: #EF7FCD;
}
.TagClassName
{
border-color: #EF7FCD;
}
</style>