Shades of Carissma #E58596
Tints of Carissma #E58596
RGB
CMYK
RGB Variations
Color information
#E58596 (or 0xE58596) is known color: Carissma. HEX triplet: E5, 85 and 96. RGB value is (229,133,150). Sum of RGB (Red+Green+Blue) = 229+133+150=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E58596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58596 is #1A7A69. Grayscale: #A3A3A3. Windows color (decimal): -1735274 or 9864677. OLE color: 9864677.
HSL color Cylindrical-coordinate representation of color #E58596: hue angle of 349.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E58596 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 150 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.10 |
| HSL | 349.38º | 0.65% | 0.71% | - |
| HSV(B) | 349.38º | 0.42% | 0.9% | - |
| XYZ | 46.21 | 35.64 | 33.3 | - |
| YUV | 163.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 150 | 0 | 0.42 | 0.34 | 0.10 | 349.38 | 0.65 | 0.71 |
| Hex | E5 | 85 | 96 | 0 | 2A | 22 | A | 15D | 41 | 47 |
| Octal | 345 | 205 | 226 | 0 | 52 | 42 | 12 | 535 | 101 | 107 |
| Binary | 11100101 | 10000101 | 10010110 | 0 | 101010 | 100010 | 1010 | 101011101 | 1000001 | 1000111 |
Color Harmonies of #E58596
Complementary color
Monochromatic Colors of #E58596
Black with #E58596
Text Example
Text Example
White with #E58596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58596; }
p { color: rgb(229,133,150); }
H1.HeaderClassName
{
color: #E58596;
}
.AnyTagClassName
{
color: #E58596;
}
</style>
background-color css
<style>
a { background-color: #E58596; }
a { background-color: rgb(229,133,150); }
div.DivClassName
{
background-color: #E58596;
}
.BgClassName
{
background-color: #E58596;
}
</style>
border-color css
<style>
span { border-color: #E58596; }
span { border-color: rgb(229,133,150); }
td.TdClassName
{
border-color: #E58596;
}
.TagClassName
{
border-color: #E58596;
}
</style>