Shades of Carissma #E88996
Tints of Carissma #E88996
RGB
CMYK
RGB Variations
Color information
#E88996 (or 0xE88996) is known color: Carissma. HEX triplet: E8, 89 and 96. RGB value is (232,137,150). Sum of RGB (Red+Green+Blue) = 232+137+150=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E88996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88996 is #177669. Grayscale: #A6A6A6. Windows color (decimal): -1537642 or 9865704. OLE color: 9865704.
HSL color Cylindrical-coordinate representation of color #E88996: hue angle of 351.79º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88996 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 150 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.09 |
| HSL | 351.79º | 0.67% | 0.72% | - |
| HSV(B) | 351.79º | 0.41% | 0.91% | - |
| XYZ | 47.73 | 37.25 | 33.53 | - |
| YUV | 166.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 150 | 0 | 0.41 | 0.35 | 0.09 | 351.79 | 0.67 | 0.72 |
| Hex | E8 | 89 | 96 | 0 | 29 | 23 | 9 | 160 | 43 | 48 |
| Octal | 350 | 211 | 226 | 0 | 51 | 43 | 11 | 540 | 103 | 110 |
| Binary | 11101000 | 10001001 | 10010110 | 0 | 101001 | 100011 | 1001 | 101100000 | 1000011 | 1001000 |
Color Harmonies of #E88996
Complementary color
Monochromatic Colors of #E88996
Black with #E88996
Text Example
Text Example
White with #E88996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88996; }
p { color: rgb(232,137,150); }
H1.HeaderClassName
{
color: #E88996;
}
.AnyTagClassName
{
color: #E88996;
}
</style>
background-color css
<style>
a { background-color: #E88996; }
a { background-color: rgb(232,137,150); }
div.DivClassName
{
background-color: #E88996;
}
.BgClassName
{
background-color: #E88996;
}
</style>
border-color css
<style>
span { border-color: #E88996; }
span { border-color: rgb(232,137,150); }
td.TdClassName
{
border-color: #E88996;
}
.TagClassName
{
border-color: #E88996;
}
</style>