Shades of Carissma #E88993
Tints of Carissma #E88993
RGB
CMYK
RGB Variations
Color information
#E88993 (or 0xE88993) is known color: Carissma. HEX triplet: E8, 89 and 93. RGB value is (232,137,147). Sum of RGB (Red+Green+Blue) = 232+137+147=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E88993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88993 is #17766C. Grayscale: #A6A6A6. Windows color (decimal): -1537645 or 9669096. OLE color: 9669096.
HSL color Cylindrical-coordinate representation of color #E88993: hue angle of 353.68º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88993 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 147 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.09 |
| HSL | 353.68º | 0.67% | 0.72% | - |
| HSV(B) | 353.68º | 0.41% | 0.91% | - |
| XYZ | 47.49 | 37.15 | 32.27 | - |
| YUV | 166.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 147 | 0 | 0.41 | 0.37 | 0.09 | 353.68 | 0.67 | 0.72 |
| Hex | E8 | 89 | 93 | 0 | 29 | 25 | 9 | 162 | 43 | 48 |
| Octal | 350 | 211 | 223 | 0 | 51 | 45 | 11 | 542 | 103 | 110 |
| Binary | 11101000 | 10001001 | 10010011 | 0 | 101001 | 100101 | 1001 | 101100010 | 1000011 | 1001000 |
Color Harmonies of #E88993
Complementary color
Monochromatic Colors of #E88993
Black with #E88993
Text Example
Text Example
White with #E88993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88993; }
p { color: rgb(232,137,147); }
H1.HeaderClassName
{
color: #E88993;
}
.AnyTagClassName
{
color: #E88993;
}
</style>
background-color css
<style>
a { background-color: #E88993; }
a { background-color: rgb(232,137,147); }
div.DivClassName
{
background-color: #E88993;
}
.BgClassName
{
background-color: #E88993;
}
</style>
border-color css
<style>
span { border-color: #E88993; }
span { border-color: rgb(232,137,147); }
td.TdClassName
{
border-color: #E88993;
}
.TagClassName
{
border-color: #E88993;
}
</style>