Shades of Carissma #E57DA1
Tints of Carissma #E57DA1
RGB
CMYK
RGB Variations
Color information
#E57DA1 (or 0xE57DA1) is known color: Carissma. HEX triplet: E5, 7D and A1. RGB value is (229,125,161). Sum of RGB (Red+Green+Blue) = 229+125+161=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DA1 is #1A825E. Grayscale: #A0A0A0. Windows color (decimal): -1737311 or 10583525. OLE color: 10583525.
HSL color Cylindrical-coordinate representation of color #E57DA1: hue angle of 339.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DA1 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 161 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.10 |
| HSL | 339.23º | 0.67% | 0.69% | - |
| HSV(B) | 339.23º | 0.45% | 0.9% | - |
| XYZ | 46.08 | 33.9 | 37.83 | - |
| YUV | 160.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 161 | 0 | 0.45 | 0.30 | 0.10 | 339.23 | 0.67 | 0.69 |
| Hex | E5 | 7D | A1 | 0 | 2D | 1E | A | 153 | 43 | 45 |
| Octal | 345 | 175 | 241 | 0 | 55 | 36 | 12 | 523 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10100001 | 0 | 101101 | 11110 | 1010 | 101010011 | 1000011 | 1000101 |
Color Harmonies of #E57DA1
Complementary color
Monochromatic Colors of #E57DA1
Black with #E57DA1
Text Example
Text Example
White with #E57DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DA1; }
p { color: rgb(229,125,161); }
H1.HeaderClassName
{
color: #E57DA1;
}
.AnyTagClassName
{
color: #E57DA1;
}
</style>
background-color css
<style>
a { background-color: #E57DA1; }
a { background-color: rgb(229,125,161); }
div.DivClassName
{
background-color: #E57DA1;
}
.BgClassName
{
background-color: #E57DA1;
}
</style>
border-color css
<style>
span { border-color: #E57DA1; }
span { border-color: rgb(229,125,161); }
td.TdClassName
{
border-color: #E57DA1;
}
.TagClassName
{
border-color: #E57DA1;
}
</style>