Shades of Carissma #E979A0
Tints of Carissma #E979A0
RGB
CMYK
RGB Variations
Color information
#E979A0 (or 0xE979A0) is known color: Carissma. HEX triplet: E9, 79 and A0. RGB value is (233,121,160). Sum of RGB (Red+Green+Blue) = 233+121+160=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E979A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979A0 is #16865F. Grayscale: #9E9E9E. Windows color (decimal): -1476192 or 10516969. OLE color: 10516969.
HSL color Cylindrical-coordinate representation of color #E979A0: hue angle of 339.11º 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 #E979A0 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 160 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.09 |
| HSL | 339.11º | 0.72% | 0.69% | - |
| HSV(B) | 339.11º | 0.48% | 0.91% | - |
| XYZ | 46.79 | 33.54 | 37.26 | - |
| YUV | 158.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 160 | 0 | 0.48 | 0.31 | 0.09 | 339.11 | 0.72 | 0.69 |
| Hex | E9 | 79 | A0 | 0 | 30 | 1F | 9 | 153 | 48 | 45 |
| Octal | 351 | 171 | 240 | 0 | 60 | 37 | 11 | 523 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10100000 | 0 | 110000 | 11111 | 1001 | 101010011 | 1001000 | 1000101 |
Color Harmonies of #E979A0
Complementary color
Monochromatic Colors of #E979A0
Black with #E979A0
Text Example
Text Example
White with #E979A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979A0; }
p { color: rgb(233,121,160); }
H1.HeaderClassName
{
color: #E979A0;
}
.AnyTagClassName
{
color: #E979A0;
}
</style>
background-color css
<style>
a { background-color: #E979A0; }
a { background-color: rgb(233,121,160); }
div.DivClassName
{
background-color: #E979A0;
}
.BgClassName
{
background-color: #E979A0;
}
</style>
border-color css
<style>
span { border-color: #E979A0; }
span { border-color: rgb(233,121,160); }
td.TdClassName
{
border-color: #E979A0;
}
.TagClassName
{
border-color: #E979A0;
}
</style>