Shades of Deep Cerise #ED307C
Tints of Deep Cerise #ED307C
RGB
CMYK
RGB Variations
Color information
#ED307C (or 0xED307C) is known color: Deep Cerise. HEX triplet: ED, 30 and 7C. RGB value is (237,48,124). Sum of RGB (Red+Green+Blue) = 237+48+124=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED307C is #12CF83. Grayscale: #717171. Windows color (decimal): -1232772 or 8138989. OLE color: 8138989.
HSL color Cylindrical-coordinate representation of color #ED307C: hue angle of 335.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED307C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 124 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.07 |
| HSL | 335.87º | 0.84% | 0.56% | - |
| HSV(B) | 335.87º | 0.8% | 0.93% | - |
| XYZ | 39.62 | 21.57 | 21.14 | - |
| YUV | 113.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 124 | 0 | 0.80 | 0.48 | 0.07 | 335.87 | 0.84 | 0.56 |
| Hex | ED | 30 | 7C | 0 | 50 | 30 | 7 | 150 | 54 | 38 |
| Octal | 355 | 60 | 174 | 0 | 120 | 60 | 7 | 520 | 124 | 70 |
| Binary | 11101101 | 110000 | 1111100 | 0 | 1010000 | 110000 | 111 | 101010000 | 1010100 | 111000 |
Color Harmonies of #ED307C
Complementary color
Monochromatic Colors of #ED307C
Black with #ED307C
Text Example
Text Example
White with #ED307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED307C; }
p { color: rgb(237,48,124); }
H1.HeaderClassName
{
color: #ED307C;
}
.AnyTagClassName
{
color: #ED307C;
}
</style>
background-color css
<style>
a { background-color: #ED307C; }
a { background-color: rgb(237,48,124); }
div.DivClassName
{
background-color: #ED307C;
}
.BgClassName
{
background-color: #ED307C;
}
</style>
border-color css
<style>
span { border-color: #ED307C; }
span { border-color: rgb(237,48,124); }
td.TdClassName
{
border-color: #ED307C;
}
.TagClassName
{
border-color: #ED307C;
}
</style>