Shades of Deep Cerise #ED2384
Tints of Deep Cerise #ED2384
RGB
CMYK
RGB Variations
Color information
#ED2384 (or 0xED2384) is known color: Deep Cerise. HEX triplet: ED, 23 and 84. RGB value is (237,35,132). Sum of RGB (Red+Green+Blue) = 237+35+132=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2384 is #12DC7B. Grayscale: #6A6A6A. Windows color (decimal): -1236092 or 8659949. OLE color: 8659949.
HSL color Cylindrical-coordinate representation of color #ED2384: hue angle of 331.19º 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 #ED2384 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 132 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.07 |
| HSL | 331.19º | 0.85% | 0.53% | - |
| HSV(B) | 331.19º | 0.85% | 0.93% | - |
| XYZ | 39.69 | 20.87 | 23.77 | - |
| YUV | 106.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 132 | 0 | 0.85 | 0.44 | 0.07 | 331.19 | 0.85 | 0.53 |
| Hex | ED | 23 | 84 | 0 | 55 | 2C | 7 | 14B | 55 | 35 |
| Octal | 355 | 43 | 204 | 0 | 125 | 54 | 7 | 513 | 125 | 65 |
| Binary | 11101101 | 100011 | 10000100 | 0 | 1010101 | 101100 | 111 | 101001011 | 1010101 | 110101 |
Color Harmonies of #ED2384
Complementary color
Monochromatic Colors of #ED2384
Black with #ED2384
Text Example
Text Example
White with #ED2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2384; }
p { color: rgb(237,35,132); }
H1.HeaderClassName
{
color: #ED2384;
}
.AnyTagClassName
{
color: #ED2384;
}
</style>
background-color css
<style>
a { background-color: #ED2384; }
a { background-color: rgb(237,35,132); }
div.DivClassName
{
background-color: #ED2384;
}
.BgClassName
{
background-color: #ED2384;
}
</style>
border-color css
<style>
span { border-color: #ED2384; }
span { border-color: rgb(237,35,132); }
td.TdClassName
{
border-color: #ED2384;
}
.TagClassName
{
border-color: #ED2384;
}
</style>