Shades of Cerise #ED3464
Tints of Cerise #ED3464
RGB
CMYK
RGB Variations
Color information
#ED3464 (or 0xED3464) is known color: Cerise. HEX triplet: ED, 34 and 64. RGB value is (237,52,100). Sum of RGB (Red+Green+Blue) = 237+52+100=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3464 is #12CB9B. Grayscale: #707070. Windows color (decimal): -1231772 or 6567149. OLE color: 6567149.
HSL color Cylindrical-coordinate representation of color #ED3464: hue angle of 344.43º 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 #ED3464 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 100 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.07 |
| HSL | 344.43º | 0.84% | 0.57% | - |
| HSV(B) | 344.43º | 0.78% | 0.93% | - |
| XYZ | 38.45 | 21.38 | 14.16 | - |
| YUV | 112.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 100 | 0 | 0.78 | 0.58 | 0.07 | 344.43 | 0.84 | 0.57 |
| Hex | ED | 34 | 64 | 0 | 4E | 3A | 7 | 158 | 54 | 39 |
| Octal | 355 | 64 | 144 | 0 | 116 | 72 | 7 | 530 | 124 | 71 |
| Binary | 11101101 | 110100 | 1100100 | 0 | 1001110 | 111010 | 111 | 101011000 | 1010100 | 111001 |
Color Harmonies of #ED3464
Complementary color
Monochromatic Colors of #ED3464
Black with #ED3464
Text Example
Text Example
White with #ED3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3464; }
p { color: rgb(237,52,100); }
H1.HeaderClassName
{
color: #ED3464;
}
.AnyTagClassName
{
color: #ED3464;
}
</style>
background-color css
<style>
a { background-color: #ED3464; }
a { background-color: rgb(237,52,100); }
div.DivClassName
{
background-color: #ED3464;
}
.BgClassName
{
background-color: #ED3464;
}
</style>
border-color css
<style>
span { border-color: #ED3464; }
span { border-color: rgb(237,52,100); }
td.TdClassName
{
border-color: #ED3464;
}
.TagClassName
{
border-color: #ED3464;
}
</style>