Shades of Carissma #E8849C
Tints of Carissma #E8849C
RGB
CMYK
RGB Variations
Color information
#E8849C (or 0xE8849C) is known color: Carissma. HEX triplet: E8, 84 and 9C. RGB value is (232,132,156). Sum of RGB (Red+Green+Blue) = 232+132+156=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8849C is #177B63. Grayscale: #A4A4A4. Windows color (decimal): -1538916 or 10257640. OLE color: 10257640.
HSL color Cylindrical-coordinate representation of color #E8849C: hue angle of 345.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8849C is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 156 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.09 |
| HSL | 345.6º | 0.68% | 0.71% | - |
| HSV(B) | 345.6º | 0.43% | 0.91% | - |
| XYZ | 47.53 | 36.06 | 35.91 | - |
| YUV | 164.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 156 | 0 | 0.43 | 0.33 | 0.09 | 345.6 | 0.68 | 0.71 |
| Hex | E8 | 84 | 9C | 0 | 2B | 21 | 9 | 15A | 44 | 47 |
| Octal | 350 | 204 | 234 | 0 | 53 | 41 | 11 | 532 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10011100 | 0 | 101011 | 100001 | 1001 | 101011010 | 1000100 | 1000111 |
Color Harmonies of #E8849C
Complementary color
Monochromatic Colors of #E8849C
Black with #E8849C
Text Example
Text Example
White with #E8849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8849C; }
p { color: rgb(232,132,156); }
H1.HeaderClassName
{
color: #E8849C;
}
.AnyTagClassName
{
color: #E8849C;
}
</style>
background-color css
<style>
a { background-color: #E8849C; }
a { background-color: rgb(232,132,156); }
div.DivClassName
{
background-color: #E8849C;
}
.BgClassName
{
background-color: #E8849C;
}
</style>
border-color css
<style>
span { border-color: #E8849C; }
span { border-color: rgb(232,132,156); }
td.TdClassName
{
border-color: #E8849C;
}
.TagClassName
{
border-color: #E8849C;
}
</style>