Shades of Deep Cerise #E0317A
Tints of Deep Cerise #E0317A
RGB
CMYK
RGB Variations
Color information
#E0317A (or 0xE0317A) is known color: Deep Cerise. HEX triplet: E0, 31 and 7A. RGB value is (224,49,122). Sum of RGB (Red+Green+Blue) = 224+49+122=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0317A is #1FCE85. Grayscale: #6D6D6D. Windows color (decimal): -2084486 or 8008160. OLE color: 8008160.
HSL color Cylindrical-coordinate representation of color #E0317A: hue angle of 334.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0317A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 122 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.12 |
| HSL | 334.97º | 0.74% | 0.54% | - |
| HSV(B) | 334.97º | 0.78% | 0.88% | - |
| XYZ | 35.35 | 19.45 | 20.3 | - |
| YUV | 109.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 122 | 0 | 0.78 | 0.46 | 0.12 | 334.97 | 0.74 | 0.54 |
| Hex | E0 | 31 | 7A | 0 | 4E | 2E | C | 14F | 4A | 36 |
| Octal | 340 | 61 | 172 | 0 | 116 | 56 | 14 | 517 | 112 | 66 |
| Binary | 11100000 | 110001 | 1111010 | 0 | 1001110 | 101110 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E0317A
Complementary color
Monochromatic Colors of #E0317A
Black with #E0317A
Text Example
Text Example
White with #E0317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0317A; }
p { color: rgb(224,49,122); }
H1.HeaderClassName
{
color: #E0317A;
}
.AnyTagClassName
{
color: #E0317A;
}
</style>
background-color css
<style>
a { background-color: #E0317A; }
a { background-color: rgb(224,49,122); }
div.DivClassName
{
background-color: #E0317A;
}
.BgClassName
{
background-color: #E0317A;
}
</style>
border-color css
<style>
span { border-color: #E0317A; }
span { border-color: rgb(224,49,122); }
td.TdClassName
{
border-color: #E0317A;
}
.TagClassName
{
border-color: #E0317A;
}
</style>