Shades of Carissma #E88694
Tints of Carissma #E88694
RGB
CMYK
RGB Variations
Color information
#E88694 (or 0xE88694) is known color: Carissma. HEX triplet: E8, 86 and 94. RGB value is (232,134,148). Sum of RGB (Red+Green+Blue) = 232+134+148=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E88694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88694 is #17796B. Grayscale: #A4A4A4. Windows color (decimal): -1538412 or 9733864. OLE color: 9733864.
HSL color Cylindrical-coordinate representation of color #E88694: hue angle of 351.43º 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 #E88694 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 148 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.09 |
| HSL | 351.43º | 0.68% | 0.72% | - |
| HSV(B) | 351.43º | 0.42% | 0.91% | - |
| XYZ | 47.15 | 36.34 | 32.55 | - |
| YUV | 164.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 148 | 0 | 0.42 | 0.36 | 0.09 | 351.43 | 0.68 | 0.72 |
| Hex | E8 | 86 | 94 | 0 | 2A | 24 | 9 | 15F | 44 | 48 |
| Octal | 350 | 206 | 224 | 0 | 52 | 44 | 11 | 537 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10010100 | 0 | 101010 | 100100 | 1001 | 101011111 | 1000100 | 1001000 |
Color Harmonies of #E88694
Complementary color
Monochromatic Colors of #E88694
Black with #E88694
Text Example
Text Example
White with #E88694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88694; }
p { color: rgb(232,134,148); }
H1.HeaderClassName
{
color: #E88694;
}
.AnyTagClassName
{
color: #E88694;
}
</style>
background-color css
<style>
a { background-color: #E88694; }
a { background-color: rgb(232,134,148); }
div.DivClassName
{
background-color: #E88694;
}
.BgClassName
{
background-color: #E88694;
}
</style>
border-color css
<style>
span { border-color: #E88694; }
span { border-color: rgb(232,134,148); }
td.TdClassName
{
border-color: #E88694;
}
.TagClassName
{
border-color: #E88694;
}
</style>