Shades of Carissma #E181A2
Tints of Carissma #E181A2
RGB
CMYK
RGB Variations
Color information
#E181A2 (or 0xE181A2) is known color: Carissma. HEX triplet: E1, 81 and A2. RGB value is (225,129,162). Sum of RGB (Red+Green+Blue) = 225+129+162=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A2 is #1E7E5D. Grayscale: #A1A1A1. Windows color (decimal): -1998430 or 10650081. OLE color: 10650081.
HSL color Cylindrical-coordinate representation of color #E181A2: hue angle of 339.38º 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 #E181A2 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 162 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.12 |
| HSL | 339.38º | 0.62% | 0.69% | - |
| HSV(B) | 339.38º | 0.43% | 0.88% | - |
| XYZ | 45.42 | 34.32 | 38.41 | - |
| YUV | 161.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 162 | 0 | 0.43 | 0.28 | 0.12 | 339.38 | 0.62 | 0.69 |
| Hex | E1 | 81 | A2 | 0 | 2B | 1C | C | 153 | 3E | 45 |
| Octal | 341 | 201 | 242 | 0 | 53 | 34 | 14 | 523 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10100010 | 0 | 101011 | 11100 | 1100 | 101010011 | 111110 | 1000101 |
Color Harmonies of #E181A2
Complementary color
Monochromatic Colors of #E181A2
Black with #E181A2
Text Example
Text Example
White with #E181A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181A2; }
p { color: rgb(225,129,162); }
H1.HeaderClassName
{
color: #E181A2;
}
.AnyTagClassName
{
color: #E181A2;
}
</style>
background-color css
<style>
a { background-color: #E181A2; }
a { background-color: rgb(225,129,162); }
div.DivClassName
{
background-color: #E181A2;
}
.BgClassName
{
background-color: #E181A2;
}
</style>
border-color css
<style>
span { border-color: #E181A2; }
span { border-color: rgb(225,129,162); }
td.TdClassName
{
border-color: #E181A2;
}
.TagClassName
{
border-color: #E181A2;
}
</style>