Shades of Deep Cerise #E2377A
Tints of Deep Cerise #E2377A
RGB
CMYK
RGB Variations
Color information
#E2377A (or 0xE2377A) is known color: Deep Cerise. HEX triplet: E2, 37 and 7A. RGB value is (226,55,122). Sum of RGB (Red+Green+Blue) = 226+55+122=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2377A is #1DC885. Grayscale: #717171. Windows color (decimal): -1951878 or 8009698. OLE color: 8009698.
HSL color Cylindrical-coordinate representation of color #E2377A: hue angle of 336.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2377A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 122 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.11 |
| HSL | 336.49º | 0.75% | 0.55% | - |
| HSV(B) | 336.49º | 0.76% | 0.89% | - |
| XYZ | 36.24 | 20.31 | 20.42 | - |
| YUV | 113.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 122 | 0 | 0.76 | 0.46 | 0.11 | 336.49 | 0.75 | 0.55 |
| Hex | E2 | 37 | 7A | 0 | 4C | 2E | B | 150 | 4B | 37 |
| Octal | 342 | 67 | 172 | 0 | 114 | 56 | 13 | 520 | 113 | 67 |
| Binary | 11100010 | 110111 | 1111010 | 0 | 1001100 | 101110 | 1011 | 101010000 | 1001011 | 110111 |
Color Harmonies of #E2377A
Complementary color
Monochromatic Colors of #E2377A
Black with #E2377A
Text Example
Text Example
White with #E2377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2377A; }
p { color: rgb(226,55,122); }
H1.HeaderClassName
{
color: #E2377A;
}
.AnyTagClassName
{
color: #E2377A;
}
</style>
background-color css
<style>
a { background-color: #E2377A; }
a { background-color: rgb(226,55,122); }
div.DivClassName
{
background-color: #E2377A;
}
.BgClassName
{
background-color: #E2377A;
}
</style>
border-color css
<style>
span { border-color: #E2377A; }
span { border-color: rgb(226,55,122); }
td.TdClassName
{
border-color: #E2377A;
}
.TagClassName
{
border-color: #E2377A;
}
</style>