Shades of Deep Cerise #E3317A
Tints of Deep Cerise #E3317A
RGB
CMYK
RGB Variations
Color information
#E3317A (or 0xE3317A) is known color: Deep Cerise. HEX triplet: E3, 31 and 7A. RGB value is (227,49,122). Sum of RGB (Red+Green+Blue) = 227+49+122=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E3317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3317A is #1CCE85. Grayscale: #6E6E6E. Windows color (decimal): -1887878 or 8008163. OLE color: 8008163.
HSL color Cylindrical-coordinate representation of color #E3317A: hue angle of 335.39º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3317A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 122 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.11 |
| HSL | 335.39º | 0.76% | 0.54% | - |
| HSV(B) | 335.39º | 0.78% | 0.89% | - |
| XYZ | 36.29 | 19.93 | 20.35 | - |
| YUV | 110.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 122 | 0 | 0.78 | 0.46 | 0.11 | 335.39 | 0.76 | 0.54 |
| Hex | E3 | 31 | 7A | 0 | 4E | 2E | B | 14F | 4C | 36 |
| Octal | 343 | 61 | 172 | 0 | 116 | 56 | 13 | 517 | 114 | 66 |
| Binary | 11100011 | 110001 | 1111010 | 0 | 1001110 | 101110 | 1011 | 101001111 | 1001100 | 110110 |
Color Harmonies of #E3317A
Complementary color
Monochromatic Colors of #E3317A
Black with #E3317A
Text Example
Text Example
White with #E3317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3317A; }
p { color: rgb(227,49,122); }
H1.HeaderClassName
{
color: #E3317A;
}
.AnyTagClassName
{
color: #E3317A;
}
</style>
background-color css
<style>
a { background-color: #E3317A; }
a { background-color: rgb(227,49,122); }
div.DivClassName
{
background-color: #E3317A;
}
.BgClassName
{
background-color: #E3317A;
}
</style>
border-color css
<style>
span { border-color: #E3317A; }
span { border-color: rgb(227,49,122); }
td.TdClassName
{
border-color: #E3317A;
}
.TagClassName
{
border-color: #E3317A;
}
</style>