Shades of Cerise #ED346E
Tints of Cerise #ED346E
RGB
CMYK
RGB Variations
Color information
#ED346E (or 0xED346E) is known color: Cerise. HEX triplet: ED, 34 and 6E. RGB value is (237,52,110). Sum of RGB (Red+Green+Blue) = 237+52+110=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED346E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED346E is #12CB91. Grayscale: #717171. Windows color (decimal): -1231762 or 7222509. OLE color: 7222509.
HSL color Cylindrical-coordinate representation of color #ED346E: hue angle of 341.19º 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 #ED346E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 110 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.07 |
| HSL | 341.19º | 0.84% | 0.57% | - |
| HSV(B) | 341.19º | 0.78% | 0.93% | - |
| XYZ | 38.97 | 21.59 | 16.86 | - |
| YUV | 113.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 110 | 0 | 0.78 | 0.54 | 0.07 | 341.19 | 0.84 | 0.57 |
| Hex | ED | 34 | 6E | 0 | 4E | 36 | 7 | 155 | 54 | 39 |
| Octal | 355 | 64 | 156 | 0 | 116 | 66 | 7 | 525 | 124 | 71 |
| Binary | 11101101 | 110100 | 1101110 | 0 | 1001110 | 110110 | 111 | 101010101 | 1010100 | 111001 |
Color Harmonies of #ED346E
Complementary color
Monochromatic Colors of #ED346E
Black with #ED346E
Text Example
Text Example
White with #ED346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED346E; }
p { color: rgb(237,52,110); }
H1.HeaderClassName
{
color: #ED346E;
}
.AnyTagClassName
{
color: #ED346E;
}
</style>
background-color css
<style>
a { background-color: #ED346E; }
a { background-color: rgb(237,52,110); }
div.DivClassName
{
background-color: #ED346E;
}
.BgClassName
{
background-color: #ED346E;
}
</style>
border-color css
<style>
span { border-color: #ED346E; }
span { border-color: rgb(237,52,110); }
td.TdClassName
{
border-color: #ED346E;
}
.TagClassName
{
border-color: #ED346E;
}
</style>