Shades of Carissma #E57DA6
Tints of Carissma #E57DA6
RGB
CMYK
RGB Variations
Color information
#E57DA6 (or 0xE57DA6) is known color: Carissma. HEX triplet: E5, 7D and A6. RGB value is (229,125,166). Sum of RGB (Red+Green+Blue) = 229+125+166=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DA6 is #1A8259. Grayscale: #A0A0A0. Windows color (decimal): -1737306 or 10911205. OLE color: 10911205.
HSL color Cylindrical-coordinate representation of color #E57DA6: hue angle of 336.35º 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 #E57DA6 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 166 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.10 |
| HSL | 336.35º | 0.67% | 0.69% | - |
| HSV(B) | 336.35º | 0.45% | 0.9% | - |
| XYZ | 46.53 | 34.08 | 40.2 | - |
| YUV | 160.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 166 | 0 | 0.45 | 0.28 | 0.10 | 336.35 | 0.67 | 0.69 |
| Hex | E5 | 7D | A6 | 0 | 2D | 1C | A | 150 | 43 | 45 |
| Octal | 345 | 175 | 246 | 0 | 55 | 34 | 12 | 520 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10100110 | 0 | 101101 | 11100 | 1010 | 101010000 | 1000011 | 1000101 |
Color Harmonies of #E57DA6
Complementary color
Monochromatic Colors of #E57DA6
Black with #E57DA6
Text Example
Text Example
White with #E57DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DA6; }
p { color: rgb(229,125,166); }
H1.HeaderClassName
{
color: #E57DA6;
}
.AnyTagClassName
{
color: #E57DA6;
}
</style>
background-color css
<style>
a { background-color: #E57DA6; }
a { background-color: rgb(229,125,166); }
div.DivClassName
{
background-color: #E57DA6;
}
.BgClassName
{
background-color: #E57DA6;
}
</style>
border-color css
<style>
span { border-color: #E57DA6; }
span { border-color: rgb(229,125,166); }
td.TdClassName
{
border-color: #E57DA6;
}
.TagClassName
{
border-color: #E57DA6;
}
</style>