Shades of Carissma #E88198
Tints of Carissma #E88198
RGB
CMYK
RGB Variations
Color information
#E88198 (or 0xE88198) is known color: Carissma. HEX triplet: E8, 81 and 98. RGB value is (232,129,152). Sum of RGB (Red+Green+Blue) = 232+129+152=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E88198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88198 is #177E67. Grayscale: #A2A2A2. Windows color (decimal): -1539688 or 9994728. OLE color: 9994728.
HSL color Cylindrical-coordinate representation of color #E88198: hue angle of 346.6º 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 #E88198 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 152 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.09 |
| HSL | 346.6º | 0.69% | 0.71% | - |
| HSV(B) | 346.6º | 0.44% | 0.91% | - |
| XYZ | 46.8 | 35.12 | 34.02 | - |
| YUV | 162.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 152 | 0 | 0.44 | 0.34 | 0.09 | 346.6 | 0.69 | 0.71 |
| Hex | E8 | 81 | 98 | 0 | 2C | 22 | 9 | 15B | 45 | 47 |
| Octal | 350 | 201 | 230 | 0 | 54 | 42 | 11 | 533 | 105 | 107 |
| Binary | 11101000 | 10000001 | 10011000 | 0 | 101100 | 100010 | 1001 | 101011011 | 1000101 | 1000111 |
Color Harmonies of #E88198
Complementary color
Monochromatic Colors of #E88198
Black with #E88198
Text Example
Text Example
White with #E88198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88198; }
p { color: rgb(232,129,152); }
H1.HeaderClassName
{
color: #E88198;
}
.AnyTagClassName
{
color: #E88198;
}
</style>
background-color css
<style>
a { background-color: #E88198; }
a { background-color: rgb(232,129,152); }
div.DivClassName
{
background-color: #E88198;
}
.BgClassName
{
background-color: #E88198;
}
</style>
border-color css
<style>
span { border-color: #E88198; }
span { border-color: rgb(232,129,152); }
td.TdClassName
{
border-color: #E88198;
}
.TagClassName
{
border-color: #E88198;
}
</style>