Shades of Carissma #E57D96
Tints of Carissma #E57D96
RGB
CMYK
RGB Variations
Color information
#E57D96 (or 0xE57D96) is known color: Carissma. HEX triplet: E5, 7D and 96. RGB value is (229,125,150). Sum of RGB (Red+Green+Blue) = 229+125+150=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57D96 is #1A8269. Grayscale: #9E9E9E. Windows color (decimal): -1737322 or 9862629. OLE color: 9862629.
HSL color Cylindrical-coordinate representation of color #E57D96: hue angle of 345.58º 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 #E57D96 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 150 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.10 |
| HSL | 345.58º | 0.67% | 0.69% | - |
| HSV(B) | 345.58º | 0.45% | 0.9% | - |
| XYZ | 45.15 | 33.53 | 32.95 | - |
| YUV | 158.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 150 | 0 | 0.45 | 0.34 | 0.10 | 345.58 | 0.67 | 0.69 |
| Hex | E5 | 7D | 96 | 0 | 2D | 22 | A | 15A | 43 | 45 |
| Octal | 345 | 175 | 226 | 0 | 55 | 42 | 12 | 532 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10010110 | 0 | 101101 | 100010 | 1010 | 101011010 | 1000011 | 1000101 |
Color Harmonies of #E57D96
Complementary color
Monochromatic Colors of #E57D96
Black with #E57D96
Text Example
Text Example
White with #E57D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D96; }
p { color: rgb(229,125,150); }
H1.HeaderClassName
{
color: #E57D96;
}
.AnyTagClassName
{
color: #E57D96;
}
</style>
background-color css
<style>
a { background-color: #E57D96; }
a { background-color: rgb(229,125,150); }
div.DivClassName
{
background-color: #E57D96;
}
.BgClassName
{
background-color: #E57D96;
}
</style>
border-color css
<style>
span { border-color: #E57D96; }
span { border-color: rgb(229,125,150); }
td.TdClassName
{
border-color: #E57D96;
}
.TagClassName
{
border-color: #E57D96;
}
</style>