Shades of Cerise #ED375F
Tints of Cerise #ED375F
RGB
CMYK
RGB Variations
Color information
#ED375F (or 0xED375F) is known color: Cerise. HEX triplet: ED, 37 and 5F. RGB value is (237,55,95). Sum of RGB (Red+Green+Blue) = 237+55+95=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED375F is #12C8A0. Grayscale: #717171. Windows color (decimal): -1231009 or 6240237. OLE color: 6240237.
HSL color Cylindrical-coordinate representation of color #ED375F: hue angle of 346.81º 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 #ED375F is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 95 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.07 |
| HSL | 346.81º | 0.83% | 0.57% | - |
| HSV(B) | 346.81º | 0.77% | 0.93% | - |
| XYZ | 38.36 | 21.56 | 12.97 | - |
| YUV | 113.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 95 | 0 | 0.77 | 0.60 | 0.07 | 346.81 | 0.83 | 0.57 |
| Hex | ED | 37 | 5F | 0 | 4D | 3C | 7 | 15B | 53 | 39 |
| Octal | 355 | 67 | 137 | 0 | 115 | 74 | 7 | 533 | 123 | 71 |
| Binary | 11101101 | 110111 | 1011111 | 0 | 1001101 | 111100 | 111 | 101011011 | 1010011 | 111001 |
Color Harmonies of #ED375F
Complementary color
Monochromatic Colors of #ED375F
Black with #ED375F
Text Example
Text Example
White with #ED375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED375F; }
p { color: rgb(237,55,95); }
H1.HeaderClassName
{
color: #ED375F;
}
.AnyTagClassName
{
color: #ED375F;
}
</style>
background-color css
<style>
a { background-color: #ED375F; }
a { background-color: rgb(237,55,95); }
div.DivClassName
{
background-color: #ED375F;
}
.BgClassName
{
background-color: #ED375F;
}
</style>
border-color css
<style>
span { border-color: #ED375F; }
span { border-color: rgb(237,55,95); }
td.TdClassName
{
border-color: #ED375F;
}
.TagClassName
{
border-color: #ED375F;
}
</style>