Shades of Carissma #E58B94
Tints of Carissma #E58B94
RGB
CMYK
RGB Variations
Color information
#E58B94 (or 0xE58B94) is known color: Carissma. HEX triplet: E5, 8B and 94. RGB value is (229,139,148). Sum of RGB (Red+Green+Blue) = 229+139+148=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58B94 is #1A746B. Grayscale: #A6A6A6. Windows color (decimal): -1733740 or 9735141. OLE color: 9735141.
HSL color Cylindrical-coordinate representation of color #E58B94: hue angle of 354º 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 #E58B94 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 148 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.10 |
| HSL | 354º | 0.63% | 0.72% | - |
| HSV(B) | 354º | 0.39% | 0.9% | - |
| XYZ | 46.89 | 37.26 | 32.74 | - |
| YUV | 166.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 148 | 0 | 0.39 | 0.35 | 0.10 | 354 | 0.63 | 0.72 |
| Hex | E5 | 8B | 94 | 0 | 27 | 23 | A | 162 | 3F | 48 |
| Octal | 345 | 213 | 224 | 0 | 47 | 43 | 12 | 542 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10010100 | 0 | 100111 | 100011 | 1010 | 101100010 | 111111 | 1001000 |
Color Harmonies of #E58B94
Complementary color
Monochromatic Colors of #E58B94
Black with #E58B94
Text Example
Text Example
White with #E58B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B94; }
p { color: rgb(229,139,148); }
H1.HeaderClassName
{
color: #E58B94;
}
.AnyTagClassName
{
color: #E58B94;
}
</style>
background-color css
<style>
a { background-color: #E58B94; }
a { background-color: rgb(229,139,148); }
div.DivClassName
{
background-color: #E58B94;
}
.BgClassName
{
background-color: #E58B94;
}
</style>
border-color css
<style>
span { border-color: #E58B94; }
span { border-color: rgb(229,139,148); }
td.TdClassName
{
border-color: #E58B94;
}
.TagClassName
{
border-color: #E58B94;
}
</style>