Shades of Carissma #E87C88
Tints of Carissma #E87C88
RGB
CMYK
RGB Variations
Color information
#E87C88 (or 0xE87C88) is known color: Carissma. HEX triplet: E8, 7C and 88. RGB value is (232,124,136). Sum of RGB (Red+Green+Blue) = 232+124+136=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87C88 is #178377. Grayscale: #9D9D9D. Windows color (decimal): -1540984 or 8944872. OLE color: 8944872.
HSL color Cylindrical-coordinate representation of color #E87C88: hue angle of 353.33º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87C88 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 136 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.09 |
| HSL | 353.33º | 0.7% | 0.7% | - |
| HSV(B) | 353.33º | 0.47% | 0.91% | - |
| XYZ | 44.93 | 33.35 | 27.36 | - |
| YUV | 157.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 136 | 0 | 0.47 | 0.41 | 0.09 | 353.33 | 0.7 | 0.7 |
| Hex | E8 | 7C | 88 | 0 | 2F | 29 | 9 | 161 | 46 | 46 |
| Octal | 350 | 174 | 210 | 0 | 57 | 51 | 11 | 541 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10001000 | 0 | 101111 | 101001 | 1001 | 101100001 | 1000110 | 1000110 |
Color Harmonies of #E87C88
Complementary color
Monochromatic Colors of #E87C88
Black with #E87C88
Text Example
Text Example
White with #E87C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C88; }
p { color: rgb(232,124,136); }
H1.HeaderClassName
{
color: #E87C88;
}
.AnyTagClassName
{
color: #E87C88;
}
</style>
background-color css
<style>
a { background-color: #E87C88; }
a { background-color: rgb(232,124,136); }
div.DivClassName
{
background-color: #E87C88;
}
.BgClassName
{
background-color: #E87C88;
}
</style>
border-color css
<style>
span { border-color: #E87C88; }
span { border-color: rgb(232,124,136); }
td.TdClassName
{
border-color: #E87C88;
}
.TagClassName
{
border-color: #E87C88;
}
</style>