Shades of Carissma #E77996
Tints of Carissma #E77996
RGB
CMYK
RGB Variations
Color information
#E77996 (or 0xE77996) is known color: Carissma. HEX triplet: E7, 79 and 96. RGB value is (231,121,150). Sum of RGB (Red+Green+Blue) = 231+121+150=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E77996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77996 is #188669. Grayscale: #9D9D9D. Windows color (decimal): -1607274 or 9861607. OLE color: 9861607.
HSL color Cylindrical-coordinate representation of color #E77996: hue angle of 344.18º degrees, saturation: 0.7, 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 #E77996 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 150 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.09 |
| HSL | 344.18º | 0.7% | 0.69% | - |
| HSV(B) | 344.18º | 0.48% | 0.91% | - |
| XYZ | 45.3 | 32.87 | 32.81 | - |
| YUV | 157.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 150 | 0 | 0.48 | 0.35 | 0.09 | 344.18 | 0.7 | 0.69 |
| Hex | E7 | 79 | 96 | 0 | 30 | 23 | 9 | 158 | 46 | 45 |
| Octal | 347 | 171 | 226 | 0 | 60 | 43 | 11 | 530 | 106 | 105 |
| Binary | 11100111 | 1111001 | 10010110 | 0 | 110000 | 100011 | 1001 | 101011000 | 1000110 | 1000101 |
Color Harmonies of #E77996
Complementary color
Monochromatic Colors of #E77996
Black with #E77996
Text Example
Text Example
White with #E77996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77996; }
p { color: rgb(231,121,150); }
H1.HeaderClassName
{
color: #E77996;
}
.AnyTagClassName
{
color: #E77996;
}
</style>
background-color css
<style>
a { background-color: #E77996; }
a { background-color: rgb(231,121,150); }
div.DivClassName
{
background-color: #E77996;
}
.BgClassName
{
background-color: #E77996;
}
</style>
border-color css
<style>
span { border-color: #E77996; }
span { border-color: rgb(231,121,150); }
td.TdClassName
{
border-color: #E77996;
}
.TagClassName
{
border-color: #E77996;
}
</style>