Shades of Carissma #E57C8C
Tints of Carissma #E57C8C
RGB
CMYK
RGB Variations
Color information
#E57C8C (or 0xE57C8C) is known color: Carissma. HEX triplet: E5, 7C and 8C. RGB value is (229,124,140). Sum of RGB (Red+Green+Blue) = 229+124+140=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57C8C is #1A8373. Grayscale: #9D9D9D. Windows color (decimal): -1737588 or 9207013. OLE color: 9207013.
HSL color Cylindrical-coordinate representation of color #E57C8C: hue angle of 350.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57C8C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 140 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.10 |
| HSL | 350.86º | 0.67% | 0.69% | - |
| HSV(B) | 350.86º | 0.46% | 0.9% | - |
| XYZ | 44.25 | 32.97 | 28.84 | - |
| YUV | 157.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 140 | 0 | 0.46 | 0.39 | 0.10 | 350.86 | 0.67 | 0.69 |
| Hex | E5 | 7C | 8C | 0 | 2E | 27 | A | 15F | 43 | 45 |
| Octal | 345 | 174 | 214 | 0 | 56 | 47 | 12 | 537 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10001100 | 0 | 101110 | 100111 | 1010 | 101011111 | 1000011 | 1000101 |
Color Harmonies of #E57C8C
Complementary color
Monochromatic Colors of #E57C8C
Black with #E57C8C
Text Example
Text Example
White with #E57C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C8C; }
p { color: rgb(229,124,140); }
H1.HeaderClassName
{
color: #E57C8C;
}
.AnyTagClassName
{
color: #E57C8C;
}
</style>
background-color css
<style>
a { background-color: #E57C8C; }
a { background-color: rgb(229,124,140); }
div.DivClassName
{
background-color: #E57C8C;
}
.BgClassName
{
background-color: #E57C8C;
}
</style>
border-color css
<style>
span { border-color: #E57C8C; }
span { border-color: rgb(229,124,140); }
td.TdClassName
{
border-color: #E57C8C;
}
.TagClassName
{
border-color: #E57C8C;
}
</style>