Shades of Carissma #E88695
Tints of Carissma #E88695
RGB
CMYK
RGB Variations
Color information
#E88695 (or 0xE88695) is known color: Carissma. HEX triplet: E8, 86 and 95. RGB value is (232,134,149). Sum of RGB (Red+Green+Blue) = 232+134+149=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E88695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88695 is #17796A. Grayscale: #A5A5A5. Windows color (decimal): -1538411 or 9799400. OLE color: 9799400.
HSL color Cylindrical-coordinate representation of color #E88695: hue angle of 350.82º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E88695 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 149 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.09 |
| HSL | 350.82º | 0.68% | 0.72% | - |
| HSV(B) | 350.82º | 0.42% | 0.91% | - |
| XYZ | 47.23 | 36.38 | 32.97 | - |
| YUV | 165.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 149 | 0 | 0.42 | 0.36 | 0.09 | 350.82 | 0.68 | 0.72 |
| Hex | E8 | 86 | 95 | 0 | 2A | 24 | 9 | 15F | 44 | 48 |
| Octal | 350 | 206 | 225 | 0 | 52 | 44 | 11 | 537 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10010101 | 0 | 101010 | 100100 | 1001 | 101011111 | 1000100 | 1001000 |
Color Harmonies of #E88695
Complementary color
Monochromatic Colors of #E88695
Black with #E88695
Text Example
Text Example
White with #E88695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88695; }
p { color: rgb(232,134,149); }
H1.HeaderClassName
{
color: #E88695;
}
.AnyTagClassName
{
color: #E88695;
}
</style>
background-color css
<style>
a { background-color: #E88695; }
a { background-color: rgb(232,134,149); }
div.DivClassName
{
background-color: #E88695;
}
.BgClassName
{
background-color: #E88695;
}
</style>
border-color css
<style>
span { border-color: #E88695; }
span { border-color: rgb(232,134,149); }
td.TdClassName
{
border-color: #E88695;
}
.TagClassName
{
border-color: #E88695;
}
</style>