Shades of Carissma #E0848C
Tints of Carissma #E0848C
RGB
CMYK
RGB Variations
Color information
#E0848C (or 0xE0848C) is known color: Carissma. HEX triplet: E0, 84 and 8C. RGB value is (224,132,140). Sum of RGB (Red+Green+Blue) = 224+132+140=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848C is #1F7B73. Grayscale: #A0A0A0. Windows color (decimal): -2063220 or 9209056. OLE color: 9209056.
HSL color Cylindrical-coordinate representation of color #E0848C: hue angle of 354.78º 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 #E0848C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 140 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.12 |
| HSL | 354.78º | 0.6% | 0.7% | - |
| HSV(B) | 354.78º | 0.41% | 0.88% | - |
| XYZ | 43.73 | 34.24 | 29.12 | - |
| YUV | 160.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 140 | 0 | 0.41 | 0.38 | 0.12 | 354.78 | 0.6 | 0.7 |
| Hex | E0 | 84 | 8C | 0 | 29 | 26 | C | 163 | 3C | 46 |
| Octal | 340 | 204 | 214 | 0 | 51 | 46 | 14 | 543 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10001100 | 0 | 101001 | 100110 | 1100 | 101100011 | 111100 | 1000110 |
Color Harmonies of #E0848C
Complementary color
Monochromatic Colors of #E0848C
Black with #E0848C
Text Example
Text Example
White with #E0848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0848C; }
p { color: rgb(224,132,140); }
H1.HeaderClassName
{
color: #E0848C;
}
.AnyTagClassName
{
color: #E0848C;
}
</style>
background-color css
<style>
a { background-color: #E0848C; }
a { background-color: rgb(224,132,140); }
div.DivClassName
{
background-color: #E0848C;
}
.BgClassName
{
background-color: #E0848C;
}
</style>
border-color css
<style>
span { border-color: #E0848C; }
span { border-color: rgb(224,132,140); }
td.TdClassName
{
border-color: #E0848C;
}
.TagClassName
{
border-color: #E0848C;
}
</style>