Shades of Carissma #E77E93
Tints of Carissma #E77E93
RGB
CMYK
RGB Variations
Color information
#E77E93 (or 0xE77E93) is known color: Carissma. HEX triplet: E7, 7E and 93. RGB value is (231,126,147). Sum of RGB (Red+Green+Blue) = 231+126+147=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77E93 is #18816C. Grayscale: #9F9F9F. Windows color (decimal): -1605997 or 9666279. OLE color: 9666279.
HSL color Cylindrical-coordinate representation of color #E77E93: hue angle of 348º 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 #E77E93 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 147 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.09 |
| HSL | 348º | 0.69% | 0.7% | - |
| HSV(B) | 348º | 0.45% | 0.91% | - |
| XYZ | 45.68 | 34.02 | 31.76 | - |
| YUV | 159.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 147 | 0 | 0.45 | 0.36 | 0.09 | 348 | 0.69 | 0.7 |
| Hex | E7 | 7E | 93 | 0 | 2D | 24 | 9 | 15C | 45 | 46 |
| Octal | 347 | 176 | 223 | 0 | 55 | 44 | 11 | 534 | 105 | 106 |
| Binary | 11100111 | 1111110 | 10010011 | 0 | 101101 | 100100 | 1001 | 101011100 | 1000101 | 1000110 |
Color Harmonies of #E77E93
Complementary color
Monochromatic Colors of #E77E93
Black with #E77E93
Text Example
Text Example
White with #E77E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E93; }
p { color: rgb(231,126,147); }
H1.HeaderClassName
{
color: #E77E93;
}
.AnyTagClassName
{
color: #E77E93;
}
</style>
background-color css
<style>
a { background-color: #E77E93; }
a { background-color: rgb(231,126,147); }
div.DivClassName
{
background-color: #E77E93;
}
.BgClassName
{
background-color: #E77E93;
}
</style>
border-color css
<style>
span { border-color: #E77E93; }
span { border-color: rgb(231,126,147); }
td.TdClassName
{
border-color: #E77E93;
}
.TagClassName
{
border-color: #E77E93;
}
</style>