Shades of Carissma #E88093
Tints of Carissma #E88093
RGB
CMYK
RGB Variations
Color information
#E88093 (or 0xE88093) is known color: Carissma. HEX triplet: E8, 80 and 93. RGB value is (232,128,147). Sum of RGB (Red+Green+Blue) = 232+128+147=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E88093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88093 is #177F6C. Grayscale: #A1A1A1. Windows color (decimal): -1539949 or 9666792. OLE color: 9666792.
HSL color Cylindrical-coordinate representation of color #E88093: hue angle of 349.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88093 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 147 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.09 |
| HSL | 349.04º | 0.69% | 0.71% | - |
| HSV(B) | 349.04º | 0.45% | 0.91% | - |
| XYZ | 46.26 | 34.7 | 31.86 | - |
| YUV | 161.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 147 | 0 | 0.45 | 0.37 | 0.09 | 349.04 | 0.69 | 0.71 |
| Hex | E8 | 80 | 93 | 0 | 2D | 25 | 9 | 15D | 45 | 47 |
| Octal | 350 | 200 | 223 | 0 | 55 | 45 | 11 | 535 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10010011 | 0 | 101101 | 100101 | 1001 | 101011101 | 1000101 | 1000111 |
Color Harmonies of #E88093
Complementary color
Monochromatic Colors of #E88093
Black with #E88093
Text Example
Text Example
White with #E88093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88093; }
p { color: rgb(232,128,147); }
H1.HeaderClassName
{
color: #E88093;
}
.AnyTagClassName
{
color: #E88093;
}
</style>
background-color css
<style>
a { background-color: #E88093; }
a { background-color: rgb(232,128,147); }
div.DivClassName
{
background-color: #E88093;
}
.BgClassName
{
background-color: #E88093;
}
</style>
border-color css
<style>
span { border-color: #E88093; }
span { border-color: rgb(232,128,147); }
td.TdClassName
{
border-color: #E88093;
}
.TagClassName
{
border-color: #E88093;
}
</style>