Shades of Cerise #ED346D
Tints of Cerise #ED346D
RGB
CMYK
RGB Variations
Color information
#ED346D (or 0xED346D) is known color: Cerise. HEX triplet: ED, 34 and 6D. RGB value is (237,52,109). Sum of RGB (Red+Green+Blue) = 237+52+109=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED346D is #12CB92. Grayscale: #717171. Windows color (decimal): -1231763 or 7156973. OLE color: 7156973.
HSL color Cylindrical-coordinate representation of color #ED346D: hue angle of 341.51º 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 #ED346D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 109 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.07 |
| HSL | 341.51º | 0.84% | 0.57% | - |
| HSV(B) | 341.51º | 0.78% | 0.93% | - |
| XYZ | 38.91 | 21.56 | 16.58 | - |
| YUV | 113.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 109 | 0 | 0.78 | 0.54 | 0.07 | 341.51 | 0.84 | 0.57 |
| Hex | ED | 34 | 6D | 0 | 4E | 36 | 7 | 156 | 54 | 39 |
| Octal | 355 | 64 | 155 | 0 | 116 | 66 | 7 | 526 | 124 | 71 |
| Binary | 11101101 | 110100 | 1101101 | 0 | 1001110 | 110110 | 111 | 101010110 | 1010100 | 111001 |
Color Harmonies of #ED346D
Complementary color
Monochromatic Colors of #ED346D
Black with #ED346D
Text Example
Text Example
White with #ED346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED346D; }
p { color: rgb(237,52,109); }
H1.HeaderClassName
{
color: #ED346D;
}
.AnyTagClassName
{
color: #ED346D;
}
</style>
background-color css
<style>
a { background-color: #ED346D; }
a { background-color: rgb(237,52,109); }
div.DivClassName
{
background-color: #ED346D;
}
.BgClassName
{
background-color: #ED346D;
}
</style>
border-color css
<style>
span { border-color: #ED346D; }
span { border-color: rgb(237,52,109); }
td.TdClassName
{
border-color: #ED346D;
}
.TagClassName
{
border-color: #ED346D;
}
</style>