Shades of Carissma #E0878E
Tints of Carissma #E0878E
RGB
CMYK
RGB Variations
Color information
#E0878E (or 0xE0878E) is known color: Carissma. HEX triplet: E0, 87 and 8E. RGB value is (224,135,142). Sum of RGB (Red+Green+Blue) = 224+135+142=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0878E is #1F7871. Grayscale: #A2A2A2. Windows color (decimal): -2062450 or 9340896. OLE color: 9340896.
HSL color Cylindrical-coordinate representation of color #E0878E: hue angle of 355.28º 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 #E0878E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 142 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.12 |
| HSL | 355.28º | 0.59% | 0.7% | - |
| HSV(B) | 355.28º | 0.4% | 0.88% | - |
| XYZ | 44.29 | 35.13 | 30.04 | - |
| YUV | 162.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 142 | 0 | 0.40 | 0.37 | 0.12 | 355.28 | 0.59 | 0.7 |
| Hex | E0 | 87 | 8E | 0 | 28 | 25 | C | 163 | 3B | 46 |
| Octal | 340 | 207 | 216 | 0 | 50 | 45 | 14 | 543 | 73 | 106 |
| Binary | 11100000 | 10000111 | 10001110 | 0 | 101000 | 100101 | 1100 | 101100011 | 111011 | 1000110 |
Color Harmonies of #E0878E
Complementary color
Monochromatic Colors of #E0878E
Black with #E0878E
Text Example
Text Example
White with #E0878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0878E; }
p { color: rgb(224,135,142); }
H1.HeaderClassName
{
color: #E0878E;
}
.AnyTagClassName
{
color: #E0878E;
}
</style>
background-color css
<style>
a { background-color: #E0878E; }
a { background-color: rgb(224,135,142); }
div.DivClassName
{
background-color: #E0878E;
}
.BgClassName
{
background-color: #E0878E;
}
</style>
border-color css
<style>
span { border-color: #E0878E; }
span { border-color: rgb(224,135,142); }
td.TdClassName
{
border-color: #E0878E;
}
.TagClassName
{
border-color: #E0878E;
}
</style>