Shades of Tea Rose #E879CB
Tints of Tea Rose #E879CB
RGB
CMYK
RGB Variations
Color information
#E879CB (or 0xE879CB) is known color: Tea Rose. HEX triplet: E8, 79 and CB. RGB value is (232,121,203). Sum of RGB (Red+Green+Blue) = 232+121+203=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E879CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879CB is #178634. Grayscale: #A3A3A3. Windows color (decimal): -1541685 or 13335016. OLE color: 13335016.
HSL color Cylindrical-coordinate representation of color #E879CB: hue angle of 315.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879CB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 203 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.09 |
| HSL | 315.68º | 0.71% | 0.69% | - |
| HSV(B) | 315.68º | 0.48% | 0.91% | - |
| XYZ | 50.9 | 35.14 | 60.6 | - |
| YUV | 163.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 203 | 0 | 0.48 | 0.12 | 0.09 | 315.68 | 0.71 | 0.69 |
| Hex | E8 | 79 | CB | 0 | 30 | C | 9 | 13C | 47 | 45 |
| Octal | 350 | 171 | 313 | 0 | 60 | 14 | 11 | 474 | 107 | 105 |
| Binary | 11101000 | 1111001 | 11001011 | 0 | 110000 | 1100 | 1001 | 100111100 | 1000111 | 1000101 |
Color Harmonies of #E879CB
Complementary color
Monochromatic Colors of #E879CB
Black with #E879CB
Text Example
Text Example
White with #E879CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E879CB; }
p { color: rgb(232,121,203); }
H1.HeaderClassName
{
color: #E879CB;
}
.AnyTagClassName
{
color: #E879CB;
}
</style>
background-color css
<style>
a { background-color: #E879CB; }
a { background-color: rgb(232,121,203); }
div.DivClassName
{
background-color: #E879CB;
}
.BgClassName
{
background-color: #E879CB;
}
</style>
border-color css
<style>
span { border-color: #E879CB; }
span { border-color: rgb(232,121,203); }
td.TdClassName
{
border-color: #E879CB;
}
.TagClassName
{
border-color: #E879CB;
}
</style>