Shades of Carissma #E5858E
Tints of Carissma #E5858E
RGB
CMYK
RGB Variations
Color information
#E5858E (or 0xE5858E) is known color: Carissma. HEX triplet: E5, 85 and 8E. RGB value is (229,133,142). Sum of RGB (Red+Green+Blue) = 229+133+142=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5858E is #1A7A71. Grayscale: #A2A2A2. Windows color (decimal): -1735282 or 9340389. OLE color: 9340389.
HSL color Cylindrical-coordinate representation of color #E5858E: hue angle of 354.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 #E5858E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 142 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.10 |
| HSL | 354.38º | 0.65% | 0.71% | - |
| HSV(B) | 354.38º | 0.42% | 0.9% | - |
| XYZ | 45.58 | 35.39 | 30.02 | - |
| YUV | 162.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 142 | 0 | 0.42 | 0.38 | 0.10 | 354.38 | 0.65 | 0.71 |
| Hex | E5 | 85 | 8E | 0 | 2A | 26 | A | 162 | 41 | 47 |
| Octal | 345 | 205 | 216 | 0 | 52 | 46 | 12 | 542 | 101 | 107 |
| Binary | 11100101 | 10000101 | 10001110 | 0 | 101010 | 100110 | 1010 | 101100010 | 1000001 | 1000111 |
Color Harmonies of #E5858E
Complementary color
Monochromatic Colors of #E5858E
Black with #E5858E
Text Example
Text Example
White with #E5858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5858E; }
p { color: rgb(229,133,142); }
H1.HeaderClassName
{
color: #E5858E;
}
.AnyTagClassName
{
color: #E5858E;
}
</style>
background-color css
<style>
a { background-color: #E5858E; }
a { background-color: rgb(229,133,142); }
div.DivClassName
{
background-color: #E5858E;
}
.BgClassName
{
background-color: #E5858E;
}
</style>
border-color css
<style>
span { border-color: #E5858E; }
span { border-color: rgb(229,133,142); }
td.TdClassName
{
border-color: #E5858E;
}
.TagClassName
{
border-color: #E5858E;
}
</style>