Shades of Carissma #E87D9E
Tints of Carissma #E87D9E
RGB
CMYK
RGB Variations
Color information
#E87D9E (or 0xE87D9E) is known color: Carissma. HEX triplet: E8, 7D and 9E. RGB value is (232,125,158). Sum of RGB (Red+Green+Blue) = 232+125+158=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D9E is #178261. Grayscale: #A0A0A0. Windows color (decimal): -1540706 or 10386920. OLE color: 10386920.
HSL color Cylindrical-coordinate representation of color #E87D9E: hue angle of 341.5º 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 #E87D9E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 158 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.09 |
| HSL | 341.5º | 0.7% | 0.7% | - |
| HSV(B) | 341.5º | 0.46% | 0.91% | - |
| XYZ | 46.78 | 34.29 | 36.5 | - |
| YUV | 160.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 158 | 0 | 0.46 | 0.32 | 0.09 | 341.5 | 0.7 | 0.7 |
| Hex | E8 | 7D | 9E | 0 | 2E | 20 | 9 | 155 | 46 | 46 |
| Octal | 350 | 175 | 236 | 0 | 56 | 40 | 11 | 525 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10011110 | 0 | 101110 | 100000 | 1001 | 101010101 | 1000110 | 1000110 |
Color Harmonies of #E87D9E
Complementary color
Monochromatic Colors of #E87D9E
Black with #E87D9E
Text Example
Text Example
White with #E87D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D9E; }
p { color: rgb(232,125,158); }
H1.HeaderClassName
{
color: #E87D9E;
}
.AnyTagClassName
{
color: #E87D9E;
}
</style>
background-color css
<style>
a { background-color: #E87D9E; }
a { background-color: rgb(232,125,158); }
div.DivClassName
{
background-color: #E87D9E;
}
.BgClassName
{
background-color: #E87D9E;
}
</style>
border-color css
<style>
span { border-color: #E87D9E; }
span { border-color: rgb(232,125,158); }
td.TdClassName
{
border-color: #E87D9E;
}
.TagClassName
{
border-color: #E87D9E;
}
</style>