Shades of Tea Rose #EF7ACC
Tints of Tea Rose #EF7ACC
RGB
CMYK
RGB Variations
Color information
#EF7ACC (or 0xEF7ACC) is known color: Tea Rose. HEX triplet: EF, 7A and CC. RGB value is (239,122,204). Sum of RGB (Red+Green+Blue) = 239+122+204=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACC is #108533. Grayscale: #A6A6A6. Windows color (decimal): -1082676 or 13400815. OLE color: 13400815.
HSL color Cylindrical-coordinate representation of color #EF7ACC: hue angle of 317.95º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ACC is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 204 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 317.95º | 0.79% | 0.71% | - |
| HSV(B) | 317.95º | 0.49% | 0.94% | - |
| XYZ | 53.46 | 36.63 | 61.38 | - |
| YUV | 166.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 204 | 0 | 0.49 | 0.15 | 0.06 | 317.95 | 0.79 | 0.71 |
| Hex | EF | 7A | CC | 0 | 31 | F | 6 | 13E | 4F | 47 |
| Octal | 357 | 172 | 314 | 0 | 61 | 17 | 6 | 476 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11001100 | 0 | 110001 | 1111 | 110 | 100111110 | 1001111 | 1000111 |
Color Harmonies of #EF7ACC
Complementary color
Monochromatic Colors of #EF7ACC
Black with #EF7ACC
Text Example
Text Example
White with #EF7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ACC; }
p { color: rgb(239,122,204); }
H1.HeaderClassName
{
color: #EF7ACC;
}
.AnyTagClassName
{
color: #EF7ACC;
}
</style>
background-color css
<style>
a { background-color: #EF7ACC; }
a { background-color: rgb(239,122,204); }
div.DivClassName
{
background-color: #EF7ACC;
}
.BgClassName
{
background-color: #EF7ACC;
}
</style>
border-color css
<style>
span { border-color: #EF7ACC; }
span { border-color: rgb(239,122,204); }
td.TdClassName
{
border-color: #EF7ACC;
}
.TagClassName
{
border-color: #EF7ACC;
}
</style>