Shades of Deep Cerise #ED237D
Tints of Deep Cerise #ED237D
RGB
CMYK
RGB Variations
Color information
#ED237D (or 0xED237D) is known color: Deep Cerise. HEX triplet: ED, 23 and 7D. RGB value is (237,35,125). Sum of RGB (Red+Green+Blue) = 237+35+125=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED237D is #12DC82. Grayscale: #696969. Windows color (decimal): -1236099 or 8201197. OLE color: 8201197.
HSL color Cylindrical-coordinate representation of color #ED237D: hue angle of 333.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED237D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 125 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333.27º | 0.85% | 0.53% | - |
| HSV(B) | 333.27º | 0.85% | 0.93% | - |
| XYZ | 39.23 | 20.69 | 21.33 | - |
| YUV | 105.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 125 | 0 | 0.85 | 0.47 | 0.07 | 333.27 | 0.85 | 0.53 |
| Hex | ED | 23 | 7D | 0 | 55 | 2F | 7 | 14D | 55 | 35 |
| Octal | 355 | 43 | 175 | 0 | 125 | 57 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 100011 | 1111101 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED237D
Complementary color
Monochromatic Colors of #ED237D
Black with #ED237D
Text Example
Text Example
White with #ED237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED237D; }
p { color: rgb(237,35,125); }
H1.HeaderClassName
{
color: #ED237D;
}
.AnyTagClassName
{
color: #ED237D;
}
</style>
background-color css
<style>
a { background-color: #ED237D; }
a { background-color: rgb(237,35,125); }
div.DivClassName
{
background-color: #ED237D;
}
.BgClassName
{
background-color: #ED237D;
}
</style>
border-color css
<style>
span { border-color: #ED237D; }
span { border-color: rgb(237,35,125); }
td.TdClassName
{
border-color: #ED237D;
}
.TagClassName
{
border-color: #ED237D;
}
</style>