Shades of Deep Cerise #ED317A
Tints of Deep Cerise #ED317A
RGB
CMYK
RGB Variations
Color information
#ED317A (or 0xED317A) is known color: Deep Cerise. HEX triplet: ED, 31 and 7A. RGB value is (237,49,122). Sum of RGB (Red+Green+Blue) = 237+49+122=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED317A is #12CE85. Grayscale: #717171. Windows color (decimal): -1232518 or 8008173. OLE color: 8008173.
HSL color Cylindrical-coordinate representation of color #ED317A: hue angle of 336.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED317A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 122 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.07 |
| HSL | 336.7º | 0.84% | 0.56% | - |
| HSV(B) | 336.7º | 0.79% | 0.93% | - |
| XYZ | 39.54 | 21.61 | 20.5 | - |
| YUV | 113.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 122 | 0 | 0.79 | 0.49 | 0.07 | 336.7 | 0.84 | 0.56 |
| Hex | ED | 31 | 7A | 0 | 4F | 31 | 7 | 151 | 54 | 38 |
| Octal | 355 | 61 | 172 | 0 | 117 | 61 | 7 | 521 | 124 | 70 |
| Binary | 11101101 | 110001 | 1111010 | 0 | 1001111 | 110001 | 111 | 101010001 | 1010100 | 111000 |
Color Harmonies of #ED317A
Complementary color
Monochromatic Colors of #ED317A
Black with #ED317A
Text Example
Text Example
White with #ED317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED317A; }
p { color: rgb(237,49,122); }
H1.HeaderClassName
{
color: #ED317A;
}
.AnyTagClassName
{
color: #ED317A;
}
</style>
background-color css
<style>
a { background-color: #ED317A; }
a { background-color: rgb(237,49,122); }
div.DivClassName
{
background-color: #ED317A;
}
.BgClassName
{
background-color: #ED317A;
}
</style>
border-color css
<style>
span { border-color: #ED317A; }
span { border-color: rgb(237,49,122); }
td.TdClassName
{
border-color: #ED317A;
}
.TagClassName
{
border-color: #ED317A;
}
</style>