Shades of Tea Rose #E88ACF
Tints of Tea Rose #E88ACF
RGB
CMYK
RGB Variations
Color information
#E88ACF (or 0xE88ACF) is known color: Tea Rose. HEX triplet: E8, 8A and CF. RGB value is (232,138,207). Sum of RGB (Red+Green+Blue) = 232+138+207=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ACF is #177530. Grayscale: #ADADAD. Windows color (decimal): -1537329 or 13601512. OLE color: 13601512.
HSL color Cylindrical-coordinate representation of color #E88ACF: hue angle of 315.96º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88ACF is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 207 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.09 |
| HSL | 315.96º | 0.67% | 0.73% | - |
| HSV(B) | 315.96º | 0.41% | 0.91% | - |
| XYZ | 53.63 | 39.84 | 63.89 | - |
| YUV | 173.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 207 | 0 | 0.41 | 0.11 | 0.09 | 315.96 | 0.67 | 0.73 |
| Hex | E8 | 8A | CF | 0 | 29 | B | 9 | 13C | 43 | 49 |
| Octal | 350 | 212 | 317 | 0 | 51 | 13 | 11 | 474 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11001111 | 0 | 101001 | 1011 | 1001 | 100111100 | 1000011 | 1001001 |
Color Harmonies of #E88ACF
Complementary color
Monochromatic Colors of #E88ACF
Black with #E88ACF
Text Example
Text Example
White with #E88ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ACF; }
p { color: rgb(232,138,207); }
H1.HeaderClassName
{
color: #E88ACF;
}
.AnyTagClassName
{
color: #E88ACF;
}
</style>
background-color css
<style>
a { background-color: #E88ACF; }
a { background-color: rgb(232,138,207); }
div.DivClassName
{
background-color: #E88ACF;
}
.BgClassName
{
background-color: #E88ACF;
}
</style>
border-color css
<style>
span { border-color: #E88ACF; }
span { border-color: rgb(232,138,207); }
td.TdClassName
{
border-color: #E88ACF;
}
.TagClassName
{
border-color: #E88ACF;
}
</style>