Shades of Cerise #ED376F
Tints of Cerise #ED376F
RGB
CMYK
RGB Variations
Color information
#ED376F (or 0xED376F) is known color: Cerise. HEX triplet: ED, 37 and 6F. RGB value is (237,55,111). Sum of RGB (Red+Green+Blue) = 237+55+111=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED376F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED376F is #12C890. Grayscale: #737373. Windows color (decimal): -1230993 or 7288813. OLE color: 7288813.
HSL color Cylindrical-coordinate representation of color #ED376F: hue angle of 341.54º degrees, saturation: 0.83, 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 #ED376F is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 111 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.07 |
| HSL | 341.54º | 0.83% | 0.57% | - |
| HSV(B) | 341.54º | 0.77% | 0.93% | - |
| XYZ | 39.16 | 21.88 | 17.2 | - |
| YUV | 115.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 111 | 0 | 0.77 | 0.53 | 0.07 | 341.54 | 0.83 | 0.57 |
| Hex | ED | 37 | 6F | 0 | 4D | 35 | 7 | 156 | 53 | 39 |
| Octal | 355 | 67 | 157 | 0 | 115 | 65 | 7 | 526 | 123 | 71 |
| Binary | 11101101 | 110111 | 1101111 | 0 | 1001101 | 110101 | 111 | 101010110 | 1010011 | 111001 |
Color Harmonies of #ED376F
Complementary color
Monochromatic Colors of #ED376F
Black with #ED376F
Text Example
Text Example
White with #ED376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED376F; }
p { color: rgb(237,55,111); }
H1.HeaderClassName
{
color: #ED376F;
}
.AnyTagClassName
{
color: #ED376F;
}
</style>
background-color css
<style>
a { background-color: #ED376F; }
a { background-color: rgb(237,55,111); }
div.DivClassName
{
background-color: #ED376F;
}
.BgClassName
{
background-color: #ED376F;
}
</style>
border-color css
<style>
span { border-color: #ED376F; }
span { border-color: rgb(237,55,111); }
td.TdClassName
{
border-color: #ED376F;
}
.TagClassName
{
border-color: #ED376F;
}
</style>