Shades of Cerise #E0296A
Tints of Cerise #E0296A
RGB
CMYK
RGB Variations
Color information
#E0296A (or 0xE0296A) is known color: Cerise. HEX triplet: E0, 29 and 6A. RGB value is (224,41,106). Sum of RGB (Red+Green+Blue) = 224+41+106=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0296A is #1FD695. Grayscale: #676767. Windows color (decimal): -2086550 or 6957536. OLE color: 6957536.
HSL color Cylindrical-coordinate representation of color #E0296A: hue angle of 338.69º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0296A is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 106 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.12 |
| HSL | 338.69º | 0.75% | 0.52% | - |
| HSV(B) | 338.69º | 0.82% | 0.88% | - |
| XYZ | 34.13 | 18.47 | 15.4 | - |
| YUV | 103.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 106 | 0 | 0.82 | 0.53 | 0.12 | 338.69 | 0.75 | 0.52 |
| Hex | E0 | 29 | 6A | 0 | 52 | 35 | C | 153 | 4B | 34 |
| Octal | 340 | 51 | 152 | 0 | 122 | 65 | 14 | 523 | 113 | 64 |
| Binary | 11100000 | 101001 | 1101010 | 0 | 1010010 | 110101 | 1100 | 101010011 | 1001011 | 110100 |
Color Harmonies of #E0296A
Complementary color
Monochromatic Colors of #E0296A
Black with #E0296A
Text Example
Text Example
White with #E0296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0296A; }
p { color: rgb(224,41,106); }
H1.HeaderClassName
{
color: #E0296A;
}
.AnyTagClassName
{
color: #E0296A;
}
</style>
background-color css
<style>
a { background-color: #E0296A; }
a { background-color: rgb(224,41,106); }
div.DivClassName
{
background-color: #E0296A;
}
.BgClassName
{
background-color: #E0296A;
}
</style>
border-color css
<style>
span { border-color: #E0296A; }
span { border-color: rgb(224,41,106); }
td.TdClassName
{
border-color: #E0296A;
}
.TagClassName
{
border-color: #E0296A;
}
</style>