Shades of Tea Rose #E979CB
Tints of Tea Rose #E979CB
RGB
CMYK
RGB Variations
Color information
#E979CB (or 0xE979CB) is known color: Tea Rose. HEX triplet: E9, 79 and CB. RGB value is (233,121,203). Sum of RGB (Red+Green+Blue) = 233+121+203=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E979CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979CB is #168634. Grayscale: #A3A3A3. Windows color (decimal): -1476149 or 13335017. OLE color: 13335017.
HSL color Cylindrical-coordinate representation of color #E979CB: hue angle of 316.07º degrees, saturation: 0.72, 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 #E979CB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 203 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.09 |
| HSL | 316.07º | 0.72% | 0.69% | - |
| HSV(B) | 316.07º | 0.48% | 0.91% | - |
| XYZ | 51.22 | 35.31 | 60.62 | - |
| YUV | 163.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 203 | 0 | 0.48 | 0.13 | 0.09 | 316.07 | 0.72 | 0.69 |
| Hex | E9 | 79 | CB | 0 | 30 | D | 9 | 13C | 48 | 45 |
| Octal | 351 | 171 | 313 | 0 | 60 | 15 | 11 | 474 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11001011 | 0 | 110000 | 1101 | 1001 | 100111100 | 1001000 | 1000101 |
Color Harmonies of #E979CB
Complementary color
Monochromatic Colors of #E979CB
Black with #E979CB
Text Example
Text Example
White with #E979CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979CB; }
p { color: rgb(233,121,203); }
H1.HeaderClassName
{
color: #E979CB;
}
.AnyTagClassName
{
color: #E979CB;
}
</style>
background-color css
<style>
a { background-color: #E979CB; }
a { background-color: rgb(233,121,203); }
div.DivClassName
{
background-color: #E979CB;
}
.BgClassName
{
background-color: #E979CB;
}
</style>
border-color css
<style>
span { border-color: #E979CB; }
span { border-color: rgb(233,121,203); }
td.TdClassName
{
border-color: #E979CB;
}
.TagClassName
{
border-color: #E979CB;
}
</style>