Shades of Carissma #E5849C
Tints of Carissma #E5849C
RGB
CMYK
RGB Variations
Color information
#E5849C (or 0xE5849C) is known color: Carissma. HEX triplet: E5, 84 and 9C. RGB value is (229,132,156). Sum of RGB (Red+Green+Blue) = 229+132+156=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5849C is #1A7B63. Grayscale: #A3A3A3. Windows color (decimal): -1735524 or 10257637. OLE color: 10257637.
HSL color Cylindrical-coordinate representation of color #E5849C: hue angle of 345.15º 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 #E5849C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 156 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.10 |
| HSL | 345.15º | 0.65% | 0.71% | - |
| HSV(B) | 345.15º | 0.42% | 0.9% | - |
| XYZ | 46.57 | 35.56 | 35.86 | - |
| YUV | 163.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 156 | 0 | 0.42 | 0.32 | 0.10 | 345.15 | 0.65 | 0.71 |
| Hex | E5 | 84 | 9C | 0 | 2A | 20 | A | 159 | 41 | 47 |
| Octal | 345 | 204 | 234 | 0 | 52 | 40 | 12 | 531 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10011100 | 0 | 101010 | 100000 | 1010 | 101011001 | 1000001 | 1000111 |
Color Harmonies of #E5849C
Complementary color
Monochromatic Colors of #E5849C
Black with #E5849C
Text Example
Text Example
White with #E5849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5849C; }
p { color: rgb(229,132,156); }
H1.HeaderClassName
{
color: #E5849C;
}
.AnyTagClassName
{
color: #E5849C;
}
</style>
background-color css
<style>
a { background-color: #E5849C; }
a { background-color: rgb(229,132,156); }
div.DivClassName
{
background-color: #E5849C;
}
.BgClassName
{
background-color: #E5849C;
}
</style>
border-color css
<style>
span { border-color: #E5849C; }
span { border-color: rgb(229,132,156); }
td.TdClassName
{
border-color: #E5849C;
}
.TagClassName
{
border-color: #E5849C;
}
</style>