Shades of Carissma #E977A0
Tints of Carissma #E977A0
RGB
CMYK
RGB Variations
Color information
#E977A0 (or 0xE977A0) is known color: Carissma. HEX triplet: E9, 77 and A0. RGB value is (233,119,160). Sum of RGB (Red+Green+Blue) = 233+119+160=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E977A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E977A0 is #16885F. Grayscale: #9D9D9D. Windows color (decimal): -1476704 or 10516457. OLE color: 10516457.
HSL color Cylindrical-coordinate representation of color #E977A0: hue angle of 338.42º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977A0 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 160 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.09 |
| HSL | 338.42º | 0.72% | 0.69% | - |
| HSV(B) | 338.42º | 0.49% | 0.91% | - |
| XYZ | 46.55 | 33.06 | 37.18 | - |
| YUV | 157.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 160 | 0 | 0.49 | 0.31 | 0.09 | 338.42 | 0.72 | 0.69 |
| Hex | E9 | 77 | A0 | 0 | 31 | 1F | 9 | 152 | 48 | 45 |
| Octal | 351 | 167 | 240 | 0 | 61 | 37 | 11 | 522 | 110 | 105 |
| Binary | 11101001 | 1110111 | 10100000 | 0 | 110001 | 11111 | 1001 | 101010010 | 1001000 | 1000101 |
Color Harmonies of #E977A0
Complementary color
Monochromatic Colors of #E977A0
Black with #E977A0
Text Example
Text Example
White with #E977A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977A0; }
p { color: rgb(233,119,160); }
H1.HeaderClassName
{
color: #E977A0;
}
.AnyTagClassName
{
color: #E977A0;
}
</style>
background-color css
<style>
a { background-color: #E977A0; }
a { background-color: rgb(233,119,160); }
div.DivClassName
{
background-color: #E977A0;
}
.BgClassName
{
background-color: #E977A0;
}
</style>
border-color css
<style>
span { border-color: #E977A0; }
span { border-color: rgb(233,119,160); }
td.TdClassName
{
border-color: #E977A0;
}
.TagClassName
{
border-color: #E977A0;
}
</style>