Shades of Carissma #E88194
Tints of Carissma #E88194
RGB
CMYK
RGB Variations
Color information
#E88194 (or 0xE88194) is known color: Carissma. HEX triplet: E8, 81 and 94. RGB value is (232,129,148). Sum of RGB (Red+Green+Blue) = 232+129+148=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E88194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88194 is #177E6B. Grayscale: #A1A1A1. Windows color (decimal): -1539692 or 9732584. OLE color: 9732584.
HSL color Cylindrical-coordinate representation of color #E88194: hue angle of 348.93º 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 #E88194 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 148 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.09 |
| HSL | 348.93º | 0.69% | 0.71% | - |
| HSV(B) | 348.93º | 0.44% | 0.91% | - |
| XYZ | 46.47 | 34.99 | 32.32 | - |
| YUV | 161.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 148 | 0 | 0.44 | 0.36 | 0.09 | 348.93 | 0.69 | 0.71 |
| Hex | E8 | 81 | 94 | 0 | 2C | 24 | 9 | 15D | 45 | 47 |
| Octal | 350 | 201 | 224 | 0 | 54 | 44 | 11 | 535 | 105 | 107 |
| Binary | 11101000 | 10000001 | 10010100 | 0 | 101100 | 100100 | 1001 | 101011101 | 1000101 | 1000111 |
Color Harmonies of #E88194
Complementary color
Monochromatic Colors of #E88194
Black with #E88194
Text Example
Text Example
White with #E88194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88194; }
p { color: rgb(232,129,148); }
H1.HeaderClassName
{
color: #E88194;
}
.AnyTagClassName
{
color: #E88194;
}
</style>
background-color css
<style>
a { background-color: #E88194; }
a { background-color: rgb(232,129,148); }
div.DivClassName
{
background-color: #E88194;
}
.BgClassName
{
background-color: #E88194;
}
</style>
border-color css
<style>
span { border-color: #E88194; }
span { border-color: rgb(232,129,148); }
td.TdClassName
{
border-color: #E88194;
}
.TagClassName
{
border-color: #E88194;
}
</style>