Shades of Deep Cerise #ED318B
Tints of Deep Cerise #ED318B
RGB
CMYK
RGB Variations
Color information
#ED318B (or 0xED318B) is known color: Deep Cerise. HEX triplet: ED, 31 and 8B. RGB value is (237,49,139). Sum of RGB (Red+Green+Blue) = 237+49+139=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED318B is #12CE74. Grayscale: #737373. Windows color (decimal): -1232501 or 9122285. OLE color: 9122285.
HSL color Cylindrical-coordinate representation of color #ED318B: hue angle of 331.28º 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 #ED318B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 139 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.07 |
| HSL | 331.28º | 0.84% | 0.56% | - |
| HSV(B) | 331.28º | 0.79% | 0.93% | - |
| XYZ | 40.68 | 22.07 | 26.54 | - |
| YUV | 115.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 139 | 0 | 0.79 | 0.41 | 0.07 | 331.28 | 0.84 | 0.56 |
| Hex | ED | 31 | 8B | 0 | 4F | 29 | 7 | 14B | 54 | 38 |
| Octal | 355 | 61 | 213 | 0 | 117 | 51 | 7 | 513 | 124 | 70 |
| Binary | 11101101 | 110001 | 10001011 | 0 | 1001111 | 101001 | 111 | 101001011 | 1010100 | 111000 |
Color Harmonies of #ED318B
Complementary color
Monochromatic Colors of #ED318B
Black with #ED318B
Text Example
Text Example
White with #ED318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED318B; }
p { color: rgb(237,49,139); }
H1.HeaderClassName
{
color: #ED318B;
}
.AnyTagClassName
{
color: #ED318B;
}
</style>
background-color css
<style>
a { background-color: #ED318B; }
a { background-color: rgb(237,49,139); }
div.DivClassName
{
background-color: #ED318B;
}
.BgClassName
{
background-color: #ED318B;
}
</style>
border-color css
<style>
span { border-color: #ED318B; }
span { border-color: rgb(237,49,139); }
td.TdClassName
{
border-color: #ED318B;
}
.TagClassName
{
border-color: #ED318B;
}
</style>