Shades of Cerise #ED416F
Tints of Cerise #ED416F
RGB
CMYK
RGB Variations
Color information
#ED416F (or 0xED416F) is known color: Cerise. HEX triplet: ED, 41 and 6F. RGB value is (237,65,111). Sum of RGB (Red+Green+Blue) = 237+65+111=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED416F is #12BE90. Grayscale: #797979. Windows color (decimal): -1228433 or 7291373. OLE color: 7291373.
HSL color Cylindrical-coordinate representation of color #ED416F: hue angle of 343.95º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED416F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 111 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.07 |
| HSL | 343.95º | 0.83% | 0.59% | - |
| HSV(B) | 343.95º | 0.73% | 0.93% | - |
| XYZ | 39.68 | 22.93 | 17.37 | - |
| YUV | 121.67 | 121.98 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 111 | 0 | 0.73 | 0.53 | 0.07 | 343.95 | 0.83 | 0.59 |
| Hex | ED | 41 | 6F | 0 | 49 | 35 | 7 | 158 | 53 | 3B |
| Octal | 355 | 101 | 157 | 0 | 111 | 65 | 7 | 530 | 123 | 73 |
| Binary | 11101101 | 1000001 | 1101111 | 0 | 1001001 | 110101 | 111 | 101011000 | 1010011 | 111011 |
Color Harmonies of #ED416F
Complementary color
Monochromatic Colors of #ED416F
Black with #ED416F
Text Example
Text Example
White with #ED416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED416F; }
p { color: rgb(237,65,111); }
H1.HeaderClassName
{
color: #ED416F;
}
.AnyTagClassName
{
color: #ED416F;
}
</style>
background-color css
<style>
a { background-color: #ED416F; }
a { background-color: rgb(237,65,111); }
div.DivClassName
{
background-color: #ED416F;
}
.BgClassName
{
background-color: #ED416F;
}
</style>
border-color css
<style>
span { border-color: #ED416F; }
span { border-color: rgb(237,65,111); }
td.TdClassName
{
border-color: #ED416F;
}
.TagClassName
{
border-color: #ED416F;
}
</style>