Shades of Carissma #E87992
Tints of Carissma #E87992
RGB
CMYK
RGB Variations
Color information
#E87992 (or 0xE87992) is known color: Carissma. HEX triplet: E8, 79 and 92. RGB value is (232,121,146). Sum of RGB (Red+Green+Blue) = 232+121+146=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E87992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87992 is #17866D. Grayscale: #9D9D9D. Windows color (decimal): -1541742 or 9599464. OLE color: 9599464.
HSL color Cylindrical-coordinate representation of color #E87992: hue angle of 346.49º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87992 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 146 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.09 |
| HSL | 346.49º | 0.71% | 0.69% | - |
| HSV(B) | 346.49º | 0.48% | 0.91% | - |
| XYZ | 45.3 | 32.91 | 31.16 | - |
| YUV | 157.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 146 | 0 | 0.48 | 0.37 | 0.09 | 346.49 | 0.71 | 0.69 |
| Hex | E8 | 79 | 92 | 0 | 30 | 25 | 9 | 15A | 47 | 45 |
| Octal | 350 | 171 | 222 | 0 | 60 | 45 | 11 | 532 | 107 | 105 |
| Binary | 11101000 | 1111001 | 10010010 | 0 | 110000 | 100101 | 1001 | 101011010 | 1000111 | 1000101 |
Color Harmonies of #E87992
Complementary color
Monochromatic Colors of #E87992
Black with #E87992
Text Example
Text Example
White with #E87992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87992; }
p { color: rgb(232,121,146); }
H1.HeaderClassName
{
color: #E87992;
}
.AnyTagClassName
{
color: #E87992;
}
</style>
background-color css
<style>
a { background-color: #E87992; }
a { background-color: rgb(232,121,146); }
div.DivClassName
{
background-color: #E87992;
}
.BgClassName
{
background-color: #E87992;
}
</style>
border-color css
<style>
span { border-color: #E87992; }
span { border-color: rgb(232,121,146); }
td.TdClassName
{
border-color: #E87992;
}
.TagClassName
{
border-color: #E87992;
}
</style>