Shades of Deep Cerise #E0377A
Tints of Deep Cerise #E0377A
RGB
CMYK
RGB Variations
Color information
#E0377A (or 0xE0377A) is known color: Deep Cerise. HEX triplet: E0, 37 and 7A. RGB value is (224,55,122). Sum of RGB (Red+Green+Blue) = 224+55+122=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0377A is #1FC885. Grayscale: #717171. Windows color (decimal): -2082950 or 8009696. OLE color: 8009696.
HSL color Cylindrical-coordinate representation of color #E0377A: hue angle of 336.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0377A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 122 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.12 |
| HSL | 336.21º | 0.73% | 0.55% | - |
| HSV(B) | 336.21º | 0.75% | 0.88% | - |
| XYZ | 35.62 | 19.98 | 20.39 | - |
| YUV | 113.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 122 | 0 | 0.75 | 0.46 | 0.12 | 336.21 | 0.73 | 0.55 |
| Hex | E0 | 37 | 7A | 0 | 4B | 2E | C | 150 | 49 | 37 |
| Octal | 340 | 67 | 172 | 0 | 113 | 56 | 14 | 520 | 111 | 67 |
| Binary | 11100000 | 110111 | 1111010 | 0 | 1001011 | 101110 | 1100 | 101010000 | 1001001 | 110111 |
Color Harmonies of #E0377A
Complementary color
Monochromatic Colors of #E0377A
Black with #E0377A
Text Example
Text Example
White with #E0377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0377A; }
p { color: rgb(224,55,122); }
H1.HeaderClassName
{
color: #E0377A;
}
.AnyTagClassName
{
color: #E0377A;
}
</style>
background-color css
<style>
a { background-color: #E0377A; }
a { background-color: rgb(224,55,122); }
div.DivClassName
{
background-color: #E0377A;
}
.BgClassName
{
background-color: #E0377A;
}
</style>
border-color css
<style>
span { border-color: #E0377A; }
span { border-color: rgb(224,55,122); }
td.TdClassName
{
border-color: #E0377A;
}
.TagClassName
{
border-color: #E0377A;
}
</style>