Shades of Deep Cerise #EC3090
Tints of Deep Cerise #EC3090
RGB
CMYK
RGB Variations
Color information
#EC3090 (or 0xEC3090) is known color: Deep Cerise. HEX triplet: EC, 30 and 90. RGB value is (236,48,144). Sum of RGB (Red+Green+Blue) = 236+48+144=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3090 is #13CF6F. Grayscale: #727272. Windows color (decimal): -1298288 or 9449708. OLE color: 9449708.
HSL color Cylindrical-coordinate representation of color #EC3090: hue angle of 329.36º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3090 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 144 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.07 |
| HSL | 329.36º | 0.83% | 0.56% | - |
| HSV(B) | 329.36º | 0.8% | 0.93% | - |
| XYZ | 40.68 | 21.96 | 28.48 | - |
| YUV | 115.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 144 | 0 | 0.80 | 0.39 | 0.07 | 329.36 | 0.83 | 0.56 |
| Hex | EC | 30 | 90 | 0 | 50 | 27 | 7 | 149 | 53 | 38 |
| Octal | 354 | 60 | 220 | 0 | 120 | 47 | 7 | 511 | 123 | 70 |
| Binary | 11101100 | 110000 | 10010000 | 0 | 1010000 | 100111 | 111 | 101001001 | 1010011 | 111000 |
Color Harmonies of #EC3090
Complementary color
Monochromatic Colors of #EC3090
Black with #EC3090
Text Example
Text Example
White with #EC3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3090; }
p { color: rgb(236,48,144); }
H1.HeaderClassName
{
color: #EC3090;
}
.AnyTagClassName
{
color: #EC3090;
}
</style>
background-color css
<style>
a { background-color: #EC3090; }
a { background-color: rgb(236,48,144); }
div.DivClassName
{
background-color: #EC3090;
}
.BgClassName
{
background-color: #EC3090;
}
</style>
border-color css
<style>
span { border-color: #EC3090; }
span { border-color: rgb(236,48,144); }
td.TdClassName
{
border-color: #EC3090;
}
.TagClassName
{
border-color: #EC3090;
}
</style>