Shades of Carissma #E080A0
Tints of Carissma #E080A0
RGB
CMYK
RGB Variations
Color information
#E080A0 (or 0xE080A0) is known color: Carissma. HEX triplet: E0, 80 and A0. RGB value is (224,128,160). Sum of RGB (Red+Green+Blue) = 224+128+160=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A0 is #1F7F5F. Grayscale: #A0A0A0. Windows color (decimal): -2064224 or 10518752. OLE color: 10518752.
HSL color Cylindrical-coordinate representation of color #E080A0: hue angle of 340º 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 #E080A0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 160 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.12 |
| HSL | 340º | 0.61% | 0.69% | - |
| HSV(B) | 340º | 0.43% | 0.88% | - |
| XYZ | 44.8 | 33.82 | 37.42 | - |
| YUV | 160.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 160 | 0 | 0.43 | 0.29 | 0.12 | 340 | 0.61 | 0.69 |
| Hex | E0 | 80 | A0 | 0 | 2B | 1D | C | 154 | 3D | 45 |
| Octal | 340 | 200 | 240 | 0 | 53 | 35 | 14 | 524 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10100000 | 0 | 101011 | 11101 | 1100 | 101010100 | 111101 | 1000101 |
Color Harmonies of #E080A0
Complementary color
Monochromatic Colors of #E080A0
Black with #E080A0
Text Example
Text Example
White with #E080A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080A0; }
p { color: rgb(224,128,160); }
H1.HeaderClassName
{
color: #E080A0;
}
.AnyTagClassName
{
color: #E080A0;
}
</style>
background-color css
<style>
a { background-color: #E080A0; }
a { background-color: rgb(224,128,160); }
div.DivClassName
{
background-color: #E080A0;
}
.BgClassName
{
background-color: #E080A0;
}
</style>
border-color css
<style>
span { border-color: #E080A0; }
span { border-color: rgb(224,128,160); }
td.TdClassName
{
border-color: #E080A0;
}
.TagClassName
{
border-color: #E080A0;
}
</style>