Shades of Cerise #ED3672
Tints of Cerise #ED3672
RGB
CMYK
RGB Variations
Color information
#ED3672 (or 0xED3672) is known color: Cerise. HEX triplet: ED, 36 and 72. RGB value is (237,54,114). Sum of RGB (Red+Green+Blue) = 237+54+114=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3672 is #12C98D. Grayscale: #737373. Windows color (decimal): -1231246 or 7485165. OLE color: 7485165.
HSL color Cylindrical-coordinate representation of color #ED3672: hue angle of 340.33º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3672 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 114 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.07 |
| HSL | 340.33º | 0.84% | 0.57% | - |
| HSV(B) | 340.33º | 0.77% | 0.93% | - |
| XYZ | 39.28 | 21.86 | 18.07 | - |
| YUV | 115.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 114 | 0 | 0.77 | 0.52 | 0.07 | 340.33 | 0.84 | 0.57 |
| Hex | ED | 36 | 72 | 0 | 4D | 34 | 7 | 154 | 54 | 39 |
| Octal | 355 | 66 | 162 | 0 | 115 | 64 | 7 | 524 | 124 | 71 |
| Binary | 11101101 | 110110 | 1110010 | 0 | 1001101 | 110100 | 111 | 101010100 | 1010100 | 111001 |
Color Harmonies of #ED3672
Complementary color
Monochromatic Colors of #ED3672
Black with #ED3672
Text Example
Text Example
White with #ED3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3672; }
p { color: rgb(237,54,114); }
H1.HeaderClassName
{
color: #ED3672;
}
.AnyTagClassName
{
color: #ED3672;
}
</style>
background-color css
<style>
a { background-color: #ED3672; }
a { background-color: rgb(237,54,114); }
div.DivClassName
{
background-color: #ED3672;
}
.BgClassName
{
background-color: #ED3672;
}
</style>
border-color css
<style>
span { border-color: #ED3672; }
span { border-color: rgb(237,54,114); }
td.TdClassName
{
border-color: #ED3672;
}
.TagClassName
{
border-color: #ED3672;
}
</style>