Shades of Cerise #E0365A
Tints of Cerise #E0365A
RGB
CMYK
RGB Variations
Color information
#E0365A (or 0xE0365A) is known color: Cerise. HEX triplet: E0, 36 and 5A. RGB value is (224,54,90). Sum of RGB (Red+Green+Blue) = 224+54+90=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0365A is #1FC9A5. Grayscale: #6C6C6C. Windows color (decimal): -2083238 or 5912288. OLE color: 5912288.
HSL color Cylindrical-coordinate representation of color #E0365A: hue angle of 347.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0365A is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 90 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.12 |
| HSL | 347.29º | 0.73% | 0.55% | - |
| HSV(B) | 347.29º | 0.76% | 0.88% | - |
| XYZ | 33.91 | 19.22 | 11.6 | - |
| YUV | 108.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 90 | 0 | 0.76 | 0.60 | 0.12 | 347.29 | 0.73 | 0.55 |
| Hex | E0 | 36 | 5A | 0 | 4C | 3C | C | 15B | 49 | 37 |
| Octal | 340 | 66 | 132 | 0 | 114 | 74 | 14 | 533 | 111 | 67 |
| Binary | 11100000 | 110110 | 1011010 | 0 | 1001100 | 111100 | 1100 | 101011011 | 1001001 | 110111 |
Color Harmonies of #E0365A
Complementary color
Monochromatic Colors of #E0365A
Black with #E0365A
Text Example
Text Example
White with #E0365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0365A; }
p { color: rgb(224,54,90); }
H1.HeaderClassName
{
color: #E0365A;
}
.AnyTagClassName
{
color: #E0365A;
}
</style>
background-color css
<style>
a { background-color: #E0365A; }
a { background-color: rgb(224,54,90); }
div.DivClassName
{
background-color: #E0365A;
}
.BgClassName
{
background-color: #E0365A;
}
</style>
border-color css
<style>
span { border-color: #E0365A; }
span { border-color: rgb(224,54,90); }
td.TdClassName
{
border-color: #E0365A;
}
.TagClassName
{
border-color: #E0365A;
}
</style>