Shades of Deep Cerise #ED3383
Tints of Deep Cerise #ED3383
RGB
CMYK
RGB Variations
Color information
#ED3383 (or 0xED3383) is known color: Deep Cerise. HEX triplet: ED, 33 and 83. RGB value is (237,51,131). Sum of RGB (Red+Green+Blue) = 237+51+131=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3383 is #12CC7C. Grayscale: #737373. Windows color (decimal): -1231997 or 8598509. OLE color: 8598509.
HSL color Cylindrical-coordinate representation of color #ED3383: hue angle of 334.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3383 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 131 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.19º | 0.84% | 0.56% | - |
| HSV(B) | 334.19º | 0.78% | 0.93% | - |
| XYZ | 40.21 | 22.01 | 23.6 | - |
| YUV | 115.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 131 | 0 | 0.78 | 0.45 | 0.07 | 334.19 | 0.84 | 0.56 |
| Hex | ED | 33 | 83 | 0 | 4E | 2D | 7 | 14E | 54 | 38 |
| Octal | 355 | 63 | 203 | 0 | 116 | 55 | 7 | 516 | 124 | 70 |
| Binary | 11101101 | 110011 | 10000011 | 0 | 1001110 | 101101 | 111 | 101001110 | 1010100 | 111000 |
Color Harmonies of #ED3383
Complementary color
Monochromatic Colors of #ED3383
Black with #ED3383
Text Example
Text Example
White with #ED3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3383; }
p { color: rgb(237,51,131); }
H1.HeaderClassName
{
color: #ED3383;
}
.AnyTagClassName
{
color: #ED3383;
}
</style>
background-color css
<style>
a { background-color: #ED3383; }
a { background-color: rgb(237,51,131); }
div.DivClassName
{
background-color: #ED3383;
}
.BgClassName
{
background-color: #ED3383;
}
</style>
border-color css
<style>
span { border-color: #ED3383; }
span { border-color: rgb(237,51,131); }
td.TdClassName
{
border-color: #ED3383;
}
.TagClassName
{
border-color: #ED3383;
}
</style>