Shades of Deep Cerise #ED237E
Tints of Deep Cerise #ED237E
RGB
CMYK
RGB Variations
Color information
#ED237E (or 0xED237E) is known color: Deep Cerise. HEX triplet: ED, 23 and 7E. RGB value is (237,35,126). Sum of RGB (Red+Green+Blue) = 237+35+126=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED237E is #12DC81. Grayscale: #696969. Windows color (decimal): -1236098 or 8266733. OLE color: 8266733.
HSL color Cylindrical-coordinate representation of color #ED237E: hue angle of 332.97º 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 #ED237E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 332.97º | 0.85% | 0.53% | - |
| HSV(B) | 332.97º | 0.85% | 0.93% | - |
| XYZ | 39.29 | 20.71 | 21.67 | - |
| YUV | 105.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 126 | 0 | 0.85 | 0.47 | 0.07 | 332.97 | 0.85 | 0.53 |
| Hex | ED | 23 | 7E | 0 | 55 | 2F | 7 | 14D | 55 | 35 |
| Octal | 355 | 43 | 176 | 0 | 125 | 57 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 100011 | 1111110 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED237E
Complementary color
Monochromatic Colors of #ED237E
Black with #ED237E
Text Example
Text Example
White with #ED237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED237E; }
p { color: rgb(237,35,126); }
H1.HeaderClassName
{
color: #ED237E;
}
.AnyTagClassName
{
color: #ED237E;
}
</style>
background-color css
<style>
a { background-color: #ED237E; }
a { background-color: rgb(237,35,126); }
div.DivClassName
{
background-color: #ED237E;
}
.BgClassName
{
background-color: #ED237E;
}
</style>
border-color css
<style>
span { border-color: #ED237E; }
span { border-color: rgb(237,35,126); }
td.TdClassName
{
border-color: #ED237E;
}
.TagClassName
{
border-color: #ED237E;
}
</style>