Shades of Carissma #E87F86
Tints of Carissma #E87F86
RGB
CMYK
RGB Variations
Color information
#E87F86 (or 0xE87F86) is known color: Carissma. HEX triplet: E8, 7F and 86. RGB value is (232,127,134). Sum of RGB (Red+Green+Blue) = 232+127+134=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F86 is #178079. Grayscale: #9F9F9F. Windows color (decimal): -1540218 or 8814568. OLE color: 8814568.
HSL color Cylindrical-coordinate representation of color #E87F86: hue angle of 356º 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 #E87F86 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 134 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.09 |
| HSL | 356º | 0.7% | 0.7% | - |
| HSV(B) | 356º | 0.45% | 0.91% | - |
| XYZ | 45.17 | 34.06 | 26.75 | - |
| YUV | 159.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 134 | 0 | 0.45 | 0.42 | 0.09 | 356 | 0.7 | 0.7 |
| Hex | E8 | 7F | 86 | 0 | 2D | 2A | 9 | 164 | 46 | 46 |
| Octal | 350 | 177 | 206 | 0 | 55 | 52 | 11 | 544 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10000110 | 0 | 101101 | 101010 | 1001 | 101100100 | 1000110 | 1000110 |
Color Harmonies of #E87F86
Complementary color
Monochromatic Colors of #E87F86
Black with #E87F86
Text Example
Text Example
White with #E87F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F86; }
p { color: rgb(232,127,134); }
H1.HeaderClassName
{
color: #E87F86;
}
.AnyTagClassName
{
color: #E87F86;
}
</style>
background-color css
<style>
a { background-color: #E87F86; }
a { background-color: rgb(232,127,134); }
div.DivClassName
{
background-color: #E87F86;
}
.BgClassName
{
background-color: #E87F86;
}
</style>
border-color css
<style>
span { border-color: #E87F86; }
span { border-color: rgb(232,127,134); }
td.TdClassName
{
border-color: #E87F86;
}
.TagClassName
{
border-color: #E87F86;
}
</style>