Shades of Cerise #E03260
Tints of Cerise #E03260
RGB
CMYK
RGB Variations
Color information
#E03260 (or 0xE03260) is known color: Cerise. HEX triplet: E0, 32 and 60. RGB value is (224,50,96). Sum of RGB (Red+Green+Blue) = 224+50+96=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E03260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03260 is #1FCD9F. Grayscale: #6B6B6B. Windows color (decimal): -2084256 or 6304480. OLE color: 6304480.
HSL color Cylindrical-coordinate representation of color #E03260: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03260 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 96 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.12 |
| HSL | 344.14º | 0.74% | 0.54% | - |
| HSV(B) | 344.14º | 0.78% | 0.88% | - |
| XYZ | 33.99 | 18.97 | 12.94 | - |
| YUV | 107.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 96 | 0 | 0.78 | 0.57 | 0.12 | 344.14 | 0.74 | 0.54 |
| Hex | E0 | 32 | 60 | 0 | 4E | 39 | C | 158 | 4A | 36 |
| Octal | 340 | 62 | 140 | 0 | 116 | 71 | 14 | 530 | 112 | 66 |
| Binary | 11100000 | 110010 | 1100000 | 0 | 1001110 | 111001 | 1100 | 101011000 | 1001010 | 110110 |
Color Harmonies of #E03260
Complementary color
Monochromatic Colors of #E03260
Black with #E03260
Text Example
Text Example
White with #E03260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03260; }
p { color: rgb(224,50,96); }
H1.HeaderClassName
{
color: #E03260;
}
.AnyTagClassName
{
color: #E03260;
}
</style>
background-color css
<style>
a { background-color: #E03260; }
a { background-color: rgb(224,50,96); }
div.DivClassName
{
background-color: #E03260;
}
.BgClassName
{
background-color: #E03260;
}
</style>
border-color css
<style>
span { border-color: #E03260; }
span { border-color: rgb(224,50,96); }
td.TdClassName
{
border-color: #E03260;
}
.TagClassName
{
border-color: #E03260;
}
</style>