Shades of Carissma #E77C96
Tints of Carissma #E77C96
RGB
CMYK
RGB Variations
Color information
#E77C96 (or 0xE77C96) is known color: Carissma. HEX triplet: E7, 7C and 96. RGB value is (231,124,150). Sum of RGB (Red+Green+Blue) = 231+124+150=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C96 is #188369. Grayscale: #9E9E9E. Windows color (decimal): -1606506 or 9862375. OLE color: 9862375.
HSL color Cylindrical-coordinate representation of color #E77C96: hue angle of 345.42º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77C96 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 150 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.09 |
| HSL | 345.42º | 0.69% | 0.7% | - |
| HSV(B) | 345.42º | 0.46% | 0.91% | - |
| XYZ | 45.67 | 33.61 | 32.93 | - |
| YUV | 158.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 150 | 0 | 0.46 | 0.35 | 0.09 | 345.42 | 0.69 | 0.7 |
| Hex | E7 | 7C | 96 | 0 | 2E | 23 | 9 | 159 | 45 | 46 |
| Octal | 347 | 174 | 226 | 0 | 56 | 43 | 11 | 531 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10010110 | 0 | 101110 | 100011 | 1001 | 101011001 | 1000101 | 1000110 |
Color Harmonies of #E77C96
Complementary color
Monochromatic Colors of #E77C96
Black with #E77C96
Text Example
Text Example
White with #E77C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C96; }
p { color: rgb(231,124,150); }
H1.HeaderClassName
{
color: #E77C96;
}
.AnyTagClassName
{
color: #E77C96;
}
</style>
background-color css
<style>
a { background-color: #E77C96; }
a { background-color: rgb(231,124,150); }
div.DivClassName
{
background-color: #E77C96;
}
.BgClassName
{
background-color: #E77C96;
}
</style>
border-color css
<style>
span { border-color: #E77C96; }
span { border-color: rgb(231,124,150); }
td.TdClassName
{
border-color: #E77C96;
}
.TagClassName
{
border-color: #E77C96;
}
</style>