Shades of Carissma #E180A0
Tints of Carissma #E180A0
RGB
CMYK
RGB Variations
Color information
#E180A0 (or 0xE180A0) is known color: Carissma. HEX triplet: E1, 80 and A0. RGB value is (225,128,160). Sum of RGB (Red+Green+Blue) = 225+128+160=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A0 is #1E7F5F. Grayscale: #A0A0A0. Windows color (decimal): -1998688 or 10518753. OLE color: 10518753.
HSL color Cylindrical-coordinate representation of color #E180A0: hue angle of 340.21º 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 #E180A0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 160 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.12 |
| HSL | 340.21º | 0.62% | 0.69% | - |
| HSV(B) | 340.21º | 0.43% | 0.88% | - |
| XYZ | 45.12 | 33.98 | 37.44 | - |
| YUV | 160.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 160 | 0 | 0.43 | 0.29 | 0.12 | 340.21 | 0.62 | 0.69 |
| Hex | E1 | 80 | A0 | 0 | 2B | 1D | C | 154 | 3E | 45 |
| Octal | 341 | 200 | 240 | 0 | 53 | 35 | 14 | 524 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10100000 | 0 | 101011 | 11101 | 1100 | 101010100 | 111110 | 1000101 |
Color Harmonies of #E180A0
Complementary color
Monochromatic Colors of #E180A0
Black with #E180A0
Text Example
Text Example
White with #E180A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180A0; }
p { color: rgb(225,128,160); }
H1.HeaderClassName
{
color: #E180A0;
}
.AnyTagClassName
{
color: #E180A0;
}
</style>
background-color css
<style>
a { background-color: #E180A0; }
a { background-color: rgb(225,128,160); }
div.DivClassName
{
background-color: #E180A0;
}
.BgClassName
{
background-color: #E180A0;
}
</style>
border-color css
<style>
span { border-color: #E180A0; }
span { border-color: rgb(225,128,160); }
td.TdClassName
{
border-color: #E180A0;
}
.TagClassName
{
border-color: #E180A0;
}
</style>