Shades of Cerise #ED3460
Tints of Cerise #ED3460
RGB
CMYK
RGB Variations
Color information
#ED3460 (or 0xED3460) is known color: Cerise. HEX triplet: ED, 34 and 60. RGB value is (237,52,96). Sum of RGB (Red+Green+Blue) = 237+52+96=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3460 is #12CB9F. Grayscale: #707070. Windows color (decimal): -1231776 or 6305005. OLE color: 6305005.
HSL color Cylindrical-coordinate representation of color #ED3460: hue angle of 345.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3460 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 96 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.07 |
| HSL | 345.73º | 0.84% | 0.57% | - |
| HSV(B) | 345.73º | 0.78% | 0.93% | - |
| XYZ | 38.26 | 21.31 | 13.16 | - |
| YUV | 112.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 96 | 0 | 0.78 | 0.59 | 0.07 | 345.73 | 0.84 | 0.57 |
| Hex | ED | 34 | 60 | 0 | 4E | 3B | 7 | 15A | 54 | 39 |
| Octal | 355 | 64 | 140 | 0 | 116 | 73 | 7 | 532 | 124 | 71 |
| Binary | 11101101 | 110100 | 1100000 | 0 | 1001110 | 111011 | 111 | 101011010 | 1010100 | 111001 |
Color Harmonies of #ED3460
Complementary color
Monochromatic Colors of #ED3460
Black with #ED3460
Text Example
Text Example
White with #ED3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3460; }
p { color: rgb(237,52,96); }
H1.HeaderClassName
{
color: #ED3460;
}
.AnyTagClassName
{
color: #ED3460;
}
</style>
background-color css
<style>
a { background-color: #ED3460; }
a { background-color: rgb(237,52,96); }
div.DivClassName
{
background-color: #ED3460;
}
.BgClassName
{
background-color: #ED3460;
}
</style>
border-color css
<style>
span { border-color: #ED3460; }
span { border-color: rgb(237,52,96); }
td.TdClassName
{
border-color: #ED3460;
}
.TagClassName
{
border-color: #ED3460;
}
</style>