Shades of Carissma #E07E88
Tints of Carissma #E07E88
RGB
CMYK
RGB Variations
Color information
#E07E88 (or 0xE07E88) is known color: Carissma. HEX triplet: E0, 7E and 88. RGB value is (224,126,136). Sum of RGB (Red+Green+Blue) = 224+126+136=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E88 is #1F8177. Grayscale: #9C9C9C. Windows color (decimal): -2064760 or 8945376. OLE color: 8945376.
HSL color Cylindrical-coordinate representation of color #E07E88: hue angle of 353.88º 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 #E07E88 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 136 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.12 |
| HSL | 353.88º | 0.61% | 0.69% | - |
| HSV(B) | 353.88º | 0.44% | 0.88% | - |
| XYZ | 42.65 | 32.55 | 27.33 | - |
| YUV | 156.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 136 | 0 | 0.44 | 0.39 | 0.12 | 353.88 | 0.61 | 0.69 |
| Hex | E0 | 7E | 88 | 0 | 2C | 27 | C | 162 | 3D | 45 |
| Octal | 340 | 176 | 210 | 0 | 54 | 47 | 14 | 542 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10001000 | 0 | 101100 | 100111 | 1100 | 101100010 | 111101 | 1000101 |
Color Harmonies of #E07E88
Complementary color
Monochromatic Colors of #E07E88
Black with #E07E88
Text Example
Text Example
White with #E07E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E88; }
p { color: rgb(224,126,136); }
H1.HeaderClassName
{
color: #E07E88;
}
.AnyTagClassName
{
color: #E07E88;
}
</style>
background-color css
<style>
a { background-color: #E07E88; }
a { background-color: rgb(224,126,136); }
div.DivClassName
{
background-color: #E07E88;
}
.BgClassName
{
background-color: #E07E88;
}
</style>
border-color css
<style>
span { border-color: #E07E88; }
span { border-color: rgb(224,126,136); }
td.TdClassName
{
border-color: #E07E88;
}
.TagClassName
{
border-color: #E07E88;
}
</style>