Shades of Carissma #E880A2
Tints of Carissma #E880A2
RGB
CMYK
RGB Variations
Color information
#E880A2 (or 0xE880A2) is known color: Carissma. HEX triplet: E8, 80 and A2. RGB value is (232,128,162). Sum of RGB (Red+Green+Blue) = 232+128+162=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E880A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E880A2 is #177F5D. Grayscale: #A2A2A2. Windows color (decimal): -1539934 or 10649832. OLE color: 10649832.
HSL color Cylindrical-coordinate representation of color #E880A2: hue angle of 340.38º 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 #E880A2 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 162 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.09 |
| HSL | 340.38º | 0.69% | 0.71% | - |
| HSV(B) | 340.38º | 0.45% | 0.91% | - |
| XYZ | 47.52 | 35.2 | 38.47 | - |
| YUV | 162.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 162 | 0 | 0.45 | 0.30 | 0.09 | 340.38 | 0.69 | 0.71 |
| Hex | E8 | 80 | A2 | 0 | 2D | 1E | 9 | 154 | 45 | 47 |
| Octal | 350 | 200 | 242 | 0 | 55 | 36 | 11 | 524 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10100010 | 0 | 101101 | 11110 | 1001 | 101010100 | 1000101 | 1000111 |
Color Harmonies of #E880A2
Complementary color
Monochromatic Colors of #E880A2
Black with #E880A2
Text Example
Text Example
White with #E880A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880A2; }
p { color: rgb(232,128,162); }
H1.HeaderClassName
{
color: #E880A2;
}
.AnyTagClassName
{
color: #E880A2;
}
</style>
background-color css
<style>
a { background-color: #E880A2; }
a { background-color: rgb(232,128,162); }
div.DivClassName
{
background-color: #E880A2;
}
.BgClassName
{
background-color: #E880A2;
}
</style>
border-color css
<style>
span { border-color: #E880A2; }
span { border-color: rgb(232,128,162); }
td.TdClassName
{
border-color: #E880A2;
}
.TagClassName
{
border-color: #E880A2;
}
</style>