Shades of Cerise #E0216A
Tints of Cerise #E0216A
RGB
CMYK
RGB Variations
Color information
#E0216A (or 0xE0216A) is known color: Cerise. HEX triplet: E0, 21 and 6A. RGB value is (224,33,106). Sum of RGB (Red+Green+Blue) = 224+33+106=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0216A is #1FDE95. Grayscale: #626262. Windows color (decimal): -2088598 or 6955488. OLE color: 6955488.
HSL color Cylindrical-coordinate representation of color #E0216A: hue angle of 337.07º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0216A is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 106 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.12 |
| HSL | 337.07º | 0.75% | 0.5% | - |
| HSV(B) | 337.07º | 0.85% | 0.88% | - |
| XYZ | 33.89 | 17.98 | 15.32 | - |
| YUV | 98.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 106 | 0 | 0.85 | 0.53 | 0.12 | 337.07 | 0.75 | 0.5 |
| Hex | E0 | 21 | 6A | 0 | 55 | 35 | C | 151 | 4B | 32 |
| Octal | 340 | 41 | 152 | 0 | 125 | 65 | 14 | 521 | 113 | 62 |
| Binary | 11100000 | 100001 | 1101010 | 0 | 1010101 | 110101 | 1100 | 101010001 | 1001011 | 110010 |
Color Harmonies of #E0216A
Complementary color
Monochromatic Colors of #E0216A
Black with #E0216A
Text Example
Text Example
White with #E0216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0216A; }
p { color: rgb(224,33,106); }
H1.HeaderClassName
{
color: #E0216A;
}
.AnyTagClassName
{
color: #E0216A;
}
</style>
background-color css
<style>
a { background-color: #E0216A; }
a { background-color: rgb(224,33,106); }
div.DivClassName
{
background-color: #E0216A;
}
.BgClassName
{
background-color: #E0216A;
}
</style>
border-color css
<style>
span { border-color: #E0216A; }
span { border-color: rgb(224,33,106); }
td.TdClassName
{
border-color: #E0216A;
}
.TagClassName
{
border-color: #E0216A;
}
</style>