Shades of Carissma #E57F8C
Tints of Carissma #E57F8C
RGB
CMYK
RGB Variations
Color information
#E57F8C (or 0xE57F8C) is known color: Carissma. HEX triplet: E5, 7F and 8C. RGB value is (229,127,140). Sum of RGB (Red+Green+Blue) = 229+127+140=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57F8C is #1A8073. Grayscale: #9F9F9F. Windows color (decimal): -1736820 or 9207781. OLE color: 9207781.
HSL color Cylindrical-coordinate representation of color #E57F8C: hue angle of 352.35º 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 #E57F8C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 140 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.10 |
| HSL | 352.35º | 0.66% | 0.7% | - |
| HSV(B) | 352.35º | 0.45% | 0.9% | - |
| XYZ | 44.64 | 33.73 | 28.97 | - |
| YUV | 158.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 140 | 0 | 0.45 | 0.39 | 0.10 | 352.35 | 0.66 | 0.7 |
| Hex | E5 | 7F | 8C | 0 | 2D | 27 | A | 160 | 42 | 46 |
| Octal | 345 | 177 | 214 | 0 | 55 | 47 | 12 | 540 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10001100 | 0 | 101101 | 100111 | 1010 | 101100000 | 1000010 | 1000110 |
Color Harmonies of #E57F8C
Complementary color
Monochromatic Colors of #E57F8C
Black with #E57F8C
Text Example
Text Example
White with #E57F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F8C; }
p { color: rgb(229,127,140); }
H1.HeaderClassName
{
color: #E57F8C;
}
.AnyTagClassName
{
color: #E57F8C;
}
</style>
background-color css
<style>
a { background-color: #E57F8C; }
a { background-color: rgb(229,127,140); }
div.DivClassName
{
background-color: #E57F8C;
}
.BgClassName
{
background-color: #E57F8C;
}
</style>
border-color css
<style>
span { border-color: #E57F8C; }
span { border-color: rgb(229,127,140); }
td.TdClassName
{
border-color: #E57F8C;
}
.TagClassName
{
border-color: #E57F8C;
}
</style>