Shades of Carissma #E77C8B
Tints of Carissma #E77C8B
RGB
CMYK
RGB Variations
Color information
#E77C8B (or 0xE77C8B) is known color: Carissma. HEX triplet: E7, 7C and 8B. RGB value is (231,124,139). Sum of RGB (Red+Green+Blue) = 231+124+139=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C8B is #188374. Grayscale: #9D9D9D. Windows color (decimal): -1606517 or 9141479. OLE color: 9141479.
HSL color Cylindrical-coordinate representation of color #E77C8B: hue angle of 351.59º 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 #E77C8B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 139 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.09 |
| HSL | 351.59º | 0.69% | 0.7% | - |
| HSV(B) | 351.59º | 0.46% | 0.91% | - |
| XYZ | 44.82 | 33.27 | 28.49 | - |
| YUV | 157.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 139 | 0 | 0.46 | 0.40 | 0.09 | 351.59 | 0.69 | 0.7 |
| Hex | E7 | 7C | 8B | 0 | 2E | 28 | 9 | 160 | 45 | 46 |
| Octal | 347 | 174 | 213 | 0 | 56 | 50 | 11 | 540 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10001011 | 0 | 101110 | 101000 | 1001 | 101100000 | 1000101 | 1000110 |
Color Harmonies of #E77C8B
Complementary color
Monochromatic Colors of #E77C8B
Black with #E77C8B
Text Example
Text Example
White with #E77C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C8B; }
p { color: rgb(231,124,139); }
H1.HeaderClassName
{
color: #E77C8B;
}
.AnyTagClassName
{
color: #E77C8B;
}
</style>
background-color css
<style>
a { background-color: #E77C8B; }
a { background-color: rgb(231,124,139); }
div.DivClassName
{
background-color: #E77C8B;
}
.BgClassName
{
background-color: #E77C8B;
}
</style>
border-color css
<style>
span { border-color: #E77C8B; }
span { border-color: rgb(231,124,139); }
td.TdClassName
{
border-color: #E77C8B;
}
.TagClassName
{
border-color: #E77C8B;
}
</style>