Shades of Cerise #ED406A
Tints of Cerise #ED406A
RGB
CMYK
RGB Variations
Color information
#ED406A (or 0xED406A) is known color: Cerise. HEX triplet: ED, 40 and 6A. RGB value is (237,64,106). Sum of RGB (Red+Green+Blue) = 237+64+106=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED406A is #12BF95. Grayscale: #787878. Windows color (decimal): -1228694 or 6963437. OLE color: 6963437.
HSL color Cylindrical-coordinate representation of color #ED406A: hue angle of 345.43º 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 #ED406A is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 106 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.07 |
| HSL | 345.43º | 0.83% | 0.59% | - |
| HSV(B) | 345.43º | 0.73% | 0.93% | - |
| XYZ | 39.36 | 22.71 | 15.95 | - |
| YUV | 120.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 106 | 0 | 0.73 | 0.55 | 0.07 | 345.43 | 0.83 | 0.59 |
| Hex | ED | 40 | 6A | 0 | 49 | 37 | 7 | 159 | 53 | 3B |
| Octal | 355 | 100 | 152 | 0 | 111 | 67 | 7 | 531 | 123 | 73 |
| Binary | 11101101 | 1000000 | 1101010 | 0 | 1001001 | 110111 | 111 | 101011001 | 1010011 | 111011 |
Color Harmonies of #ED406A
Complementary color
Monochromatic Colors of #ED406A
Black with #ED406A
Text Example
Text Example
White with #ED406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED406A; }
p { color: rgb(237,64,106); }
H1.HeaderClassName
{
color: #ED406A;
}
.AnyTagClassName
{
color: #ED406A;
}
</style>
background-color css
<style>
a { background-color: #ED406A; }
a { background-color: rgb(237,64,106); }
div.DivClassName
{
background-color: #ED406A;
}
.BgClassName
{
background-color: #ED406A;
}
</style>
border-color css
<style>
span { border-color: #ED406A; }
span { border-color: rgb(237,64,106); }
td.TdClassName
{
border-color: #ED406A;
}
.TagClassName
{
border-color: #ED406A;
}
</style>