Shades of Tea Rose #EF7DCD
Tints of Tea Rose #EF7DCD
RGB
CMYK
RGB Variations
Color information
#EF7DCD (or 0xEF7DCD) is known color: Tea Rose. HEX triplet: EF, 7D and CD. RGB value is (239,125,205). Sum of RGB (Red+Green+Blue) = 239+125+205=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DCD is #108232. Grayscale: #A8A8A8. Windows color (decimal): -1081907 or 13467119. OLE color: 13467119.
HSL color Cylindrical-coordinate representation of color #EF7DCD: hue angle of 317.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 205 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.06 |
| HSL | 317.89º | 0.78% | 0.71% | - |
| HSV(B) | 317.89º | 0.48% | 0.94% | - |
| XYZ | 53.95 | 37.43 | 62.14 | - |
| YUV | 168.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 205 | 0 | 0.48 | 0.14 | 0.06 | 317.89 | 0.78 | 0.71 |
| Hex | EF | 7D | CD | 0 | 30 | E | 6 | 13E | 4E | 47 |
| Octal | 357 | 175 | 315 | 0 | 60 | 16 | 6 | 476 | 116 | 107 |
| Binary | 11101111 | 1111101 | 11001101 | 0 | 110000 | 1110 | 110 | 100111110 | 1001110 | 1000111 |
Color Harmonies of #EF7DCD
Complementary color
Monochromatic Colors of #EF7DCD
Black with #EF7DCD
Text Example
Text Example
White with #EF7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DCD; }
p { color: rgb(239,125,205); }
H1.HeaderClassName
{
color: #EF7DCD;
}
.AnyTagClassName
{
color: #EF7DCD;
}
</style>
background-color css
<style>
a { background-color: #EF7DCD; }
a { background-color: rgb(239,125,205); }
div.DivClassName
{
background-color: #EF7DCD;
}
.BgClassName
{
background-color: #EF7DCD;
}
</style>
border-color css
<style>
span { border-color: #EF7DCD; }
span { border-color: rgb(239,125,205); }
td.TdClassName
{
border-color: #EF7DCD;
}
.TagClassName
{
border-color: #EF7DCD;
}
</style>