Shades of Carissma #E57F97
Tints of Carissma #E57F97
RGB
CMYK
RGB Variations
Color information
#E57F97 (or 0xE57F97) is known color: Carissma. HEX triplet: E5, 7F and 97. RGB value is (229,127,151). Sum of RGB (Red+Green+Blue) = 229+127+151=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57F97 is #1A8068. Grayscale: #A0A0A0. Windows color (decimal): -1736809 or 9928677. OLE color: 9928677.
HSL color Cylindrical-coordinate representation of color #E57F97: hue angle of 345.88º 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 #E57F97 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 151 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.10 |
| HSL | 345.88º | 0.66% | 0.7% | - |
| HSV(B) | 345.88º | 0.45% | 0.9% | - |
| XYZ | 45.49 | 34.07 | 33.46 | - |
| YUV | 160.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 151 | 0 | 0.45 | 0.34 | 0.10 | 345.88 | 0.66 | 0.7 |
| Hex | E5 | 7F | 97 | 0 | 2D | 22 | A | 15A | 42 | 46 |
| Octal | 345 | 177 | 227 | 0 | 55 | 42 | 12 | 532 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10010111 | 0 | 101101 | 100010 | 1010 | 101011010 | 1000010 | 1000110 |
Color Harmonies of #E57F97
Complementary color
Monochromatic Colors of #E57F97
Black with #E57F97
Text Example
Text Example
White with #E57F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F97; }
p { color: rgb(229,127,151); }
H1.HeaderClassName
{
color: #E57F97;
}
.AnyTagClassName
{
color: #E57F97;
}
</style>
background-color css
<style>
a { background-color: #E57F97; }
a { background-color: rgb(229,127,151); }
div.DivClassName
{
background-color: #E57F97;
}
.BgClassName
{
background-color: #E57F97;
}
</style>
border-color css
<style>
span { border-color: #E57F97; }
span { border-color: rgb(229,127,151); }
td.TdClassName
{
border-color: #E57F97;
}
.TagClassName
{
border-color: #E57F97;
}
</style>