Shades of Carissma #E77C92
Tints of Carissma #E77C92
RGB
CMYK
RGB Variations
Color information
#E77C92 (or 0xE77C92) is known color: Carissma. HEX triplet: E7, 7C and 92. RGB value is (231,124,146). Sum of RGB (Red+Green+Blue) = 231+124+146=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C92 is #18836D. Grayscale: #9E9E9E. Windows color (decimal): -1606510 or 9600231. OLE color: 9600231.
HSL color Cylindrical-coordinate representation of color #E77C92: hue angle of 347.66º 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 #E77C92 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 146 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.09 |
| HSL | 347.66º | 0.69% | 0.7% | - |
| HSV(B) | 347.66º | 0.46% | 0.91% | - |
| XYZ | 45.35 | 33.48 | 31.27 | - |
| YUV | 158.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 146 | 0 | 0.46 | 0.37 | 0.09 | 347.66 | 0.69 | 0.7 |
| Hex | E7 | 7C | 92 | 0 | 2E | 25 | 9 | 15C | 45 | 46 |
| Octal | 347 | 174 | 222 | 0 | 56 | 45 | 11 | 534 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10010010 | 0 | 101110 | 100101 | 1001 | 101011100 | 1000101 | 1000110 |
Color Harmonies of #E77C92
Complementary color
Monochromatic Colors of #E77C92
Black with #E77C92
Text Example
Text Example
White with #E77C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C92; }
p { color: rgb(231,124,146); }
H1.HeaderClassName
{
color: #E77C92;
}
.AnyTagClassName
{
color: #E77C92;
}
</style>
background-color css
<style>
a { background-color: #E77C92; }
a { background-color: rgb(231,124,146); }
div.DivClassName
{
background-color: #E77C92;
}
.BgClassName
{
background-color: #E77C92;
}
</style>
border-color css
<style>
span { border-color: #E77C92; }
span { border-color: rgb(231,124,146); }
td.TdClassName
{
border-color: #E77C92;
}
.TagClassName
{
border-color: #E77C92;
}
</style>