Shades of Tea Rose #E88CCF
Tints of Tea Rose #E88CCF
RGB
CMYK
RGB Variations
Color information
#E88CCF (or 0xE88CCF) is known color: Tea Rose. HEX triplet: E8, 8C and CF. RGB value is (232,140,207). Sum of RGB (Red+Green+Blue) = 232+140+207=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CCF is #177330. Grayscale: #AEAEAE. Windows color (decimal): -1536817 or 13602024. OLE color: 13602024.
HSL color Cylindrical-coordinate representation of color #E88CCF: hue angle of 316.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CCF is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 207 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.09 |
| HSL | 316.3º | 0.67% | 0.73% | - |
| HSV(B) | 316.3º | 0.4% | 0.91% | - |
| XYZ | 53.92 | 40.42 | 63.99 | - |
| YUV | 175.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 207 | 0 | 0.40 | 0.11 | 0.09 | 316.3 | 0.67 | 0.73 |
| Hex | E8 | 8C | CF | 0 | 28 | B | 9 | 13C | 43 | 49 |
| Octal | 350 | 214 | 317 | 0 | 50 | 13 | 11 | 474 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11001111 | 0 | 101000 | 1011 | 1001 | 100111100 | 1000011 | 1001001 |
Color Harmonies of #E88CCF
Complementary color
Monochromatic Colors of #E88CCF
Black with #E88CCF
Text Example
Text Example
White with #E88CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CCF; }
p { color: rgb(232,140,207); }
H1.HeaderClassName
{
color: #E88CCF;
}
.AnyTagClassName
{
color: #E88CCF;
}
</style>
background-color css
<style>
a { background-color: #E88CCF; }
a { background-color: rgb(232,140,207); }
div.DivClassName
{
background-color: #E88CCF;
}
.BgClassName
{
background-color: #E88CCF;
}
</style>
border-color css
<style>
span { border-color: #E88CCF; }
span { border-color: rgb(232,140,207); }
td.TdClassName
{
border-color: #E88CCF;
}
.TagClassName
{
border-color: #E88CCF;
}
</style>