Shades of Deep Cerise #ED337B
Tints of Deep Cerise #ED337B
RGB
CMYK
RGB Variations
Color information
#ED337B (or 0xED337B) is known color: Deep Cerise. HEX triplet: ED, 33 and 7B. RGB value is (237,51,123). Sum of RGB (Red+Green+Blue) = 237+51+123=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED337B is #12CC84. Grayscale: #727272. Windows color (decimal): -1232005 or 8074221. OLE color: 8074221.
HSL color Cylindrical-coordinate representation of color #ED337B: hue angle of 336.77º 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 #ED337B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 123 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.07 |
| HSL | 336.77º | 0.84% | 0.56% | - |
| HSV(B) | 336.77º | 0.78% | 0.93% | - |
| XYZ | 39.68 | 21.8 | 20.86 | - |
| YUV | 114.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 123 | 0 | 0.78 | 0.48 | 0.07 | 336.77 | 0.84 | 0.56 |
| Hex | ED | 33 | 7B | 0 | 4E | 30 | 7 | 151 | 54 | 38 |
| Octal | 355 | 63 | 173 | 0 | 116 | 60 | 7 | 521 | 124 | 70 |
| Binary | 11101101 | 110011 | 1111011 | 0 | 1001110 | 110000 | 111 | 101010001 | 1010100 | 111000 |
Color Harmonies of #ED337B
Complementary color
Monochromatic Colors of #ED337B
Black with #ED337B
Text Example
Text Example
White with #ED337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED337B; }
p { color: rgb(237,51,123); }
H1.HeaderClassName
{
color: #ED337B;
}
.AnyTagClassName
{
color: #ED337B;
}
</style>
background-color css
<style>
a { background-color: #ED337B; }
a { background-color: rgb(237,51,123); }
div.DivClassName
{
background-color: #ED337B;
}
.BgClassName
{
background-color: #ED337B;
}
</style>
border-color css
<style>
span { border-color: #ED337B; }
span { border-color: rgb(237,51,123); }
td.TdClassName
{
border-color: #ED337B;
}
.TagClassName
{
border-color: #ED337B;
}
</style>