Shades of Carissma #E87E8C
Tints of Carissma #E87E8C
RGB
CMYK
RGB Variations
Color information
#E87E8C (or 0xE87E8C) is known color: Carissma. HEX triplet: E8, 7E and 8C. RGB value is (232,126,140). Sum of RGB (Red+Green+Blue) = 232+126+140=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87E8C is #178173. Grayscale: #9F9F9F. Windows color (decimal): -1540468 or 9207528. OLE color: 9207528.
HSL color Cylindrical-coordinate representation of color #E87E8C: hue angle of 352.08º degrees, saturation: 0.7, 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 #E87E8C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 140 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.09 |
| HSL | 352.08º | 0.7% | 0.7% | - |
| HSV(B) | 352.08º | 0.46% | 0.91% | - |
| XYZ | 45.47 | 33.97 | 28.97 | - |
| YUV | 159.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 140 | 0 | 0.46 | 0.40 | 0.09 | 352.08 | 0.7 | 0.7 |
| Hex | E8 | 7E | 8C | 0 | 2E | 28 | 9 | 160 | 46 | 46 |
| Octal | 350 | 176 | 214 | 0 | 56 | 50 | 11 | 540 | 106 | 106 |
| Binary | 11101000 | 1111110 | 10001100 | 0 | 101110 | 101000 | 1001 | 101100000 | 1000110 | 1000110 |
Color Harmonies of #E87E8C
Complementary color
Monochromatic Colors of #E87E8C
Black with #E87E8C
Text Example
Text Example
White with #E87E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E8C; }
p { color: rgb(232,126,140); }
H1.HeaderClassName
{
color: #E87E8C;
}
.AnyTagClassName
{
color: #E87E8C;
}
</style>
background-color css
<style>
a { background-color: #E87E8C; }
a { background-color: rgb(232,126,140); }
div.DivClassName
{
background-color: #E87E8C;
}
.BgClassName
{
background-color: #E87E8C;
}
</style>
border-color css
<style>
span { border-color: #E87E8C; }
span { border-color: rgb(232,126,140); }
td.TdClassName
{
border-color: #E87E8C;
}
.TagClassName
{
border-color: #E87E8C;
}
</style>