Shades of Tea Rose #E979C8
Tints of Tea Rose #E979C8
RGB
CMYK
RGB Variations
Color information
#E979C8 (or 0xE979C8) is known color: Tea Rose. HEX triplet: E9, 79 and C8. RGB value is (233,121,200). Sum of RGB (Red+Green+Blue) = 233+121+200=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E979C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979C8 is #168637. Grayscale: #A3A3A3. Windows color (decimal): -1476152 or 13138409. OLE color: 13138409.
HSL color Cylindrical-coordinate representation of color #E979C8: hue angle of 317.68º 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 #E979C8 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 200 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.09 |
| HSL | 317.68º | 0.72% | 0.69% | - |
| HSV(B) | 317.68º | 0.48% | 0.91% | - |
| XYZ | 50.87 | 35.17 | 58.75 | - |
| YUV | 163.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 200 | 0 | 0.48 | 0.14 | 0.09 | 317.68 | 0.72 | 0.69 |
| Hex | E9 | 79 | C8 | 0 | 30 | E | 9 | 13E | 48 | 45 |
| Octal | 351 | 171 | 310 | 0 | 60 | 16 | 11 | 476 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11001000 | 0 | 110000 | 1110 | 1001 | 100111110 | 1001000 | 1000101 |
Color Harmonies of #E979C8
Complementary color
Monochromatic Colors of #E979C8
Black with #E979C8
Text Example
Text Example
White with #E979C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979C8; }
p { color: rgb(233,121,200); }
H1.HeaderClassName
{
color: #E979C8;
}
.AnyTagClassName
{
color: #E979C8;
}
</style>
background-color css
<style>
a { background-color: #E979C8; }
a { background-color: rgb(233,121,200); }
div.DivClassName
{
background-color: #E979C8;
}
.BgClassName
{
background-color: #E979C8;
}
</style>
border-color css
<style>
span { border-color: #E979C8; }
span { border-color: rgb(233,121,200); }
td.TdClassName
{
border-color: #E979C8;
}
.TagClassName
{
border-color: #E979C8;
}
</style>