Shades of Carissma #E57B96
Tints of Carissma #E57B96
RGB
CMYK
RGB Variations
Color information
#E57B96 (or 0xE57B96) is known color: Carissma. HEX triplet: E5, 7B and 96. RGB value is (229,123,150). Sum of RGB (Red+Green+Blue) = 229+123+150=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57B96 is #1A8469. Grayscale: #9D9D9D. Windows color (decimal): -1737834 or 9862117. OLE color: 9862117.
HSL color Cylindrical-coordinate representation of color #E57B96: hue angle of 344.72º 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 #E57B96 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 150 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.10 |
| HSL | 344.72º | 0.67% | 0.69% | - |
| HSV(B) | 344.72º | 0.46% | 0.9% | - |
| XYZ | 44.9 | 33.03 | 32.86 | - |
| YUV | 157.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 150 | 0 | 0.46 | 0.34 | 0.10 | 344.72 | 0.67 | 0.69 |
| Hex | E5 | 7B | 96 | 0 | 2E | 22 | A | 159 | 43 | 45 |
| Octal | 345 | 173 | 226 | 0 | 56 | 42 | 12 | 531 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10010110 | 0 | 101110 | 100010 | 1010 | 101011001 | 1000011 | 1000101 |
Color Harmonies of #E57B96
Complementary color
Monochromatic Colors of #E57B96
Black with #E57B96
Text Example
Text Example
White with #E57B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57B96; }
p { color: rgb(229,123,150); }
H1.HeaderClassName
{
color: #E57B96;
}
.AnyTagClassName
{
color: #E57B96;
}
</style>
background-color css
<style>
a { background-color: #E57B96; }
a { background-color: rgb(229,123,150); }
div.DivClassName
{
background-color: #E57B96;
}
.BgClassName
{
background-color: #E57B96;
}
</style>
border-color css
<style>
span { border-color: #E57B96; }
span { border-color: rgb(229,123,150); }
td.TdClassName
{
border-color: #E57B96;
}
.TagClassName
{
border-color: #E57B96;
}
</style>