Shades of Cerise #E03065
Tints of Cerise #E03065
RGB
CMYK
RGB Variations
Color information
#E03065 (or 0xE03065) is known color: Cerise. HEX triplet: E0, 30 and 65. RGB value is (224,48,101). Sum of RGB (Red+Green+Blue) = 224+48+101=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E03065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03065 is #1FCF9A. Grayscale: #6A6A6A. Windows color (decimal): -2084763 or 6631648. OLE color: 6631648.
HSL color Cylindrical-coordinate representation of color #E03065: hue angle of 341.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03065 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 101 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.12 |
| HSL | 341.93º | 0.74% | 0.53% | - |
| HSV(B) | 341.93º | 0.79% | 0.88% | - |
| XYZ | 34.15 | 18.9 | 14.16 | - |
| YUV | 106.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 101 | 0 | 0.79 | 0.55 | 0.12 | 341.93 | 0.74 | 0.53 |
| Hex | E0 | 30 | 65 | 0 | 4F | 37 | C | 156 | 4A | 35 |
| Octal | 340 | 60 | 145 | 0 | 117 | 67 | 14 | 526 | 112 | 65 |
| Binary | 11100000 | 110000 | 1100101 | 0 | 1001111 | 110111 | 1100 | 101010110 | 1001010 | 110101 |
Color Harmonies of #E03065
Complementary color
Monochromatic Colors of #E03065
Black with #E03065
Text Example
Text Example
White with #E03065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03065; }
p { color: rgb(224,48,101); }
H1.HeaderClassName
{
color: #E03065;
}
.AnyTagClassName
{
color: #E03065;
}
</style>
background-color css
<style>
a { background-color: #E03065; }
a { background-color: rgb(224,48,101); }
div.DivClassName
{
background-color: #E03065;
}
.BgClassName
{
background-color: #E03065;
}
</style>
border-color css
<style>
span { border-color: #E03065; }
span { border-color: rgb(224,48,101); }
td.TdClassName
{
border-color: #E03065;
}
.TagClassName
{
border-color: #E03065;
}
</style>