Shades of Carissma #E87F8E
Tints of Carissma #E87F8E
RGB
CMYK
RGB Variations
Color information
#E87F8E (or 0xE87F8E) is known color: Carissma. HEX triplet: E8, 7F and 8E. RGB value is (232,127,142). Sum of RGB (Red+Green+Blue) = 232+127+142=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F8E is #178071. Grayscale: #A0A0A0. Windows color (decimal): -1540210 or 9338856. OLE color: 9338856.
HSL color Cylindrical-coordinate representation of color #E87F8E: hue angle of 351.43º 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 #E87F8E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 142 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.09 |
| HSL | 351.43º | 0.7% | 0.7% | - |
| HSV(B) | 351.43º | 0.45% | 0.91% | - |
| XYZ | 45.75 | 34.29 | 29.8 | - |
| YUV | 160.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 142 | 0 | 0.45 | 0.39 | 0.09 | 351.43 | 0.7 | 0.7 |
| Hex | E8 | 7F | 8E | 0 | 2D | 27 | 9 | 15F | 46 | 46 |
| Octal | 350 | 177 | 216 | 0 | 55 | 47 | 11 | 537 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10001110 | 0 | 101101 | 100111 | 1001 | 101011111 | 1000110 | 1000110 |
Color Harmonies of #E87F8E
Complementary color
Monochromatic Colors of #E87F8E
Black with #E87F8E
Text Example
Text Example
White with #E87F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F8E; }
p { color: rgb(232,127,142); }
H1.HeaderClassName
{
color: #E87F8E;
}
.AnyTagClassName
{
color: #E87F8E;
}
</style>
background-color css
<style>
a { background-color: #E87F8E; }
a { background-color: rgb(232,127,142); }
div.DivClassName
{
background-color: #E87F8E;
}
.BgClassName
{
background-color: #E87F8E;
}
</style>
border-color css
<style>
span { border-color: #E87F8E; }
span { border-color: rgb(232,127,142); }
td.TdClassName
{
border-color: #E87F8E;
}
.TagClassName
{
border-color: #E87F8E;
}
</style>