Shades of Carissma #E77C93
Tints of Carissma #E77C93
RGB
CMYK
RGB Variations
Color information
#E77C93 (or 0xE77C93) is known color: Carissma. HEX triplet: E7, 7C and 93. RGB value is (231,124,147). Sum of RGB (Red+Green+Blue) = 231+124+147=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C93 is #18836C. Grayscale: #9E9E9E. Windows color (decimal): -1606509 or 9665767. OLE color: 9665767.
HSL color Cylindrical-coordinate representation of color #E77C93: hue angle of 347.1º 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 #E77C93 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 147 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.09 |
| HSL | 347.1º | 0.69% | 0.7% | - |
| HSV(B) | 347.1º | 0.46% | 0.91% | - |
| XYZ | 45.43 | 33.51 | 31.68 | - |
| YUV | 158.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 147 | 0 | 0.46 | 0.36 | 0.09 | 347.1 | 0.69 | 0.7 |
| Hex | E7 | 7C | 93 | 0 | 2E | 24 | 9 | 15B | 45 | 46 |
| Octal | 347 | 174 | 223 | 0 | 56 | 44 | 11 | 533 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10010011 | 0 | 101110 | 100100 | 1001 | 101011011 | 1000101 | 1000110 |
Color Harmonies of #E77C93
Complementary color
Monochromatic Colors of #E77C93
Black with #E77C93
Text Example
Text Example
White with #E77C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C93; }
p { color: rgb(231,124,147); }
H1.HeaderClassName
{
color: #E77C93;
}
.AnyTagClassName
{
color: #E77C93;
}
</style>
background-color css
<style>
a { background-color: #E77C93; }
a { background-color: rgb(231,124,147); }
div.DivClassName
{
background-color: #E77C93;
}
.BgClassName
{
background-color: #E77C93;
}
</style>
border-color css
<style>
span { border-color: #E77C93; }
span { border-color: rgb(231,124,147); }
td.TdClassName
{
border-color: #E77C93;
}
.TagClassName
{
border-color: #E77C93;
}
</style>