Shades of Cerise #ED345E
Tints of Cerise #ED345E
RGB
CMYK
RGB Variations
Color information
#ED345E (or 0xED345E) is known color: Cerise. HEX triplet: ED, 34 and 5E. RGB value is (237,52,94). Sum of RGB (Red+Green+Blue) = 237+52+94=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED345E is #12CBA1. Grayscale: #707070. Windows color (decimal): -1231778 or 6173933. OLE color: 6173933.
HSL color Cylindrical-coordinate representation of color #ED345E: hue angle of 346.38º 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 #ED345E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 94 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.38º | 0.84% | 0.57% | - |
| HSV(B) | 346.38º | 0.78% | 0.93% | - |
| XYZ | 38.17 | 21.27 | 12.68 | - |
| YUV | 112.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 94 | 0 | 0.78 | 0.60 | 0.07 | 346.38 | 0.84 | 0.57 |
| Hex | ED | 34 | 5E | 0 | 4E | 3C | 7 | 15A | 54 | 39 |
| Octal | 355 | 64 | 136 | 0 | 116 | 74 | 7 | 532 | 124 | 71 |
| Binary | 11101101 | 110100 | 1011110 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010100 | 111001 |
Color Harmonies of #ED345E
Complementary color
Monochromatic Colors of #ED345E
Black with #ED345E
Text Example
Text Example
White with #ED345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED345E; }
p { color: rgb(237,52,94); }
H1.HeaderClassName
{
color: #ED345E;
}
.AnyTagClassName
{
color: #ED345E;
}
</style>
background-color css
<style>
a { background-color: #ED345E; }
a { background-color: rgb(237,52,94); }
div.DivClassName
{
background-color: #ED345E;
}
.BgClassName
{
background-color: #ED345E;
}
</style>
border-color css
<style>
span { border-color: #ED345E; }
span { border-color: rgb(237,52,94); }
td.TdClassName
{
border-color: #ED345E;
}
.TagClassName
{
border-color: #ED345E;
}
</style>