Shades of Carissma #E77C8E
Tints of Carissma #E77C8E
RGB
CMYK
RGB Variations
Color information
#E77C8E (or 0xE77C8E) is known color: Carissma. HEX triplet: E7, 7C and 8E. RGB value is (231,124,142). Sum of RGB (Red+Green+Blue) = 231+124+142=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C8E is #188371. Grayscale: #9E9E9E. Windows color (decimal): -1606514 or 9338087. OLE color: 9338087.
HSL color Cylindrical-coordinate representation of color #E77C8E: hue angle of 349.91º 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 #E77C8E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 142 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.09 |
| HSL | 349.91º | 0.69% | 0.7% | - |
| HSV(B) | 349.91º | 0.46% | 0.91% | - |
| XYZ | 45.05 | 33.36 | 29.66 | - |
| YUV | 158.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 142 | 0 | 0.46 | 0.39 | 0.09 | 349.91 | 0.69 | 0.7 |
| Hex | E7 | 7C | 8E | 0 | 2E | 27 | 9 | 15E | 45 | 46 |
| Octal | 347 | 174 | 216 | 0 | 56 | 47 | 11 | 536 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10001110 | 0 | 101110 | 100111 | 1001 | 101011110 | 1000101 | 1000110 |
Color Harmonies of #E77C8E
Complementary color
Monochromatic Colors of #E77C8E
Black with #E77C8E
Text Example
Text Example
White with #E77C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C8E; }
p { color: rgb(231,124,142); }
H1.HeaderClassName
{
color: #E77C8E;
}
.AnyTagClassName
{
color: #E77C8E;
}
</style>
background-color css
<style>
a { background-color: #E77C8E; }
a { background-color: rgb(231,124,142); }
div.DivClassName
{
background-color: #E77C8E;
}
.BgClassName
{
background-color: #E77C8E;
}
</style>
border-color css
<style>
span { border-color: #E77C8E; }
span { border-color: rgb(231,124,142); }
td.TdClassName
{
border-color: #E77C8E;
}
.TagClassName
{
border-color: #E77C8E;
}
</style>