Shades of Carissma #E183A1
Tints of Carissma #E183A1
RGB
CMYK
RGB Variations
Color information
#E183A1 (or 0xE183A1) is known color: Carissma. HEX triplet: E1, 83 and A1. RGB value is (225,131,161). Sum of RGB (Red+Green+Blue) = 225+131+161=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E183A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E183A1 is #1E7C5E. Grayscale: #A2A2A2. Windows color (decimal): -1997919 or 10585057. OLE color: 10585057.
HSL color Cylindrical-coordinate representation of color #E183A1: hue angle of 340.85º 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 #E183A1 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 161 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.12 |
| HSL | 340.85º | 0.61% | 0.7% | - |
| HSV(B) | 340.85º | 0.42% | 0.88% | - |
| XYZ | 45.6 | 34.81 | 38.03 | - |
| YUV | 162.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 161 | 0 | 0.42 | 0.28 | 0.12 | 340.85 | 0.61 | 0.7 |
| Hex | E1 | 83 | A1 | 0 | 2A | 1C | C | 155 | 3D | 46 |
| Octal | 341 | 203 | 241 | 0 | 52 | 34 | 14 | 525 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10100001 | 0 | 101010 | 11100 | 1100 | 101010101 | 111101 | 1000110 |
Color Harmonies of #E183A1
Complementary color
Monochromatic Colors of #E183A1
Black with #E183A1
Text Example
Text Example
White with #E183A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183A1; }
p { color: rgb(225,131,161); }
H1.HeaderClassName
{
color: #E183A1;
}
.AnyTagClassName
{
color: #E183A1;
}
</style>
background-color css
<style>
a { background-color: #E183A1; }
a { background-color: rgb(225,131,161); }
div.DivClassName
{
background-color: #E183A1;
}
.BgClassName
{
background-color: #E183A1;
}
</style>
border-color css
<style>
span { border-color: #E183A1; }
span { border-color: rgb(225,131,161); }
td.TdClassName
{
border-color: #E183A1;
}
.TagClassName
{
border-color: #E183A1;
}
</style>