Shades of Tea Rose #E88ACB
Tints of Tea Rose #E88ACB
RGB
CMYK
RGB Variations
Color information
#E88ACB (or 0xE88ACB) is known color: Tea Rose. HEX triplet: E8, 8A and CB. RGB value is (232,138,203). Sum of RGB (Red+Green+Blue) = 232+138+203=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ACB is #177534. Grayscale: #ADADAD. Windows color (decimal): -1537333 or 13339368. OLE color: 13339368.
HSL color Cylindrical-coordinate representation of color #E88ACB: hue angle of 318.51º 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 #E88ACB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 203 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.09 |
| HSL | 318.51º | 0.67% | 0.73% | - |
| HSV(B) | 318.51º | 0.41% | 0.91% | - |
| XYZ | 53.15 | 39.64 | 61.35 | - |
| YUV | 173.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 203 | 0 | 0.41 | 0.12 | 0.09 | 318.51 | 0.67 | 0.73 |
| Hex | E8 | 8A | CB | 0 | 29 | C | 9 | 13F | 43 | 49 |
| Octal | 350 | 212 | 313 | 0 | 51 | 14 | 11 | 477 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11001011 | 0 | 101001 | 1100 | 1001 | 100111111 | 1000011 | 1001001 |
Color Harmonies of #E88ACB
Complementary color
Monochromatic Colors of #E88ACB
Black with #E88ACB
Text Example
Text Example
White with #E88ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ACB; }
p { color: rgb(232,138,203); }
H1.HeaderClassName
{
color: #E88ACB;
}
.AnyTagClassName
{
color: #E88ACB;
}
</style>
background-color css
<style>
a { background-color: #E88ACB; }
a { background-color: rgb(232,138,203); }
div.DivClassName
{
background-color: #E88ACB;
}
.BgClassName
{
background-color: #E88ACB;
}
</style>
border-color css
<style>
span { border-color: #E88ACB; }
span { border-color: rgb(232,138,203); }
td.TdClassName
{
border-color: #E88ACB;
}
.TagClassName
{
border-color: #E88ACB;
}
</style>