Shades of Cerise #EC3374
Tints of Cerise #EC3374
RGB
CMYK
RGB Variations
Color information
#EC3374 (or 0xEC3374) is known color: Cerise. HEX triplet: EC, 33 and 74. RGB value is (236,51,116). Sum of RGB (Red+Green+Blue) = 236+51+116=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3374 is #13CC8B. Grayscale: #717171. Windows color (decimal): -1297548 or 7615468. OLE color: 7615468.
HSL color Cylindrical-coordinate representation of color #EC3374: hue angle of 338.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3374 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 116 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.07 |
| HSL | 338.92º | 0.83% | 0.56% | - |
| HSV(B) | 338.92º | 0.78% | 0.93% | - |
| XYZ | 38.93 | 21.46 | 18.61 | - |
| YUV | 113.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 116 | 0 | 0.78 | 0.51 | 0.07 | 338.92 | 0.83 | 0.56 |
| Hex | EC | 33 | 74 | 0 | 4E | 33 | 7 | 153 | 53 | 38 |
| Octal | 354 | 63 | 164 | 0 | 116 | 63 | 7 | 523 | 123 | 70 |
| Binary | 11101100 | 110011 | 1110100 | 0 | 1001110 | 110011 | 111 | 101010011 | 1010011 | 111000 |
Color Harmonies of #EC3374
Complementary color
Monochromatic Colors of #EC3374
Black with #EC3374
Text Example
Text Example
White with #EC3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3374; }
p { color: rgb(236,51,116); }
H1.HeaderClassName
{
color: #EC3374;
}
.AnyTagClassName
{
color: #EC3374;
}
</style>
background-color css
<style>
a { background-color: #EC3374; }
a { background-color: rgb(236,51,116); }
div.DivClassName
{
background-color: #EC3374;
}
.BgClassName
{
background-color: #EC3374;
}
</style>
border-color css
<style>
span { border-color: #EC3374; }
span { border-color: rgb(236,51,116); }
td.TdClassName
{
border-color: #EC3374;
}
.TagClassName
{
border-color: #EC3374;
}
</style>