Shades of Carissma #E080A3
Tints of Carissma #E080A3
RGB
CMYK
RGB Variations
Color information
#E080A3 (or 0xE080A3) is known color: Carissma. HEX triplet: E0, 80 and A3. RGB value is (224,128,163). Sum of RGB (Red+Green+Blue) = 224+128+163=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A3 is #1F7F5C. Grayscale: #A0A0A0. Windows color (decimal): -2064221 or 10715360. OLE color: 10715360.
HSL color Cylindrical-coordinate representation of color #E080A3: hue angle of 338.12º degrees, saturation: 0.61, 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 #E080A3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 163 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.12 |
| HSL | 338.13º | 0.61% | 0.69% | - |
| HSV(B) | 338.13º | 0.43% | 0.88% | - |
| XYZ | 45.07 | 33.93 | 38.82 | - |
| YUV | 160.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 163 | 0 | 0.43 | 0.27 | 0.12 | 338.13 | 0.61 | 0.69 |
| Hex | E0 | 80 | A3 | 0 | 2B | 1B | C | 152 | 3D | 45 |
| Octal | 340 | 200 | 243 | 0 | 53 | 33 | 14 | 522 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10100011 | 0 | 101011 | 11011 | 1100 | 101010010 | 111101 | 1000101 |
Color Harmonies of #E080A3
Complementary color
Monochromatic Colors of #E080A3
Black with #E080A3
Text Example
Text Example
White with #E080A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080A3; }
p { color: rgb(224,128,163); }
H1.HeaderClassName
{
color: #E080A3;
}
.AnyTagClassName
{
color: #E080A3;
}
</style>
background-color css
<style>
a { background-color: #E080A3; }
a { background-color: rgb(224,128,163); }
div.DivClassName
{
background-color: #E080A3;
}
.BgClassName
{
background-color: #E080A3;
}
</style>
border-color css
<style>
span { border-color: #E080A3; }
span { border-color: rgb(224,128,163); }
td.TdClassName
{
border-color: #E080A3;
}
.TagClassName
{
border-color: #E080A3;
}
</style>