Shades of Tea Rose #E87AC7
Tints of Tea Rose #E87AC7
RGB
CMYK
RGB Variations
Color information
#E87AC7 (or 0xE87AC7) is known color: Tea Rose. HEX triplet: E8, 7A and C7. RGB value is (232,122,199). Sum of RGB (Red+Green+Blue) = 232+122+199=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AC7 is #178538. Grayscale: #A3A3A3. Windows color (decimal): -1541433 or 13073128. OLE color: 13073128.
HSL color Cylindrical-coordinate representation of color #E87AC7: hue angle of 318º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AC7 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 199 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.09 |
| HSL | 318º | 0.71% | 0.69% | - |
| HSV(B) | 318º | 0.47% | 0.91% | - |
| XYZ | 50.55 | 35.2 | 58.16 | - |
| YUV | 163.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 199 | 0 | 0.47 | 0.14 | 0.09 | 318 | 0.71 | 0.69 |
| Hex | E8 | 7A | C7 | 0 | 2F | E | 9 | 13E | 47 | 45 |
| Octal | 350 | 172 | 307 | 0 | 57 | 16 | 11 | 476 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11000111 | 0 | 101111 | 1110 | 1001 | 100111110 | 1000111 | 1000101 |
Color Harmonies of #E87AC7
Complementary color
Monochromatic Colors of #E87AC7
Black with #E87AC7
Text Example
Text Example
White with #E87AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AC7; }
p { color: rgb(232,122,199); }
H1.HeaderClassName
{
color: #E87AC7;
}
.AnyTagClassName
{
color: #E87AC7;
}
</style>
background-color css
<style>
a { background-color: #E87AC7; }
a { background-color: rgb(232,122,199); }
div.DivClassName
{
background-color: #E87AC7;
}
.BgClassName
{
background-color: #E87AC7;
}
</style>
border-color css
<style>
span { border-color: #E87AC7; }
span { border-color: rgb(232,122,199); }
td.TdClassName
{
border-color: #E87AC7;
}
.TagClassName
{
border-color: #E87AC7;
}
</style>