Shades of Carissma #E88084
Tints of Carissma #E88084
RGB
CMYK
RGB Variations
Color information
#E88084 (or 0xE88084) is known color: Carissma. HEX triplet: E8, 80 and 84. RGB value is (232,128,132). Sum of RGB (Red+Green+Blue) = 232+128+132=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E88084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88084 is #177F7B. Grayscale: #9F9F9F. Windows color (decimal): -1539964 or 8683752. OLE color: 8683752.
HSL color Cylindrical-coordinate representation of color #E88084: hue angle of 357.69º 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 #E88084 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 132 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.09 |
| HSL | 357.69º | 0.69% | 0.71% | - |
| HSV(B) | 357.69º | 0.45% | 0.91% | - |
| XYZ | 45.16 | 34.26 | 26.06 | - |
| YUV | 159.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 132 | 0 | 0.45 | 0.43 | 0.09 | 357.69 | 0.69 | 0.71 |
| Hex | E8 | 80 | 84 | 0 | 2D | 2B | 9 | 166 | 45 | 47 |
| Octal | 350 | 200 | 204 | 0 | 55 | 53 | 11 | 546 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10000100 | 0 | 101101 | 101011 | 1001 | 101100110 | 1000101 | 1000111 |
Color Harmonies of #E88084
Complementary color
Monochromatic Colors of #E88084
Black with #E88084
Text Example
Text Example
White with #E88084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88084; }
p { color: rgb(232,128,132); }
H1.HeaderClassName
{
color: #E88084;
}
.AnyTagClassName
{
color: #E88084;
}
</style>
background-color css
<style>
a { background-color: #E88084; }
a { background-color: rgb(232,128,132); }
div.DivClassName
{
background-color: #E88084;
}
.BgClassName
{
background-color: #E88084;
}
</style>
border-color css
<style>
span { border-color: #E88084; }
span { border-color: rgb(232,128,132); }
td.TdClassName
{
border-color: #E88084;
}
.TagClassName
{
border-color: #E88084;
}
</style>