Shades of Carissma #E57A8B
Tints of Carissma #E57A8B
RGB
CMYK
RGB Variations
Color information
#E57A8B (or 0xE57A8B) is known color: Carissma. HEX triplet: E5, 7A and 8B. RGB value is (229,122,139). Sum of RGB (Red+Green+Blue) = 229+122+139=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A8B is #1A8574. Grayscale: #9B9B9B. Windows color (decimal): -1738101 or 9140965. OLE color: 9140965.
HSL color Cylindrical-coordinate representation of color #E57A8B: hue angle of 350.47º 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 #E57A8B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 139 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.10 |
| HSL | 350.47º | 0.67% | 0.69% | - |
| HSV(B) | 350.47º | 0.47% | 0.9% | - |
| XYZ | 43.93 | 32.44 | 28.37 | - |
| YUV | 155.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 139 | 0 | 0.47 | 0.39 | 0.10 | 350.47 | 0.67 | 0.69 |
| Hex | E5 | 7A | 8B | 0 | 2F | 27 | A | 15E | 43 | 45 |
| Octal | 345 | 172 | 213 | 0 | 57 | 47 | 12 | 536 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10001011 | 0 | 101111 | 100111 | 1010 | 101011110 | 1000011 | 1000101 |
Color Harmonies of #E57A8B
Complementary color
Monochromatic Colors of #E57A8B
Black with #E57A8B
Text Example
Text Example
White with #E57A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A8B; }
p { color: rgb(229,122,139); }
H1.HeaderClassName
{
color: #E57A8B;
}
.AnyTagClassName
{
color: #E57A8B;
}
</style>
background-color css
<style>
a { background-color: #E57A8B; }
a { background-color: rgb(229,122,139); }
div.DivClassName
{
background-color: #E57A8B;
}
.BgClassName
{
background-color: #E57A8B;
}
</style>
border-color css
<style>
span { border-color: #E57A8B; }
span { border-color: rgb(229,122,139); }
td.TdClassName
{
border-color: #E57A8B;
}
.TagClassName
{
border-color: #E57A8B;
}
</style>