Shades of Cerise #ED376A
Tints of Cerise #ED376A
RGB
CMYK
RGB Variations
Color information
#ED376A (or 0xED376A) is known color: Cerise. HEX triplet: ED, 37 and 6A. RGB value is (237,55,106). Sum of RGB (Red+Green+Blue) = 237+55+106=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED376A is #12C895. Grayscale: #737373. Windows color (decimal): -1230998 or 6961133. OLE color: 6961133.
HSL color Cylindrical-coordinate representation of color #ED376A: hue angle of 343.19º 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 #ED376A is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 106 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.07 |
| HSL | 343.19º | 0.83% | 0.57% | - |
| HSV(B) | 343.19º | 0.77% | 0.93% | - |
| XYZ | 38.89 | 21.78 | 15.79 | - |
| YUV | 115.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 106 | 0 | 0.77 | 0.55 | 0.07 | 343.19 | 0.83 | 0.57 |
| Hex | ED | 37 | 6A | 0 | 4D | 37 | 7 | 157 | 53 | 39 |
| Octal | 355 | 67 | 152 | 0 | 115 | 67 | 7 | 527 | 123 | 71 |
| Binary | 11101101 | 110111 | 1101010 | 0 | 1001101 | 110111 | 111 | 101010111 | 1010011 | 111001 |
Color Harmonies of #ED376A
Complementary color
Monochromatic Colors of #ED376A
Black with #ED376A
Text Example
Text Example
White with #ED376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED376A; }
p { color: rgb(237,55,106); }
H1.HeaderClassName
{
color: #ED376A;
}
.AnyTagClassName
{
color: #ED376A;
}
</style>
background-color css
<style>
a { background-color: #ED376A; }
a { background-color: rgb(237,55,106); }
div.DivClassName
{
background-color: #ED376A;
}
.BgClassName
{
background-color: #ED376A;
}
</style>
border-color css
<style>
span { border-color: #ED376A; }
span { border-color: rgb(237,55,106); }
td.TdClassName
{
border-color: #ED376A;
}
.TagClassName
{
border-color: #ED376A;
}
</style>