Shades of Carissma #E57A8E
Tints of Carissma #E57A8E
RGB
CMYK
RGB Variations
Color information
#E57A8E (or 0xE57A8E) is known color: Carissma. HEX triplet: E5, 7A and 8E. RGB value is (229,122,142). Sum of RGB (Red+Green+Blue) = 229+122+142=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A8E is #1A8571. Grayscale: #9C9C9C. Windows color (decimal): -1738098 or 9337573. OLE color: 9337573.
HSL color Cylindrical-coordinate representation of color #E57A8E: hue angle of 348.79º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57A8E is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 142 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.10 |
| HSL | 348.79º | 0.67% | 0.69% | - |
| HSV(B) | 348.79º | 0.47% | 0.9% | - |
| XYZ | 44.16 | 32.53 | 29.54 | - |
| YUV | 156.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 142 | 0 | 0.47 | 0.38 | 0.10 | 348.79 | 0.67 | 0.69 |
| Hex | E5 | 7A | 8E | 0 | 2F | 26 | A | 15D | 43 | 45 |
| Octal | 345 | 172 | 216 | 0 | 57 | 46 | 12 | 535 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10001110 | 0 | 101111 | 100110 | 1010 | 101011101 | 1000011 | 1000101 |
Color Harmonies of #E57A8E
Complementary color
Monochromatic Colors of #E57A8E
Black with #E57A8E
Text Example
Text Example
White with #E57A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A8E; }
p { color: rgb(229,122,142); }
H1.HeaderClassName
{
color: #E57A8E;
}
.AnyTagClassName
{
color: #E57A8E;
}
</style>
background-color css
<style>
a { background-color: #E57A8E; }
a { background-color: rgb(229,122,142); }
div.DivClassName
{
background-color: #E57A8E;
}
.BgClassName
{
background-color: #E57A8E;
}
</style>
border-color css
<style>
span { border-color: #E57A8E; }
span { border-color: rgb(229,122,142); }
td.TdClassName
{
border-color: #E57A8E;
}
.TagClassName
{
border-color: #E57A8E;
}
</style>