Shades of Carissma #E87F85
Tints of Carissma #E87F85
RGB
CMYK
RGB Variations
Color information
#E87F85 (or 0xE87F85) is known color: Carissma. HEX triplet: E8, 7F and 85. RGB value is (232,127,133). Sum of RGB (Red+Green+Blue) = 232+127+133=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F85 is #17807A. Grayscale: #9F9F9F. Windows color (decimal): -1540219 or 8749032. OLE color: 8749032.
HSL color Cylindrical-coordinate representation of color #E87F85: hue angle of 356.57º 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 #E87F85 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 133 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.09 |
| HSL | 356.57º | 0.7% | 0.7% | - |
| HSV(B) | 356.57º | 0.45% | 0.91% | - |
| XYZ | 45.1 | 34.03 | 26.38 | - |
| YUV | 159.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 133 | 0 | 0.45 | 0.43 | 0.09 | 356.57 | 0.7 | 0.7 |
| Hex | E8 | 7F | 85 | 0 | 2D | 2B | 9 | 165 | 46 | 46 |
| Octal | 350 | 177 | 205 | 0 | 55 | 53 | 11 | 545 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10000101 | 0 | 101101 | 101011 | 1001 | 101100101 | 1000110 | 1000110 |
Color Harmonies of #E87F85
Complementary color
Monochromatic Colors of #E87F85
Black with #E87F85
Text Example
Text Example
White with #E87F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F85; }
p { color: rgb(232,127,133); }
H1.HeaderClassName
{
color: #E87F85;
}
.AnyTagClassName
{
color: #E87F85;
}
</style>
background-color css
<style>
a { background-color: #E87F85; }
a { background-color: rgb(232,127,133); }
div.DivClassName
{
background-color: #E87F85;
}
.BgClassName
{
background-color: #E87F85;
}
</style>
border-color css
<style>
span { border-color: #E87F85; }
span { border-color: rgb(232,127,133); }
td.TdClassName
{
border-color: #E87F85;
}
.TagClassName
{
border-color: #E87F85;
}
</style>