Shades of Carissma #E57F96
Tints of Carissma #E57F96
RGB
CMYK
RGB Variations
Color information
#E57F96 (or 0xE57F96) is known color: Carissma. HEX triplet: E5, 7F and 96. RGB value is (229,127,150). Sum of RGB (Red+Green+Blue) = 229+127+150=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57F96 is #1A8069. Grayscale: #A0A0A0. Windows color (decimal): -1736810 or 9863141. OLE color: 9863141.
HSL color Cylindrical-coordinate representation of color #E57F96: hue angle of 346.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57F96 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 150 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.10 |
| HSL | 346.47º | 0.66% | 0.7% | - |
| HSV(B) | 346.47º | 0.45% | 0.9% | - |
| XYZ | 45.41 | 34.04 | 33.03 | - |
| YUV | 160.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 150 | 0 | 0.45 | 0.34 | 0.10 | 346.47 | 0.66 | 0.7 |
| Hex | E5 | 7F | 96 | 0 | 2D | 22 | A | 15A | 42 | 46 |
| Octal | 345 | 177 | 226 | 0 | 55 | 42 | 12 | 532 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10010110 | 0 | 101101 | 100010 | 1010 | 101011010 | 1000010 | 1000110 |
Color Harmonies of #E57F96
Complementary color
Monochromatic Colors of #E57F96
Black with #E57F96
Text Example
Text Example
White with #E57F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F96; }
p { color: rgb(229,127,150); }
H1.HeaderClassName
{
color: #E57F96;
}
.AnyTagClassName
{
color: #E57F96;
}
</style>
background-color css
<style>
a { background-color: #E57F96; }
a { background-color: rgb(229,127,150); }
div.DivClassName
{
background-color: #E57F96;
}
.BgClassName
{
background-color: #E57F96;
}
</style>
border-color css
<style>
span { border-color: #E57F96; }
span { border-color: rgb(229,127,150); }
td.TdClassName
{
border-color: #E57F96;
}
.TagClassName
{
border-color: #E57F96;
}
</style>