Shades of Carissma #E87D94
Tints of Carissma #E87D94
RGB
CMYK
RGB Variations
Color information
#E87D94 (or 0xE87D94) is known color: Carissma. HEX triplet: E8, 7D and 94. RGB value is (232,125,148). Sum of RGB (Red+Green+Blue) = 232+125+148=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D94 is #17826B. Grayscale: #9F9F9F. Windows color (decimal): -1540716 or 9731560. OLE color: 9731560.
HSL color Cylindrical-coordinate representation of color #E87D94: hue angle of 347.1º 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 #E87D94 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 148 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.09 |
| HSL | 347.1º | 0.7% | 0.7% | - |
| HSV(B) | 347.1º | 0.46% | 0.91% | - |
| XYZ | 45.96 | 33.96 | 32.15 | - |
| YUV | 159.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 148 | 0 | 0.46 | 0.36 | 0.09 | 347.1 | 0.7 | 0.7 |
| Hex | E8 | 7D | 94 | 0 | 2E | 24 | 9 | 15B | 46 | 46 |
| Octal | 350 | 175 | 224 | 0 | 56 | 44 | 11 | 533 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10010100 | 0 | 101110 | 100100 | 1001 | 101011011 | 1000110 | 1000110 |
Color Harmonies of #E87D94
Complementary color
Monochromatic Colors of #E87D94
Black with #E87D94
Text Example
Text Example
White with #E87D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D94; }
p { color: rgb(232,125,148); }
H1.HeaderClassName
{
color: #E87D94;
}
.AnyTagClassName
{
color: #E87D94;
}
</style>
background-color css
<style>
a { background-color: #E87D94; }
a { background-color: rgb(232,125,148); }
div.DivClassName
{
background-color: #E87D94;
}
.BgClassName
{
background-color: #E87D94;
}
</style>
border-color css
<style>
span { border-color: #E87D94; }
span { border-color: rgb(232,125,148); }
td.TdClassName
{
border-color: #E87D94;
}
.TagClassName
{
border-color: #E87D94;
}
</style>