Shades of Carissma #E081A1
Tints of Carissma #E081A1
RGB
CMYK
RGB Variations
Color information
#E081A1 (or 0xE081A1) is known color: Carissma. HEX triplet: E0, 81 and A1. RGB value is (224,129,161). Sum of RGB (Red+Green+Blue) = 224+129+161=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E081A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081A1 is #1F7E5E. Grayscale: #A1A1A1. Windows color (decimal): -2063967 or 10584544. OLE color: 10584544.
HSL color Cylindrical-coordinate representation of color #E081A1: hue angle of 339.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081A1 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 161 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.12 |
| HSL | 339.79º | 0.61% | 0.69% | - |
| HSV(B) | 339.79º | 0.42% | 0.88% | - |
| XYZ | 45.02 | 34.12 | 37.93 | - |
| YUV | 161.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 161 | 0 | 0.42 | 0.28 | 0.12 | 339.79 | 0.61 | 0.69 |
| Hex | E0 | 81 | A1 | 0 | 2A | 1C | C | 154 | 3D | 45 |
| Octal | 340 | 201 | 241 | 0 | 52 | 34 | 14 | 524 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10100001 | 0 | 101010 | 11100 | 1100 | 101010100 | 111101 | 1000101 |
Color Harmonies of #E081A1
Complementary color
Monochromatic Colors of #E081A1
Black with #E081A1
Text Example
Text Example
White with #E081A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081A1; }
p { color: rgb(224,129,161); }
H1.HeaderClassName
{
color: #E081A1;
}
.AnyTagClassName
{
color: #E081A1;
}
</style>
background-color css
<style>
a { background-color: #E081A1; }
a { background-color: rgb(224,129,161); }
div.DivClassName
{
background-color: #E081A1;
}
.BgClassName
{
background-color: #E081A1;
}
</style>
border-color css
<style>
span { border-color: #E081A1; }
span { border-color: rgb(224,129,161); }
td.TdClassName
{
border-color: #E081A1;
}
.TagClassName
{
border-color: #E081A1;
}
</style>