Shades of Carissma #E0848E
Tints of Carissma #E0848E
RGB
CMYK
RGB Variations
Color information
#E0848E (or 0xE0848E) is known color: Carissma. HEX triplet: E0, 84 and 8E. RGB value is (224,132,142). Sum of RGB (Red+Green+Blue) = 224+132+142=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848E is #1F7B71. Grayscale: #A0A0A0. Windows color (decimal): -2063218 or 9340128. OLE color: 9340128.
HSL color Cylindrical-coordinate representation of color #E0848E: hue angle of 353.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0848E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 142 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.12 |
| HSL | 353.48º | 0.6% | 0.7% | - |
| HSV(B) | 353.48º | 0.41% | 0.88% | - |
| XYZ | 43.87 | 34.3 | 29.9 | - |
| YUV | 160.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 142 | 0 | 0.41 | 0.37 | 0.12 | 353.48 | 0.6 | 0.7 |
| Hex | E0 | 84 | 8E | 0 | 29 | 25 | C | 161 | 3C | 46 |
| Octal | 340 | 204 | 216 | 0 | 51 | 45 | 14 | 541 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10001110 | 0 | 101001 | 100101 | 1100 | 101100001 | 111100 | 1000110 |
Color Harmonies of #E0848E
Complementary color
Monochromatic Colors of #E0848E
Black with #E0848E
Text Example
Text Example
White with #E0848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0848E; }
p { color: rgb(224,132,142); }
H1.HeaderClassName
{
color: #E0848E;
}
.AnyTagClassName
{
color: #E0848E;
}
</style>
background-color css
<style>
a { background-color: #E0848E; }
a { background-color: rgb(224,132,142); }
div.DivClassName
{
background-color: #E0848E;
}
.BgClassName
{
background-color: #E0848E;
}
</style>
border-color css
<style>
span { border-color: #E0848E; }
span { border-color: rgb(224,132,142); }
td.TdClassName
{
border-color: #E0848E;
}
.TagClassName
{
border-color: #E0848E;
}
</style>