Shades of Carissma #E082A0
Tints of Carissma #E082A0
RGB
CMYK
RGB Variations
Color information
#E082A0 (or 0xE082A0) is known color: Carissma. HEX triplet: E0, 82 and A0. RGB value is (224,130,160). Sum of RGB (Red+Green+Blue) = 224+130+160=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E082A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082A0 is #1F7D5F. Grayscale: #A1A1A1. Windows color (decimal): -2063712 or 10519264. OLE color: 10519264.
HSL color Cylindrical-coordinate representation of color #E082A0: hue angle of 340.85º 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 #E082A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 160 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.12 |
| HSL | 340.85º | 0.6% | 0.69% | - |
| HSV(B) | 340.85º | 0.42% | 0.88% | - |
| XYZ | 45.07 | 34.35 | 37.51 | - |
| YUV | 161.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 160 | 0 | 0.42 | 0.29 | 0.12 | 340.85 | 0.6 | 0.69 |
| Hex | E0 | 82 | A0 | 0 | 2A | 1D | C | 155 | 3C | 45 |
| Octal | 340 | 202 | 240 | 0 | 52 | 35 | 14 | 525 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10100000 | 0 | 101010 | 11101 | 1100 | 101010101 | 111100 | 1000101 |
Color Harmonies of #E082A0
Complementary color
Monochromatic Colors of #E082A0
Black with #E082A0
Text Example
Text Example
White with #E082A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082A0; }
p { color: rgb(224,130,160); }
H1.HeaderClassName
{
color: #E082A0;
}
.AnyTagClassName
{
color: #E082A0;
}
</style>
background-color css
<style>
a { background-color: #E082A0; }
a { background-color: rgb(224,130,160); }
div.DivClassName
{
background-color: #E082A0;
}
.BgClassName
{
background-color: #E082A0;
}
</style>
border-color css
<style>
span { border-color: #E082A0; }
span { border-color: rgb(224,130,160); }
td.TdClassName
{
border-color: #E082A0;
}
.TagClassName
{
border-color: #E082A0;
}
</style>