Shades of Carissma #E57C8A
Tints of Carissma #E57C8A
RGB
CMYK
RGB Variations
Color information
#E57C8A (or 0xE57C8A) is known color: Carissma. HEX triplet: E5, 7C and 8A. RGB value is (229,124,138). Sum of RGB (Red+Green+Blue) = 229+124+138=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57C8A is #1A8375. Grayscale: #9D9D9D. Windows color (decimal): -1737590 or 9075941. OLE color: 9075941.
HSL color Cylindrical-coordinate representation of color #E57C8A: hue angle of 352º 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 #E57C8A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 138 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.10 |
| HSL | 352º | 0.67% | 0.69% | - |
| HSV(B) | 352º | 0.46% | 0.9% | - |
| XYZ | 44.11 | 32.91 | 28.07 | - |
| YUV | 156.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 138 | 0 | 0.46 | 0.40 | 0.10 | 352 | 0.67 | 0.69 |
| Hex | E5 | 7C | 8A | 0 | 2E | 28 | A | 160 | 43 | 45 |
| Octal | 345 | 174 | 212 | 0 | 56 | 50 | 12 | 540 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10001010 | 0 | 101110 | 101000 | 1010 | 101100000 | 1000011 | 1000101 |
Color Harmonies of #E57C8A
Complementary color
Monochromatic Colors of #E57C8A
Black with #E57C8A
Text Example
Text Example
White with #E57C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C8A; }
p { color: rgb(229,124,138); }
H1.HeaderClassName
{
color: #E57C8A;
}
.AnyTagClassName
{
color: #E57C8A;
}
</style>
background-color css
<style>
a { background-color: #E57C8A; }
a { background-color: rgb(229,124,138); }
div.DivClassName
{
background-color: #E57C8A;
}
.BgClassName
{
background-color: #E57C8A;
}
</style>
border-color css
<style>
span { border-color: #E57C8A; }
span { border-color: rgb(229,124,138); }
td.TdClassName
{
border-color: #E57C8A;
}
.TagClassName
{
border-color: #E57C8A;
}
</style>