Shades of Carissma #E77E91
Tints of Carissma #E77E91
RGB
CMYK
RGB Variations
Color information
#E77E91 (or 0xE77E91) is known color: Carissma. HEX triplet: E7, 7E and 91. RGB value is (231,126,145). Sum of RGB (Red+Green+Blue) = 231+126+145=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77E91 is #18816E. Grayscale: #9F9F9F. Windows color (decimal): -1605999 or 9535207. OLE color: 9535207.
HSL color Cylindrical-coordinate representation of color #E77E91: hue angle of 349.14º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77E91 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 145 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.09 |
| HSL | 349.14º | 0.69% | 0.7% | - |
| HSV(B) | 349.14º | 0.45% | 0.91% | - |
| XYZ | 45.53 | 33.95 | 30.94 | - |
| YUV | 159.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 145 | 0 | 0.45 | 0.37 | 0.09 | 349.14 | 0.69 | 0.7 |
| Hex | E7 | 7E | 91 | 0 | 2D | 25 | 9 | 15D | 45 | 46 |
| Octal | 347 | 176 | 221 | 0 | 55 | 45 | 11 | 535 | 105 | 106 |
| Binary | 11100111 | 1111110 | 10010001 | 0 | 101101 | 100101 | 1001 | 101011101 | 1000101 | 1000110 |
Color Harmonies of #E77E91
Complementary color
Monochromatic Colors of #E77E91
Black with #E77E91
Text Example
Text Example
White with #E77E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E91; }
p { color: rgb(231,126,145); }
H1.HeaderClassName
{
color: #E77E91;
}
.AnyTagClassName
{
color: #E77E91;
}
</style>
background-color css
<style>
a { background-color: #E77E91; }
a { background-color: rgb(231,126,145); }
div.DivClassName
{
background-color: #E77E91;
}
.BgClassName
{
background-color: #E77E91;
}
</style>
border-color css
<style>
span { border-color: #E77E91; }
span { border-color: rgb(231,126,145); }
td.TdClassName
{
border-color: #E77E91;
}
.TagClassName
{
border-color: #E77E91;
}
</style>