Shades of Carissma #E77696
Tints of Carissma #E77696
RGB
CMYK
RGB Variations
Color information
#E77696 (or 0xE77696) is known color: Carissma. HEX triplet: E7, 76 and 96. RGB value is (231,118,150). Sum of RGB (Red+Green+Blue) = 231+118+150=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E77696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77696 is #188969. Grayscale: #9B9B9B. Windows color (decimal): -1608042 or 9860839. OLE color: 9860839.
HSL color Cylindrical-coordinate representation of color #E77696: hue angle of 343.01º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77696 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 150 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.09 |
| HSL | 343.01º | 0.7% | 0.68% | - |
| HSV(B) | 343.01º | 0.49% | 0.91% | - |
| XYZ | 44.94 | 32.15 | 32.69 | - |
| YUV | 155.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 150 | 0 | 0.49 | 0.35 | 0.09 | 343.01 | 0.7 | 0.68 |
| Hex | E7 | 76 | 96 | 0 | 31 | 23 | 9 | 157 | 46 | 44 |
| Octal | 347 | 166 | 226 | 0 | 61 | 43 | 11 | 527 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10010110 | 0 | 110001 | 100011 | 1001 | 101010111 | 1000110 | 1000100 |
Color Harmonies of #E77696
Complementary color
Monochromatic Colors of #E77696
Black with #E77696
Text Example
Text Example
White with #E77696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77696; }
p { color: rgb(231,118,150); }
H1.HeaderClassName
{
color: #E77696;
}
.AnyTagClassName
{
color: #E77696;
}
</style>
background-color css
<style>
a { background-color: #E77696; }
a { background-color: rgb(231,118,150); }
div.DivClassName
{
background-color: #E77696;
}
.BgClassName
{
background-color: #E77696;
}
</style>
border-color css
<style>
span { border-color: #E77696; }
span { border-color: rgb(231,118,150); }
td.TdClassName
{
border-color: #E77696;
}
.TagClassName
{
border-color: #E77696;
}
</style>