Shades of Carissma #E88396
Tints of Carissma #E88396
RGB
CMYK
RGB Variations
Color information
#E88396 (or 0xE88396) is known color: Carissma. HEX triplet: E8, 83 and 96. RGB value is (232,131,150). Sum of RGB (Red+Green+Blue) = 232+131+150=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E88396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88396 is #177C69. Grayscale: #A3A3A3. Windows color (decimal): -1539178 or 9864168. OLE color: 9864168.
HSL color Cylindrical-coordinate representation of color #E88396: hue angle of 348.71º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88396 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 150 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.09 |
| HSL | 348.71º | 0.69% | 0.71% | - |
| HSV(B) | 348.71º | 0.44% | 0.91% | - |
| XYZ | 46.9 | 35.59 | 33.25 | - |
| YUV | 163.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 150 | 0 | 0.44 | 0.35 | 0.09 | 348.71 | 0.69 | 0.71 |
| Hex | E8 | 83 | 96 | 0 | 2C | 23 | 9 | 15D | 45 | 47 |
| Octal | 350 | 203 | 226 | 0 | 54 | 43 | 11 | 535 | 105 | 107 |
| Binary | 11101000 | 10000011 | 10010110 | 0 | 101100 | 100011 | 1001 | 101011101 | 1000101 | 1000111 |
Color Harmonies of #E88396
Complementary color
Monochromatic Colors of #E88396
Black with #E88396
Text Example
Text Example
White with #E88396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88396; }
p { color: rgb(232,131,150); }
H1.HeaderClassName
{
color: #E88396;
}
.AnyTagClassName
{
color: #E88396;
}
</style>
background-color css
<style>
a { background-color: #E88396; }
a { background-color: rgb(232,131,150); }
div.DivClassName
{
background-color: #E88396;
}
.BgClassName
{
background-color: #E88396;
}
</style>
border-color css
<style>
span { border-color: #E88396; }
span { border-color: rgb(232,131,150); }
td.TdClassName
{
border-color: #E88396;
}
.TagClassName
{
border-color: #E88396;
}
</style>