Shades of Carissma #E180A2
Tints of Carissma #E180A2
RGB
CMYK
RGB Variations
Color information
#E180A2 (or 0xE180A2) is known color: Carissma. HEX triplet: E1, 80 and A2. RGB value is (225,128,162). Sum of RGB (Red+Green+Blue) = 225+128+162=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A2 is #1E7F5D. Grayscale: #A0A0A0. Windows color (decimal): -1998686 or 10649825. OLE color: 10649825.
HSL color Cylindrical-coordinate representation of color #E180A2: hue angle of 338.97º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180A2 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 162 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.12 |
| HSL | 338.97º | 0.62% | 0.69% | - |
| HSV(B) | 338.97º | 0.43% | 0.88% | - |
| XYZ | 45.29 | 34.05 | 38.37 | - |
| YUV | 160.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 162 | 0 | 0.43 | 0.28 | 0.12 | 338.97 | 0.62 | 0.69 |
| Hex | E1 | 80 | A2 | 0 | 2B | 1C | C | 153 | 3E | 45 |
| Octal | 341 | 200 | 242 | 0 | 53 | 34 | 14 | 523 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10100010 | 0 | 101011 | 11100 | 1100 | 101010011 | 111110 | 1000101 |
Color Harmonies of #E180A2
Complementary color
Monochromatic Colors of #E180A2
Black with #E180A2
Text Example
Text Example
White with #E180A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180A2; }
p { color: rgb(225,128,162); }
H1.HeaderClassName
{
color: #E180A2;
}
.AnyTagClassName
{
color: #E180A2;
}
</style>
background-color css
<style>
a { background-color: #E180A2; }
a { background-color: rgb(225,128,162); }
div.DivClassName
{
background-color: #E180A2;
}
.BgClassName
{
background-color: #E180A2;
}
</style>
border-color css
<style>
span { border-color: #E180A2; }
span { border-color: rgb(225,128,162); }
td.TdClassName
{
border-color: #E180A2;
}
.TagClassName
{
border-color: #E180A2;
}
</style>