Shades of Cerise #ED355F
Tints of Cerise #ED355F
RGB
CMYK
RGB Variations
Color information
#ED355F (or 0xED355F) is known color: Cerise. HEX triplet: ED, 35 and 5F. RGB value is (237,53,95). Sum of RGB (Red+Green+Blue) = 237+53+95=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED355F is #12CAA0. Grayscale: #707070. Windows color (decimal): -1231521 or 6239725. OLE color: 6239725.
HSL color Cylindrical-coordinate representation of color #ED355F: hue angle of 346.3º 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 #ED355F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.3º | 0.84% | 0.57% | - |
| HSV(B) | 346.3º | 0.78% | 0.93% | - |
| XYZ | 38.26 | 21.38 | 12.94 | - |
| YUV | 112.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 95 | 0 | 0.78 | 0.60 | 0.07 | 346.3 | 0.84 | 0.57 |
| Hex | ED | 35 | 5F | 0 | 4E | 3C | 7 | 15A | 54 | 39 |
| Octal | 355 | 65 | 137 | 0 | 116 | 74 | 7 | 532 | 124 | 71 |
| Binary | 11101101 | 110101 | 1011111 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010100 | 111001 |
Color Harmonies of #ED355F
Complementary color
Monochromatic Colors of #ED355F
Black with #ED355F
Text Example
Text Example
White with #ED355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED355F; }
p { color: rgb(237,53,95); }
H1.HeaderClassName
{
color: #ED355F;
}
.AnyTagClassName
{
color: #ED355F;
}
</style>
background-color css
<style>
a { background-color: #ED355F; }
a { background-color: rgb(237,53,95); }
div.DivClassName
{
background-color: #ED355F;
}
.BgClassName
{
background-color: #ED355F;
}
</style>
border-color css
<style>
span { border-color: #ED355F; }
span { border-color: rgb(237,53,95); }
td.TdClassName
{
border-color: #ED355F;
}
.TagClassName
{
border-color: #ED355F;
}
</style>