Shades of Cerise #EC355F
Tints of Cerise #EC355F
RGB
CMYK
RGB Variations
Color information
#EC355F (or 0xEC355F) is known color: Cerise. HEX triplet: EC, 35 and 5F. RGB value is (236,53,95). Sum of RGB (Red+Green+Blue) = 236+53+95=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355F is #13CAA0. Grayscale: #707070. Windows color (decimal): -1297057 or 6239724. OLE color: 6239724.
HSL color Cylindrical-coordinate representation of color #EC355F: hue angle of 346.23º degrees, saturation: 0.83, 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 #EC355F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.23º | 0.83% | 0.57% | - |
| HSV(B) | 346.23º | 0.78% | 0.93% | - |
| XYZ | 37.93 | 21.21 | 12.92 | - |
| YUV | 112.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 95 | 0 | 0.78 | 0.60 | 0.07 | 346.23 | 0.83 | 0.57 |
| Hex | EC | 35 | 5F | 0 | 4E | 3C | 7 | 15A | 53 | 39 |
| Octal | 354 | 65 | 137 | 0 | 116 | 74 | 7 | 532 | 123 | 71 |
| Binary | 11101100 | 110101 | 1011111 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010011 | 111001 |
Color Harmonies of #EC355F
Complementary color
Monochromatic Colors of #EC355F
Black with #EC355F
Text Example
Text Example
White with #EC355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC355F; }
p { color: rgb(236,53,95); }
H1.HeaderClassName
{
color: #EC355F;
}
.AnyTagClassName
{
color: #EC355F;
}
</style>
background-color css
<style>
a { background-color: #EC355F; }
a { background-color: rgb(236,53,95); }
div.DivClassName
{
background-color: #EC355F;
}
.BgClassName
{
background-color: #EC355F;
}
</style>
border-color css
<style>
span { border-color: #EC355F; }
span { border-color: rgb(236,53,95); }
td.TdClassName
{
border-color: #EC355F;
}
.TagClassName
{
border-color: #EC355F;
}
</style>