Shades of Carissma #E87F96
Tints of Carissma #E87F96
RGB
CMYK
RGB Variations
Color information
#E87F96 (or 0xE87F96) is known color: Carissma. HEX triplet: E8, 7F and 96. RGB value is (232,127,150). Sum of RGB (Red+Green+Blue) = 232+127+150=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F96 is #178069. Grayscale: #A1A1A1. Windows color (decimal): -1540202 or 9863144. OLE color: 9863144.
HSL color Cylindrical-coordinate representation of color #E87F96: hue angle of 346.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87F96 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 150 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.09 |
| HSL | 346.86º | 0.7% | 0.7% | - |
| HSV(B) | 346.86º | 0.45% | 0.91% | - |
| XYZ | 46.37 | 34.54 | 33.08 | - |
| YUV | 161.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 150 | 0 | 0.45 | 0.35 | 0.09 | 346.86 | 0.7 | 0.7 |
| Hex | E8 | 7F | 96 | 0 | 2D | 23 | 9 | 15B | 46 | 46 |
| Octal | 350 | 177 | 226 | 0 | 55 | 43 | 11 | 533 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10010110 | 0 | 101101 | 100011 | 1001 | 101011011 | 1000110 | 1000110 |
Color Harmonies of #E87F96
Complementary color
Monochromatic Colors of #E87F96
Black with #E87F96
Text Example
Text Example
White with #E87F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F96; }
p { color: rgb(232,127,150); }
H1.HeaderClassName
{
color: #E87F96;
}
.AnyTagClassName
{
color: #E87F96;
}
</style>
background-color css
<style>
a { background-color: #E87F96; }
a { background-color: rgb(232,127,150); }
div.DivClassName
{
background-color: #E87F96;
}
.BgClassName
{
background-color: #E87F96;
}
</style>
border-color css
<style>
span { border-color: #E87F96; }
span { border-color: rgb(232,127,150); }
td.TdClassName
{
border-color: #E87F96;
}
.TagClassName
{
border-color: #E87F96;
}
</style>