Shades of Carissma #E0868C
Tints of Carissma #E0868C
RGB
CMYK
RGB Variations
Color information
#E0868C (or 0xE0868C) is known color: Carissma. HEX triplet: E0, 86 and 8C. RGB value is (224,134,140). Sum of RGB (Red+Green+Blue) = 224+134+140=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868C is #1F7973. Grayscale: #A1A1A1. Windows color (decimal): -2062708 or 9209568. OLE color: 9209568.
HSL color Cylindrical-coordinate representation of color #E0868C: hue angle of 356º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0868C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 140 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.12 |
| HSL | 356º | 0.59% | 0.7% | - |
| HSV(B) | 356º | 0.4% | 0.88% | - |
| XYZ | 44 | 34.79 | 29.21 | - |
| YUV | 161.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 140 | 0 | 0.40 | 0.38 | 0.12 | 356 | 0.59 | 0.7 |
| Hex | E0 | 86 | 8C | 0 | 28 | 26 | C | 164 | 3B | 46 |
| Octal | 340 | 206 | 214 | 0 | 50 | 46 | 14 | 544 | 73 | 106 |
| Binary | 11100000 | 10000110 | 10001100 | 0 | 101000 | 100110 | 1100 | 101100100 | 111011 | 1000110 |
Color Harmonies of #E0868C
Complementary color
Monochromatic Colors of #E0868C
Black with #E0868C
Text Example
Text Example
White with #E0868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0868C; }
p { color: rgb(224,134,140); }
H1.HeaderClassName
{
color: #E0868C;
}
.AnyTagClassName
{
color: #E0868C;
}
</style>
background-color css
<style>
a { background-color: #E0868C; }
a { background-color: rgb(224,134,140); }
div.DivClassName
{
background-color: #E0868C;
}
.BgClassName
{
background-color: #E0868C;
}
</style>
border-color css
<style>
span { border-color: #E0868C; }
span { border-color: rgb(224,134,140); }
td.TdClassName
{
border-color: #E0868C;
}
.TagClassName
{
border-color: #E0868C;
}
</style>