Shades of Carissma #E5858A
Tints of Carissma #E5858A
RGB
CMYK
RGB Variations
Color information
#E5858A (or 0xE5858A) is known color: Carissma. HEX triplet: E5, 85 and 8A. RGB value is (229,133,138). Sum of RGB (Red+Green+Blue) = 229+133+138=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5858A is #1A7A75. Grayscale: #A2A2A2. Windows color (decimal): -1735286 or 9078245. OLE color: 9078245.
HSL color Cylindrical-coordinate representation of color #E5858A: hue angle of 356.88º 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 #E5858A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 138 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.10 |
| HSL | 356.88º | 0.65% | 0.71% | - |
| HSV(B) | 356.88º | 0.42% | 0.9% | - |
| XYZ | 45.29 | 35.27 | 28.47 | - |
| YUV | 162.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 138 | 0 | 0.42 | 0.40 | 0.10 | 356.88 | 0.65 | 0.71 |
| Hex | E5 | 85 | 8A | 0 | 2A | 28 | A | 165 | 41 | 47 |
| Octal | 345 | 205 | 212 | 0 | 52 | 50 | 12 | 545 | 101 | 107 |
| Binary | 11100101 | 10000101 | 10001010 | 0 | 101010 | 101000 | 1010 | 101100101 | 1000001 | 1000111 |
Color Harmonies of #E5858A
Complementary color
Monochromatic Colors of #E5858A
Black with #E5858A
Text Example
Text Example
White with #E5858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5858A; }
p { color: rgb(229,133,138); }
H1.HeaderClassName
{
color: #E5858A;
}
.AnyTagClassName
{
color: #E5858A;
}
</style>
background-color css
<style>
a { background-color: #E5858A; }
a { background-color: rgb(229,133,138); }
div.DivClassName
{
background-color: #E5858A;
}
.BgClassName
{
background-color: #E5858A;
}
</style>
border-color css
<style>
span { border-color: #E5858A; }
span { border-color: rgb(229,133,138); }
td.TdClassName
{
border-color: #E5858A;
}
.TagClassName
{
border-color: #E5858A;
}
</style>