Shades of Carissma #E982A2
Tints of Carissma #E982A2
RGB
CMYK
RGB Variations
Color information
#E982A2 (or 0xE982A2) is known color: Carissma. HEX triplet: E9, 82 and A2. RGB value is (233,130,162). Sum of RGB (Red+Green+Blue) = 233+130+162=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E982A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E982A2 is #167D5D. Grayscale: #A4A4A4. Windows color (decimal): -1473886 or 10650345. OLE color: 10650345.
HSL color Cylindrical-coordinate representation of color #E982A2: hue angle of 341.36º degrees, saturation: 0.7, 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 #E982A2 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 162 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.09 |
| HSL | 341.36º | 0.7% | 0.71% | - |
| HSV(B) | 341.36º | 0.44% | 0.91% | - |
| XYZ | 48.11 | 35.9 | 38.58 | - |
| YUV | 164.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 162 | 0 | 0.44 | 0.30 | 0.09 | 341.36 | 0.7 | 0.71 |
| Hex | E9 | 82 | A2 | 0 | 2C | 1E | 9 | 155 | 46 | 47 |
| Octal | 351 | 202 | 242 | 0 | 54 | 36 | 11 | 525 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10100010 | 0 | 101100 | 11110 | 1001 | 101010101 | 1000110 | 1000111 |
Color Harmonies of #E982A2
Complementary color
Monochromatic Colors of #E982A2
Black with #E982A2
Text Example
Text Example
White with #E982A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982A2; }
p { color: rgb(233,130,162); }
H1.HeaderClassName
{
color: #E982A2;
}
.AnyTagClassName
{
color: #E982A2;
}
</style>
background-color css
<style>
a { background-color: #E982A2; }
a { background-color: rgb(233,130,162); }
div.DivClassName
{
background-color: #E982A2;
}
.BgClassName
{
background-color: #E982A2;
}
</style>
border-color css
<style>
span { border-color: #E982A2; }
span { border-color: rgb(233,130,162); }
td.TdClassName
{
border-color: #E982A2;
}
.TagClassName
{
border-color: #E982A2;
}
</style>