Shades of Carissma #E58B96
Tints of Carissma #E58B96
RGB
CMYK
RGB Variations
Color information
#E58B96 (or 0xE58B96) is known color: Carissma. HEX triplet: E5, 8B and 96. RGB value is (229,139,150). Sum of RGB (Red+Green+Blue) = 229+139+150=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58B96 is #1A7469. Grayscale: #A7A7A7. Windows color (decimal): -1733738 or 9866213. OLE color: 9866213.
HSL color Cylindrical-coordinate representation of color #E58B96: hue angle of 352.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58B96 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 150 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.10 |
| HSL | 352.67º | 0.63% | 0.72% | - |
| HSV(B) | 352.67º | 0.39% | 0.9% | - |
| XYZ | 47.05 | 37.33 | 33.58 | - |
| YUV | 167.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 150 | 0 | 0.39 | 0.34 | 0.10 | 352.67 | 0.63 | 0.72 |
| Hex | E5 | 8B | 96 | 0 | 27 | 22 | A | 161 | 3F | 48 |
| Octal | 345 | 213 | 226 | 0 | 47 | 42 | 12 | 541 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10010110 | 0 | 100111 | 100010 | 1010 | 101100001 | 111111 | 1001000 |
Color Harmonies of #E58B96
Complementary color
Monochromatic Colors of #E58B96
Black with #E58B96
Text Example
Text Example
White with #E58B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B96; }
p { color: rgb(229,139,150); }
H1.HeaderClassName
{
color: #E58B96;
}
.AnyTagClassName
{
color: #E58B96;
}
</style>
background-color css
<style>
a { background-color: #E58B96; }
a { background-color: rgb(229,139,150); }
div.DivClassName
{
background-color: #E58B96;
}
.BgClassName
{
background-color: #E58B96;
}
</style>
border-color css
<style>
span { border-color: #E58B96; }
span { border-color: rgb(229,139,150); }
td.TdClassName
{
border-color: #E58B96;
}
.TagClassName
{
border-color: #E58B96;
}
</style>