Shades of Cerise #ED345D
Tints of Cerise #ED345D
RGB
CMYK
RGB Variations
Color information
#ED345D (or 0xED345D) is known color: Cerise. HEX triplet: ED, 34 and 5D. RGB value is (237,52,93). Sum of RGB (Red+Green+Blue) = 237+52+93=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED345D is #12CBA2. Grayscale: #707070. Windows color (decimal): -1231779 or 6108397. OLE color: 6108397.
HSL color Cylindrical-coordinate representation of color #ED345D: hue angle of 346.7º 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 #ED345D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.7º | 0.84% | 0.57% | - |
| HSV(B) | 346.7º | 0.78% | 0.93% | - |
| XYZ | 38.13 | 21.25 | 12.45 | - |
| YUV | 111.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 93 | 0 | 0.78 | 0.61 | 0.07 | 346.7 | 0.84 | 0.57 |
| Hex | ED | 34 | 5D | 0 | 4E | 3D | 7 | 15B | 54 | 39 |
| Octal | 355 | 64 | 135 | 0 | 116 | 75 | 7 | 533 | 124 | 71 |
| Binary | 11101101 | 110100 | 1011101 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010100 | 111001 |
Color Harmonies of #ED345D
Complementary color
Monochromatic Colors of #ED345D
Black with #ED345D
Text Example
Text Example
White with #ED345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED345D; }
p { color: rgb(237,52,93); }
H1.HeaderClassName
{
color: #ED345D;
}
.AnyTagClassName
{
color: #ED345D;
}
</style>
background-color css
<style>
a { background-color: #ED345D; }
a { background-color: rgb(237,52,93); }
div.DivClassName
{
background-color: #ED345D;
}
.BgClassName
{
background-color: #ED345D;
}
</style>
border-color css
<style>
span { border-color: #ED345D; }
span { border-color: rgb(237,52,93); }
td.TdClassName
{
border-color: #ED345D;
}
.TagClassName
{
border-color: #ED345D;
}
</style>