Shades of Carissma #E87D9F
Tints of Carissma #E87D9F
RGB
CMYK
RGB Variations
Color information
#E87D9F (or 0xE87D9F) is known color: Carissma. HEX triplet: E8, 7D and 9F. RGB value is (232,125,159). Sum of RGB (Red+Green+Blue) = 232+125+159=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D9F is #178260. Grayscale: #A0A0A0. Windows color (decimal): -1540705 or 10452456. OLE color: 10452456.
HSL color Cylindrical-coordinate representation of color #E87D9F: hue angle of 340.93º 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 #E87D9F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 159 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.09 |
| HSL | 340.93º | 0.7% | 0.7% | - |
| HSV(B) | 340.93º | 0.46% | 0.91% | - |
| XYZ | 46.87 | 34.33 | 36.96 | - |
| YUV | 160.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 159 | 0 | 0.46 | 0.31 | 0.09 | 340.93 | 0.7 | 0.7 |
| Hex | E8 | 7D | 9F | 0 | 2E | 1F | 9 | 155 | 46 | 46 |
| Octal | 350 | 175 | 237 | 0 | 56 | 37 | 11 | 525 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10011111 | 0 | 101110 | 11111 | 1001 | 101010101 | 1000110 | 1000110 |
Color Harmonies of #E87D9F
Complementary color
Monochromatic Colors of #E87D9F
Black with #E87D9F
Text Example
Text Example
White with #E87D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D9F; }
p { color: rgb(232,125,159); }
H1.HeaderClassName
{
color: #E87D9F;
}
.AnyTagClassName
{
color: #E87D9F;
}
</style>
background-color css
<style>
a { background-color: #E87D9F; }
a { background-color: rgb(232,125,159); }
div.DivClassName
{
background-color: #E87D9F;
}
.BgClassName
{
background-color: #E87D9F;
}
</style>
border-color css
<style>
span { border-color: #E87D9F; }
span { border-color: rgb(232,125,159); }
td.TdClassName
{
border-color: #E87D9F;
}
.TagClassName
{
border-color: #E87D9F;
}
</style>