Shades of Cerise #ED355E
Tints of Cerise #ED355E
RGB
CMYK
RGB Variations
Color information
#ED355E (or 0xED355E) is known color: Cerise. HEX triplet: ED, 35 and 5E. RGB value is (237,53,94). Sum of RGB (Red+Green+Blue) = 237+53+94=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED355E is #12CAA1. Grayscale: #707070. Windows color (decimal): -1231522 or 6174189. OLE color: 6174189.
HSL color Cylindrical-coordinate representation of color #ED355E: hue angle of 346.63º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED355E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 94 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.63º | 0.84% | 0.57% | - |
| HSV(B) | 346.63º | 0.78% | 0.93% | - |
| XYZ | 38.22 | 21.36 | 12.7 | - |
| YUV | 112.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 94 | 0 | 0.78 | 0.60 | 0.07 | 346.63 | 0.84 | 0.57 |
| Hex | ED | 35 | 5E | 0 | 4E | 3C | 7 | 15B | 54 | 39 |
| Octal | 355 | 65 | 136 | 0 | 116 | 74 | 7 | 533 | 124 | 71 |
| Binary | 11101101 | 110101 | 1011110 | 0 | 1001110 | 111100 | 111 | 101011011 | 1010100 | 111001 |
Color Harmonies of #ED355E
Complementary color
Monochromatic Colors of #ED355E
Black with #ED355E
Text Example
Text Example
White with #ED355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED355E; }
p { color: rgb(237,53,94); }
H1.HeaderClassName
{
color: #ED355E;
}
.AnyTagClassName
{
color: #ED355E;
}
</style>
background-color css
<style>
a { background-color: #ED355E; }
a { background-color: rgb(237,53,94); }
div.DivClassName
{
background-color: #ED355E;
}
.BgClassName
{
background-color: #ED355E;
}
</style>
border-color css
<style>
span { border-color: #ED355E; }
span { border-color: rgb(237,53,94); }
td.TdClassName
{
border-color: #ED355E;
}
.TagClassName
{
border-color: #ED355E;
}
</style>