Shades of Carissma #E282A2
Tints of Carissma #E282A2
RGB
CMYK
RGB Variations
Color information
#E282A2 (or 0xE282A2) is known color: Carissma. HEX triplet: E2, 82 and A2. RGB value is (226,130,162). Sum of RGB (Red+Green+Blue) = 226+130+162=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E282A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E282A2 is #1D7D5D. Grayscale: #A2A2A2. Windows color (decimal): -1932638 or 10650338. OLE color: 10650338.
HSL color Cylindrical-coordinate representation of color #E282A2: hue angle of 340º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282A2 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 162 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.11 |
| HSL | 340º | 0.62% | 0.7% | - |
| HSV(B) | 340º | 0.42% | 0.89% | - |
| XYZ | 45.87 | 34.74 | 38.47 | - |
| YUV | 162.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 162 | 0 | 0.42 | 0.28 | 0.11 | 340 | 0.62 | 0.7 |
| Hex | E2 | 82 | A2 | 0 | 2A | 1C | B | 154 | 3E | 46 |
| Octal | 342 | 202 | 242 | 0 | 52 | 34 | 13 | 524 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10100010 | 0 | 101010 | 11100 | 1011 | 101010100 | 111110 | 1000110 |
Color Harmonies of #E282A2
Complementary color
Monochromatic Colors of #E282A2
Black with #E282A2
Text Example
Text Example
White with #E282A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E282A2; }
p { color: rgb(226,130,162); }
H1.HeaderClassName
{
color: #E282A2;
}
.AnyTagClassName
{
color: #E282A2;
}
</style>
background-color css
<style>
a { background-color: #E282A2; }
a { background-color: rgb(226,130,162); }
div.DivClassName
{
background-color: #E282A2;
}
.BgClassName
{
background-color: #E282A2;
}
</style>
border-color css
<style>
span { border-color: #E282A2; }
span { border-color: rgb(226,130,162); }
td.TdClassName
{
border-color: #E282A2;
}
.TagClassName
{
border-color: #E282A2;
}
</style>