Shades of Carissma #E081A0
Tints of Carissma #E081A0
RGB
CMYK
RGB Variations
Color information
#E081A0 (or 0xE081A0) is known color: Carissma. HEX triplet: E0, 81 and A0. RGB value is (224,129,160). Sum of RGB (Red+Green+Blue) = 224+129+160=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E081A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081A0 is #1F7E5F. Grayscale: #A0A0A0. Windows color (decimal): -2063968 or 10519008. OLE color: 10519008.
HSL color Cylindrical-coordinate representation of color #E081A0: hue angle of 340.42º 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 #E081A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 160 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.12 |
| HSL | 340.42º | 0.61% | 0.69% | - |
| HSV(B) | 340.42º | 0.42% | 0.88% | - |
| XYZ | 44.94 | 34.09 | 37.47 | - |
| YUV | 160.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 160 | 0 | 0.42 | 0.29 | 0.12 | 340.42 | 0.61 | 0.69 |
| Hex | E0 | 81 | A0 | 0 | 2A | 1D | C | 154 | 3D | 45 |
| Octal | 340 | 201 | 240 | 0 | 52 | 35 | 14 | 524 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10100000 | 0 | 101010 | 11101 | 1100 | 101010100 | 111101 | 1000101 |
Color Harmonies of #E081A0
Complementary color
Monochromatic Colors of #E081A0
Black with #E081A0
Text Example
Text Example
White with #E081A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081A0; }
p { color: rgb(224,129,160); }
H1.HeaderClassName
{
color: #E081A0;
}
.AnyTagClassName
{
color: #E081A0;
}
</style>
background-color css
<style>
a { background-color: #E081A0; }
a { background-color: rgb(224,129,160); }
div.DivClassName
{
background-color: #E081A0;
}
.BgClassName
{
background-color: #E081A0;
}
</style>
border-color css
<style>
span { border-color: #E081A0; }
span { border-color: rgb(224,129,160); }
td.TdClassName
{
border-color: #E081A0;
}
.TagClassName
{
border-color: #E081A0;
}
</style>