Shades of Carissma #E284A2
Tints of Carissma #E284A2
RGB
CMYK
RGB Variations
Color information
#E284A2 (or 0xE284A2) is known color: Carissma. HEX triplet: E2, 84 and A2. RGB value is (226,132,162). Sum of RGB (Red+Green+Blue) = 226+132+162=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E284A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E284A2 is #1D7B5D. Grayscale: #A3A3A3. Windows color (decimal): -1932126 or 10650850. OLE color: 10650850.
HSL color Cylindrical-coordinate representation of color #E284A2: hue angle of 340.85º 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 #E284A2 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 162 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.11 |
| HSL | 340.85º | 0.62% | 0.7% | - |
| HSV(B) | 340.85º | 0.42% | 0.89% | - |
| XYZ | 46.14 | 35.28 | 38.56 | - |
| YUV | 163.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 162 | 0 | 0.42 | 0.28 | 0.11 | 340.85 | 0.62 | 0.7 |
| Hex | E2 | 84 | A2 | 0 | 2A | 1C | B | 155 | 3E | 46 |
| Octal | 342 | 204 | 242 | 0 | 52 | 34 | 13 | 525 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10100010 | 0 | 101010 | 11100 | 1011 | 101010101 | 111110 | 1000110 |
Color Harmonies of #E284A2
Complementary color
Monochromatic Colors of #E284A2
Black with #E284A2
Text Example
Text Example
White with #E284A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284A2; }
p { color: rgb(226,132,162); }
H1.HeaderClassName
{
color: #E284A2;
}
.AnyTagClassName
{
color: #E284A2;
}
</style>
background-color css
<style>
a { background-color: #E284A2; }
a { background-color: rgb(226,132,162); }
div.DivClassName
{
background-color: #E284A2;
}
.BgClassName
{
background-color: #E284A2;
}
</style>
border-color css
<style>
span { border-color: #E284A2; }
span { border-color: rgb(226,132,162); }
td.TdClassName
{
border-color: #E284A2;
}
.TagClassName
{
border-color: #E284A2;
}
</style>