Shades of Deep Cerise #ED2483
Tints of Deep Cerise #ED2483
RGB
CMYK
RGB Variations
Color information
#ED2483 (or 0xED2483) is known color: Deep Cerise. HEX triplet: ED, 24 and 83. RGB value is (237,36,131). Sum of RGB (Red+Green+Blue) = 237+36+131=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2483 is #12DB7C. Grayscale: #6A6A6A. Windows color (decimal): -1235837 or 8594669. OLE color: 8594669.
HSL color Cylindrical-coordinate representation of color #ED2483: hue angle of 331.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2483 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 131 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.07 |
| HSL | 331.64º | 0.85% | 0.54% | - |
| HSV(B) | 331.64º | 0.85% | 0.93% | - |
| XYZ | 39.65 | 20.9 | 23.42 | - |
| YUV | 106.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 131 | 0 | 0.85 | 0.45 | 0.07 | 331.64 | 0.85 | 0.54 |
| Hex | ED | 24 | 83 | 0 | 55 | 2D | 7 | 14C | 55 | 36 |
| Octal | 355 | 44 | 203 | 0 | 125 | 55 | 7 | 514 | 125 | 66 |
| Binary | 11101101 | 100100 | 10000011 | 0 | 1010101 | 101101 | 111 | 101001100 | 1010101 | 110110 |
Color Harmonies of #ED2483
Complementary color
Monochromatic Colors of #ED2483
Black with #ED2483
Text Example
Text Example
White with #ED2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2483; }
p { color: rgb(237,36,131); }
H1.HeaderClassName
{
color: #ED2483;
}
.AnyTagClassName
{
color: #ED2483;
}
</style>
background-color css
<style>
a { background-color: #ED2483; }
a { background-color: rgb(237,36,131); }
div.DivClassName
{
background-color: #ED2483;
}
.BgClassName
{
background-color: #ED2483;
}
</style>
border-color css
<style>
span { border-color: #ED2483; }
span { border-color: rgb(237,36,131); }
td.TdClassName
{
border-color: #ED2483;
}
.TagClassName
{
border-color: #ED2483;
}
</style>