Shades of Carissma #E57DA2
Tints of Carissma #E57DA2
RGB
CMYK
RGB Variations
Color information
#E57DA2 (or 0xE57DA2) is known color: Carissma. HEX triplet: E5, 7D and A2. RGB value is (229,125,162). Sum of RGB (Red+Green+Blue) = 229+125+162=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DA2 is #1A825D. Grayscale: #A0A0A0. Windows color (decimal): -1737310 or 10649061. OLE color: 10649061.
HSL color Cylindrical-coordinate representation of color #E57DA2: hue angle of 338.65º 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 #E57DA2 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 162 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.10 |
| HSL | 338.65º | 0.67% | 0.69% | - |
| HSV(B) | 338.65º | 0.45% | 0.9% | - |
| XYZ | 46.17 | 33.93 | 38.3 | - |
| YUV | 160.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 162 | 0 | 0.45 | 0.29 | 0.10 | 338.65 | 0.67 | 0.69 |
| Hex | E5 | 7D | A2 | 0 | 2D | 1D | A | 153 | 43 | 45 |
| Octal | 345 | 175 | 242 | 0 | 55 | 35 | 12 | 523 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10100010 | 0 | 101101 | 11101 | 1010 | 101010011 | 1000011 | 1000101 |
Color Harmonies of #E57DA2
Complementary color
Monochromatic Colors of #E57DA2
Black with #E57DA2
Text Example
Text Example
White with #E57DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DA2; }
p { color: rgb(229,125,162); }
H1.HeaderClassName
{
color: #E57DA2;
}
.AnyTagClassName
{
color: #E57DA2;
}
</style>
background-color css
<style>
a { background-color: #E57DA2; }
a { background-color: rgb(229,125,162); }
div.DivClassName
{
background-color: #E57DA2;
}
.BgClassName
{
background-color: #E57DA2;
}
</style>
border-color css
<style>
span { border-color: #E57DA2; }
span { border-color: rgb(229,125,162); }
td.TdClassName
{
border-color: #E57DA2;
}
.TagClassName
{
border-color: #E57DA2;
}
</style>