Shades of Carissma #E07E8E
Tints of Carissma #E07E8E
RGB
CMYK
RGB Variations
Color information
#E07E8E (or 0xE07E8E) is known color: Carissma. HEX triplet: E0, 7E and 8E. RGB value is (224,126,142). Sum of RGB (Red+Green+Blue) = 224+126+142=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E8E is #1F8171. Grayscale: #9D9D9D. Windows color (decimal): -2064754 or 9338592. OLE color: 9338592.
HSL color Cylindrical-coordinate representation of color #E07E8E: hue angle of 350.2º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07E8E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 142 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.12 |
| HSL | 350.2º | 0.61% | 0.69% | - |
| HSV(B) | 350.2º | 0.44% | 0.88% | - |
| XYZ | 43.08 | 32.72 | 29.64 | - |
| YUV | 157.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 142 | 0 | 0.44 | 0.37 | 0.12 | 350.2 | 0.61 | 0.69 |
| Hex | E0 | 7E | 8E | 0 | 2C | 25 | C | 15E | 3D | 45 |
| Octal | 340 | 176 | 216 | 0 | 54 | 45 | 14 | 536 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10001110 | 0 | 101100 | 100101 | 1100 | 101011110 | 111101 | 1000101 |
Color Harmonies of #E07E8E
Complementary color
Monochromatic Colors of #E07E8E
Black with #E07E8E
Text Example
Text Example
White with #E07E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E8E; }
p { color: rgb(224,126,142); }
H1.HeaderClassName
{
color: #E07E8E;
}
.AnyTagClassName
{
color: #E07E8E;
}
</style>
background-color css
<style>
a { background-color: #E07E8E; }
a { background-color: rgb(224,126,142); }
div.DivClassName
{
background-color: #E07E8E;
}
.BgClassName
{
background-color: #E07E8E;
}
</style>
border-color css
<style>
span { border-color: #E07E8E; }
span { border-color: rgb(224,126,142); }
td.TdClassName
{
border-color: #E07E8E;
}
.TagClassName
{
border-color: #E07E8E;
}
</style>