Shades of Carissma #E57C8B
Tints of Carissma #E57C8B
RGB
CMYK
RGB Variations
Color information
#E57C8B (or 0xE57C8B) is known color: Carissma. HEX triplet: E5, 7C and 8B. RGB value is (229,124,139). Sum of RGB (Red+Green+Blue) = 229+124+139=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57C8B is #1A8374. Grayscale: #9D9D9D. Windows color (decimal): -1737589 or 9141477. OLE color: 9141477.
HSL color Cylindrical-coordinate representation of color #E57C8B: hue angle of 351.43º 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 #E57C8B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 139 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.10 |
| HSL | 351.43º | 0.67% | 0.69% | - |
| HSV(B) | 351.43º | 0.46% | 0.9% | - |
| XYZ | 44.18 | 32.94 | 28.46 | - |
| YUV | 157.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 139 | 0 | 0.46 | 0.39 | 0.10 | 351.43 | 0.67 | 0.69 |
| Hex | E5 | 7C | 8B | 0 | 2E | 27 | A | 15F | 43 | 45 |
| Octal | 345 | 174 | 213 | 0 | 56 | 47 | 12 | 537 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10001011 | 0 | 101110 | 100111 | 1010 | 101011111 | 1000011 | 1000101 |
Color Harmonies of #E57C8B
Complementary color
Monochromatic Colors of #E57C8B
Black with #E57C8B
Text Example
Text Example
White with #E57C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C8B; }
p { color: rgb(229,124,139); }
H1.HeaderClassName
{
color: #E57C8B;
}
.AnyTagClassName
{
color: #E57C8B;
}
</style>
background-color css
<style>
a { background-color: #E57C8B; }
a { background-color: rgb(229,124,139); }
div.DivClassName
{
background-color: #E57C8B;
}
.BgClassName
{
background-color: #E57C8B;
}
</style>
border-color css
<style>
span { border-color: #E57C8B; }
span { border-color: rgb(229,124,139); }
td.TdClassName
{
border-color: #E57C8B;
}
.TagClassName
{
border-color: #E57C8B;
}
</style>