Shades of Tea Rose #E87BCC
Tints of Tea Rose #E87BCC
RGB
CMYK
RGB Variations
Color information
#E87BCC (or 0xE87BCC) is known color: Tea Rose. HEX triplet: E8, 7B and CC. RGB value is (232,123,204). Sum of RGB (Red+Green+Blue) = 232+123+204=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BCC is #178433. Grayscale: #A4A4A4. Windows color (decimal): -1541172 or 13401064. OLE color: 13401064.
HSL color Cylindrical-coordinate representation of color #E87BCC: hue angle of 315.41º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87BCC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 204 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.09 |
| HSL | 315.41º | 0.7% | 0.7% | - |
| HSV(B) | 315.41º | 0.47% | 0.91% | - |
| XYZ | 51.26 | 35.68 | 61.31 | - |
| YUV | 164.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 204 | 0 | 0.47 | 0.12 | 0.09 | 315.41 | 0.7 | 0.7 |
| Hex | E8 | 7B | CC | 0 | 2F | C | 9 | 13B | 46 | 46 |
| Octal | 350 | 173 | 314 | 0 | 57 | 14 | 11 | 473 | 106 | 106 |
| Binary | 11101000 | 1111011 | 11001100 | 0 | 101111 | 1100 | 1001 | 100111011 | 1000110 | 1000110 |
Color Harmonies of #E87BCC
Complementary color
Monochromatic Colors of #E87BCC
Black with #E87BCC
Text Example
Text Example
White with #E87BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87BCC; }
p { color: rgb(232,123,204); }
H1.HeaderClassName
{
color: #E87BCC;
}
.AnyTagClassName
{
color: #E87BCC;
}
</style>
background-color css
<style>
a { background-color: #E87BCC; }
a { background-color: rgb(232,123,204); }
div.DivClassName
{
background-color: #E87BCC;
}
.BgClassName
{
background-color: #E87BCC;
}
</style>
border-color css
<style>
span { border-color: #E87BCC; }
span { border-color: rgb(232,123,204); }
td.TdClassName
{
border-color: #E87BCC;
}
.TagClassName
{
border-color: #E87BCC;
}
</style>