Shades of Carissma #E182A0
Tints of Carissma #E182A0
RGB
CMYK
RGB Variations
Color information
#E182A0 (or 0xE182A0) is known color: Carissma. HEX triplet: E1, 82 and A0. RGB value is (225,130,160). Sum of RGB (Red+Green+Blue) = 225+130+160=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E182A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182A0 is #1E7D5F. Grayscale: #A1A1A1. Windows color (decimal): -1998176 or 10519265. OLE color: 10519265.
HSL color Cylindrical-coordinate representation of color #E182A0: hue angle of 341.05º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 160 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.12 |
| HSL | 341.05º | 0.61% | 0.7% | - |
| HSV(B) | 341.05º | 0.42% | 0.88% | - |
| XYZ | 45.38 | 34.51 | 37.53 | - |
| YUV | 161.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 160 | 0 | 0.42 | 0.29 | 0.12 | 341.05 | 0.61 | 0.7 |
| Hex | E1 | 82 | A0 | 0 | 2A | 1D | C | 155 | 3D | 46 |
| Octal | 341 | 202 | 240 | 0 | 52 | 35 | 14 | 525 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10100000 | 0 | 101010 | 11101 | 1100 | 101010101 | 111101 | 1000110 |
Color Harmonies of #E182A0
Complementary color
Monochromatic Colors of #E182A0
Black with #E182A0
Text Example
Text Example
White with #E182A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182A0; }
p { color: rgb(225,130,160); }
H1.HeaderClassName
{
color: #E182A0;
}
.AnyTagClassName
{
color: #E182A0;
}
</style>
background-color css
<style>
a { background-color: #E182A0; }
a { background-color: rgb(225,130,160); }
div.DivClassName
{
background-color: #E182A0;
}
.BgClassName
{
background-color: #E182A0;
}
</style>
border-color css
<style>
span { border-color: #E182A0; }
span { border-color: rgb(225,130,160); }
td.TdClassName
{
border-color: #E182A0;
}
.TagClassName
{
border-color: #E182A0;
}
</style>