Shades of Carissma #E0868E
Tints of Carissma #E0868E
RGB
CMYK
RGB Variations
Color information
#E0868E (or 0xE0868E) is known color: Carissma. HEX triplet: E0, 86 and 8E. RGB value is (224,134,142). Sum of RGB (Red+Green+Blue) = 224+134+142=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868E is #1F7971. Grayscale: #A1A1A1. Windows color (decimal): -2062706 or 9340640. OLE color: 9340640.
HSL color Cylindrical-coordinate representation of color #E0868E: hue angle of 354.67º 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 #E0868E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 142 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.12 |
| HSL | 354.67º | 0.59% | 0.7% | - |
| HSV(B) | 354.67º | 0.4% | 0.88% | - |
| XYZ | 44.15 | 34.85 | 29.99 | - |
| YUV | 161.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 142 | 0 | 0.40 | 0.37 | 0.12 | 354.67 | 0.59 | 0.7 |
| Hex | E0 | 86 | 8E | 0 | 28 | 25 | C | 163 | 3B | 46 |
| Octal | 340 | 206 | 216 | 0 | 50 | 45 | 14 | 543 | 73 | 106 |
| Binary | 11100000 | 10000110 | 10001110 | 0 | 101000 | 100101 | 1100 | 101100011 | 111011 | 1000110 |
Color Harmonies of #E0868E
Complementary color
Monochromatic Colors of #E0868E
Black with #E0868E
Text Example
Text Example
White with #E0868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0868E; }
p { color: rgb(224,134,142); }
H1.HeaderClassName
{
color: #E0868E;
}
.AnyTagClassName
{
color: #E0868E;
}
</style>
background-color css
<style>
a { background-color: #E0868E; }
a { background-color: rgb(224,134,142); }
div.DivClassName
{
background-color: #E0868E;
}
.BgClassName
{
background-color: #E0868E;
}
</style>
border-color css
<style>
span { border-color: #E0868E; }
span { border-color: rgb(224,134,142); }
td.TdClassName
{
border-color: #E0868E;
}
.TagClassName
{
border-color: #E0868E;
}
</style>