Shades of Carissma #E77695
Tints of Carissma #E77695
RGB
CMYK
RGB Variations
Color information
#E77695 (or 0xE77695) is known color: Carissma. HEX triplet: E7, 76 and 95. RGB value is (231,118,149). Sum of RGB (Red+Green+Blue) = 231+118+149=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E77695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77695 is #18896A. Grayscale: #9B9B9B. Windows color (decimal): -1608043 or 9795303. OLE color: 9795303.
HSL color Cylindrical-coordinate representation of color #E77695: hue angle of 343.54º 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 #E77695 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 149 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.09 |
| HSL | 343.54º | 0.7% | 0.68% | - |
| HSV(B) | 343.54º | 0.49% | 0.91% | - |
| XYZ | 44.86 | 32.12 | 32.27 | - |
| YUV | 155.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 149 | 0 | 0.49 | 0.35 | 0.09 | 343.54 | 0.7 | 0.68 |
| Hex | E7 | 76 | 95 | 0 | 31 | 23 | 9 | 158 | 46 | 44 |
| Octal | 347 | 166 | 225 | 0 | 61 | 43 | 11 | 530 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10010101 | 0 | 110001 | 100011 | 1001 | 101011000 | 1000110 | 1000100 |
Color Harmonies of #E77695
Complementary color
Monochromatic Colors of #E77695
Black with #E77695
Text Example
Text Example
White with #E77695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77695; }
p { color: rgb(231,118,149); }
H1.HeaderClassName
{
color: #E77695;
}
.AnyTagClassName
{
color: #E77695;
}
</style>
background-color css
<style>
a { background-color: #E77695; }
a { background-color: rgb(231,118,149); }
div.DivClassName
{
background-color: #E77695;
}
.BgClassName
{
background-color: #E77695;
}
</style>
border-color css
<style>
span { border-color: #E77695; }
span { border-color: rgb(231,118,149); }
td.TdClassName
{
border-color: #E77695;
}
.TagClassName
{
border-color: #E77695;
}
</style>