Shades of Carissma #E082A1
Tints of Carissma #E082A1
RGB
CMYK
RGB Variations
Color information
#E082A1 (or 0xE082A1) is known color: Carissma. HEX triplet: E0, 82 and A1. RGB value is (224,130,161). Sum of RGB (Red+Green+Blue) = 224+130+161=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E082A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082A1 is #1F7D5E. Grayscale: #A1A1A1. Windows color (decimal): -2063711 or 10584800. OLE color: 10584800.
HSL color Cylindrical-coordinate representation of color #E082A1: hue angle of 340.21º degrees, saturation: 0.6, 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 #E082A1 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 161 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.12 |
| HSL | 340.21º | 0.6% | 0.69% | - |
| HSV(B) | 340.21º | 0.42% | 0.88% | - |
| XYZ | 45.16 | 34.39 | 37.98 | - |
| YUV | 161.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 161 | 0 | 0.42 | 0.28 | 0.12 | 340.21 | 0.6 | 0.69 |
| Hex | E0 | 82 | A1 | 0 | 2A | 1C | C | 154 | 3C | 45 |
| Octal | 340 | 202 | 241 | 0 | 52 | 34 | 14 | 524 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10100001 | 0 | 101010 | 11100 | 1100 | 101010100 | 111100 | 1000101 |
Color Harmonies of #E082A1
Complementary color
Monochromatic Colors of #E082A1
Black with #E082A1
Text Example
Text Example
White with #E082A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082A1; }
p { color: rgb(224,130,161); }
H1.HeaderClassName
{
color: #E082A1;
}
.AnyTagClassName
{
color: #E082A1;
}
</style>
background-color css
<style>
a { background-color: #E082A1; }
a { background-color: rgb(224,130,161); }
div.DivClassName
{
background-color: #E082A1;
}
.BgClassName
{
background-color: #E082A1;
}
</style>
border-color css
<style>
span { border-color: #E082A1; }
span { border-color: rgb(224,130,161); }
td.TdClassName
{
border-color: #E082A1;
}
.TagClassName
{
border-color: #E082A1;
}
</style>