Shades of Cerise #ED3666
Tints of Cerise #ED3666
RGB
CMYK
RGB Variations
Color information
#ED3666 (or 0xED3666) is known color: Cerise. HEX triplet: ED, 36 and 66. RGB value is (237,54,102). Sum of RGB (Red+Green+Blue) = 237+54+102=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3666 is #12C999. Grayscale: #727272. Windows color (decimal): -1231258 or 6698733. OLE color: 6698733.
HSL color Cylindrical-coordinate representation of color #ED3666: hue angle of 344.26º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3666 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 102 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.07 |
| HSL | 344.26º | 0.84% | 0.57% | - |
| HSV(B) | 344.26º | 0.77% | 0.93% | - |
| XYZ | 38.64 | 21.6 | 14.7 | - |
| YUV | 114.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 102 | 0 | 0.77 | 0.57 | 0.07 | 344.26 | 0.84 | 0.57 |
| Hex | ED | 36 | 66 | 0 | 4D | 39 | 7 | 158 | 54 | 39 |
| Octal | 355 | 66 | 146 | 0 | 115 | 71 | 7 | 530 | 124 | 71 |
| Binary | 11101101 | 110110 | 1100110 | 0 | 1001101 | 111001 | 111 | 101011000 | 1010100 | 111001 |
Color Harmonies of #ED3666
Complementary color
Monochromatic Colors of #ED3666
Black with #ED3666
Text Example
Text Example
White with #ED3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3666; }
p { color: rgb(237,54,102); }
H1.HeaderClassName
{
color: #ED3666;
}
.AnyTagClassName
{
color: #ED3666;
}
</style>
background-color css
<style>
a { background-color: #ED3666; }
a { background-color: rgb(237,54,102); }
div.DivClassName
{
background-color: #ED3666;
}
.BgClassName
{
background-color: #ED3666;
}
</style>
border-color css
<style>
span { border-color: #ED3666; }
span { border-color: rgb(237,54,102); }
td.TdClassName
{
border-color: #ED3666;
}
.TagClassName
{
border-color: #ED3666;
}
</style>