Shades of Cerise #ED3072
Tints of Cerise #ED3072
RGB
CMYK
RGB Variations
Color information
#ED3072 (or 0xED3072) is known color: Cerise. HEX triplet: ED, 30 and 72. RGB value is (237,48,114). Sum of RGB (Red+Green+Blue) = 237+48+114=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3072 is #12CF8D. Grayscale: #6F6F6F. Windows color (decimal): -1232782 or 7483629. OLE color: 7483629.
HSL color Cylindrical-coordinate representation of color #ED3072: hue angle of 339.05º 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 #ED3072 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 114 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.07 |
| HSL | 339.05º | 0.84% | 0.56% | - |
| HSV(B) | 339.05º | 0.8% | 0.93% | - |
| XYZ | 39.02 | 21.33 | 17.98 | - |
| YUV | 112.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 114 | 0 | 0.80 | 0.52 | 0.07 | 339.05 | 0.84 | 0.56 |
| Hex | ED | 30 | 72 | 0 | 50 | 34 | 7 | 153 | 54 | 38 |
| Octal | 355 | 60 | 162 | 0 | 120 | 64 | 7 | 523 | 124 | 70 |
| Binary | 11101101 | 110000 | 1110010 | 0 | 1010000 | 110100 | 111 | 101010011 | 1010100 | 111000 |
Color Harmonies of #ED3072
Complementary color
Monochromatic Colors of #ED3072
Black with #ED3072
Text Example
Text Example
White with #ED3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3072; }
p { color: rgb(237,48,114); }
H1.HeaderClassName
{
color: #ED3072;
}
.AnyTagClassName
{
color: #ED3072;
}
</style>
background-color css
<style>
a { background-color: #ED3072; }
a { background-color: rgb(237,48,114); }
div.DivClassName
{
background-color: #ED3072;
}
.BgClassName
{
background-color: #ED3072;
}
</style>
border-color css
<style>
span { border-color: #ED3072; }
span { border-color: rgb(237,48,114); }
td.TdClassName
{
border-color: #ED3072;
}
.TagClassName
{
border-color: #ED3072;
}
</style>