Shades of Cerise #ED3668
Tints of Cerise #ED3668
RGB
CMYK
RGB Variations
Color information
#ED3668 (or 0xED3668) is known color: Cerise. HEX triplet: ED, 36 and 68. RGB value is (237,54,104). Sum of RGB (Red+Green+Blue) = 237+54+104=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3668 is #12C997. Grayscale: #727272. Windows color (decimal): -1231256 or 6829805. OLE color: 6829805.
HSL color Cylindrical-coordinate representation of color #ED3668: hue angle of 343.61º 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 #ED3668 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 104 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.07 |
| HSL | 343.61º | 0.84% | 0.57% | - |
| HSV(B) | 343.61º | 0.77% | 0.93% | - |
| XYZ | 38.74 | 21.64 | 15.23 | - |
| YUV | 114.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 104 | 0 | 0.77 | 0.56 | 0.07 | 343.61 | 0.84 | 0.57 |
| Hex | ED | 36 | 68 | 0 | 4D | 38 | 7 | 158 | 54 | 39 |
| Octal | 355 | 66 | 150 | 0 | 115 | 70 | 7 | 530 | 124 | 71 |
| Binary | 11101101 | 110110 | 1101000 | 0 | 1001101 | 111000 | 111 | 101011000 | 1010100 | 111001 |
Color Harmonies of #ED3668
Complementary color
Monochromatic Colors of #ED3668
Black with #ED3668
Text Example
Text Example
White with #ED3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3668; }
p { color: rgb(237,54,104); }
H1.HeaderClassName
{
color: #ED3668;
}
.AnyTagClassName
{
color: #ED3668;
}
</style>
background-color css
<style>
a { background-color: #ED3668; }
a { background-color: rgb(237,54,104); }
div.DivClassName
{
background-color: #ED3668;
}
.BgClassName
{
background-color: #ED3668;
}
</style>
border-color css
<style>
span { border-color: #ED3668; }
span { border-color: rgb(237,54,104); }
td.TdClassName
{
border-color: #ED3668;
}
.TagClassName
{
border-color: #ED3668;
}
</style>