Shades of Cerise #ED406C
Tints of Cerise #ED406C
RGB
CMYK
RGB Variations
Color information
#ED406C (or 0xED406C) is known color: Cerise. HEX triplet: ED, 40 and 6C. RGB value is (237,64,108). Sum of RGB (Red+Green+Blue) = 237+64+108=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED406C is #12BF93. Grayscale: #787878. Windows color (decimal): -1228692 or 7094509. OLE color: 7094509.
HSL color Cylindrical-coordinate representation of color #ED406C: hue angle of 344.74º 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 #ED406C is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 108 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.07 |
| HSL | 344.74º | 0.83% | 0.59% | - |
| HSV(B) | 344.74º | 0.73% | 0.93% | - |
| XYZ | 39.47 | 22.75 | 16.5 | - |
| YUV | 120.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 108 | 0 | 0.73 | 0.54 | 0.07 | 344.74 | 0.83 | 0.59 |
| Hex | ED | 40 | 6C | 0 | 49 | 36 | 7 | 159 | 53 | 3B |
| Octal | 355 | 100 | 154 | 0 | 111 | 66 | 7 | 531 | 123 | 73 |
| Binary | 11101101 | 1000000 | 1101100 | 0 | 1001001 | 110110 | 111 | 101011001 | 1010011 | 111011 |
Color Harmonies of #ED406C
Complementary color
Monochromatic Colors of #ED406C
Black with #ED406C
Text Example
Text Example
White with #ED406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED406C; }
p { color: rgb(237,64,108); }
H1.HeaderClassName
{
color: #ED406C;
}
.AnyTagClassName
{
color: #ED406C;
}
</style>
background-color css
<style>
a { background-color: #ED406C; }
a { background-color: rgb(237,64,108); }
div.DivClassName
{
background-color: #ED406C;
}
.BgClassName
{
background-color: #ED406C;
}
</style>
border-color css
<style>
span { border-color: #ED406C; }
span { border-color: rgb(237,64,108); }
td.TdClassName
{
border-color: #ED406C;
}
.TagClassName
{
border-color: #ED406C;
}
</style>