Shades of Carissma #E57AA0
Tints of Carissma #E57AA0
RGB
CMYK
RGB Variations
Color information
#E57AA0 (or 0xE57AA0) is known color: Carissma. HEX triplet: E5, 7A and A0. RGB value is (229,122,160). Sum of RGB (Red+Green+Blue) = 229+122+160=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AA0 is #1A855F. Grayscale: #9E9E9E. Windows color (decimal): -1738080 or 10517221. OLE color: 10517221.
HSL color Cylindrical-coordinate representation of color #E57AA0: hue angle of 338.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AA0 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 160 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.10 |
| HSL | 338.69º | 0.67% | 0.69% | - |
| HSV(B) | 338.69º | 0.47% | 0.9% | - |
| XYZ | 45.62 | 33.12 | 37.25 | - |
| YUV | 158.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 160 | 0 | 0.47 | 0.30 | 0.10 | 338.69 | 0.67 | 0.69 |
| Hex | E5 | 7A | A0 | 0 | 2F | 1E | A | 153 | 43 | 45 |
| Octal | 345 | 172 | 240 | 0 | 57 | 36 | 12 | 523 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10100000 | 0 | 101111 | 11110 | 1010 | 101010011 | 1000011 | 1000101 |
Color Harmonies of #E57AA0
Complementary color
Monochromatic Colors of #E57AA0
Black with #E57AA0
Text Example
Text Example
White with #E57AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AA0; }
p { color: rgb(229,122,160); }
H1.HeaderClassName
{
color: #E57AA0;
}
.AnyTagClassName
{
color: #E57AA0;
}
</style>
background-color css
<style>
a { background-color: #E57AA0; }
a { background-color: rgb(229,122,160); }
div.DivClassName
{
background-color: #E57AA0;
}
.BgClassName
{
background-color: #E57AA0;
}
</style>
border-color css
<style>
span { border-color: #E57AA0; }
span { border-color: rgb(229,122,160); }
td.TdClassName
{
border-color: #E57AA0;
}
.TagClassName
{
border-color: #E57AA0;
}
</style>