Shades of Carissma #E882A1
Tints of Carissma #E882A1
RGB
CMYK
RGB Variations
Color information
#E882A1 (or 0xE882A1) is known color: Carissma. HEX triplet: E8, 82 and A1. RGB value is (232,130,161). Sum of RGB (Red+Green+Blue) = 232+130+161=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A1 is #177D5E. Grayscale: #A4A4A4. Windows color (decimal): -1539423 or 10584808. OLE color: 10584808.
HSL color Cylindrical-coordinate representation of color #E882A1: hue angle of 341.76º 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 #E882A1 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 161 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.09 |
| HSL | 341.76º | 0.69% | 0.71% | - |
| HSV(B) | 341.76º | 0.44% | 0.91% | - |
| XYZ | 47.69 | 35.69 | 38.09 | - |
| YUV | 164.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 161 | 0 | 0.44 | 0.31 | 0.09 | 341.76 | 0.69 | 0.71 |
| Hex | E8 | 82 | A1 | 0 | 2C | 1F | 9 | 156 | 45 | 47 |
| Octal | 350 | 202 | 241 | 0 | 54 | 37 | 11 | 526 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10100001 | 0 | 101100 | 11111 | 1001 | 101010110 | 1000101 | 1000111 |
Color Harmonies of #E882A1
Complementary color
Monochromatic Colors of #E882A1
Black with #E882A1
Text Example
Text Example
White with #E882A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882A1; }
p { color: rgb(232,130,161); }
H1.HeaderClassName
{
color: #E882A1;
}
.AnyTagClassName
{
color: #E882A1;
}
</style>
background-color css
<style>
a { background-color: #E882A1; }
a { background-color: rgb(232,130,161); }
div.DivClassName
{
background-color: #E882A1;
}
.BgClassName
{
background-color: #E882A1;
}
</style>
border-color css
<style>
span { border-color: #E882A1; }
span { border-color: rgb(232,130,161); }
td.TdClassName
{
border-color: #E882A1;
}
.TagClassName
{
border-color: #E882A1;
}
</style>