Shades of Cerise #ED376E
Tints of Cerise #ED376E
RGB
CMYK
RGB Variations
Color information
#ED376E (or 0xED376E) is known color: Cerise. HEX triplet: ED, 37 and 6E. RGB value is (237,55,110). Sum of RGB (Red+Green+Blue) = 237+55+110=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED376E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED376E is #12C891. Grayscale: #737373. Windows color (decimal): -1230994 or 7223277. OLE color: 7223277.
HSL color Cylindrical-coordinate representation of color #ED376E: hue angle of 341.87º 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 #ED376E is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 110 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.07 |
| HSL | 341.87º | 0.83% | 0.57% | - |
| HSV(B) | 341.87º | 0.77% | 0.93% | - |
| XYZ | 39.11 | 21.86 | 16.91 | - |
| YUV | 115.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 110 | 0 | 0.77 | 0.54 | 0.07 | 341.87 | 0.83 | 0.57 |
| Hex | ED | 37 | 6E | 0 | 4D | 36 | 7 | 156 | 53 | 39 |
| Octal | 355 | 67 | 156 | 0 | 115 | 66 | 7 | 526 | 123 | 71 |
| Binary | 11101101 | 110111 | 1101110 | 0 | 1001101 | 110110 | 111 | 101010110 | 1010011 | 111001 |
Color Harmonies of #ED376E
Complementary color
Monochromatic Colors of #ED376E
Black with #ED376E
Text Example
Text Example
White with #ED376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED376E; }
p { color: rgb(237,55,110); }
H1.HeaderClassName
{
color: #ED376E;
}
.AnyTagClassName
{
color: #ED376E;
}
</style>
background-color css
<style>
a { background-color: #ED376E; }
a { background-color: rgb(237,55,110); }
div.DivClassName
{
background-color: #ED376E;
}
.BgClassName
{
background-color: #ED376E;
}
</style>
border-color css
<style>
span { border-color: #ED376E; }
span { border-color: rgb(237,55,110); }
td.TdClassName
{
border-color: #ED376E;
}
.TagClassName
{
border-color: #ED376E;
}
</style>