Shades of Tea Rose #E881CB
Tints of Tea Rose #E881CB
RGB
CMYK
RGB Variations
Color information
#E881CB (or 0xE881CB) is known color: Tea Rose. HEX triplet: E8, 81 and CB. RGB value is (232,129,203). Sum of RGB (Red+Green+Blue) = 232+129+203=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E881CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881CB is #177E34. Grayscale: #A8A8A8. Windows color (decimal): -1539637 or 13337064. OLE color: 13337064.
HSL color Cylindrical-coordinate representation of color #E881CB: hue angle of 316.89º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E881CB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 203 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.09 |
| HSL | 316.89º | 0.69% | 0.71% | - |
| HSV(B) | 316.89º | 0.44% | 0.91% | - |
| XYZ | 51.91 | 37.17 | 60.94 | - |
| YUV | 168.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 203 | 0 | 0.44 | 0.12 | 0.09 | 316.89 | 0.69 | 0.71 |
| Hex | E8 | 81 | CB | 0 | 2C | C | 9 | 13D | 45 | 47 |
| Octal | 350 | 201 | 313 | 0 | 54 | 14 | 11 | 475 | 105 | 107 |
| Binary | 11101000 | 10000001 | 11001011 | 0 | 101100 | 1100 | 1001 | 100111101 | 1000101 | 1000111 |
Color Harmonies of #E881CB
Complementary color
Monochromatic Colors of #E881CB
Black with #E881CB
Text Example
Text Example
White with #E881CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E881CB; }
p { color: rgb(232,129,203); }
H1.HeaderClassName
{
color: #E881CB;
}
.AnyTagClassName
{
color: #E881CB;
}
</style>
background-color css
<style>
a { background-color: #E881CB; }
a { background-color: rgb(232,129,203); }
div.DivClassName
{
background-color: #E881CB;
}
.BgClassName
{
background-color: #E881CB;
}
</style>
border-color css
<style>
span { border-color: #E881CB; }
span { border-color: rgb(232,129,203); }
td.TdClassName
{
border-color: #E881CB;
}
.TagClassName
{
border-color: #E881CB;
}
</style>