Shades of Deep Cerise #EC3282
Tints of Deep Cerise #EC3282
RGB
CMYK
RGB Variations
Color information
#EC3282 (or 0xEC3282) is known color: Deep Cerise. HEX triplet: EC, 32 and 82. RGB value is (236,50,130). Sum of RGB (Red+Green+Blue) = 236+50+130=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3282 is #13CD7D. Grayscale: #727272. Windows color (decimal): -1297790 or 8532716. OLE color: 8532716.
HSL color Cylindrical-coordinate representation of color #EC3282: hue angle of 334.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3282 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 130 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 334.19º | 0.83% | 0.56% | - |
| HSV(B) | 334.19º | 0.79% | 0.93% | - |
| XYZ | 39.76 | 21.73 | 23.22 | - |
| YUV | 114.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 130 | 0 | 0.79 | 0.45 | 0.07 | 334.19 | 0.83 | 0.56 |
| Hex | EC | 32 | 82 | 0 | 4F | 2D | 7 | 14E | 53 | 38 |
| Octal | 354 | 62 | 202 | 0 | 117 | 55 | 7 | 516 | 123 | 70 |
| Binary | 11101100 | 110010 | 10000010 | 0 | 1001111 | 101101 | 111 | 101001110 | 1010011 | 111000 |
Color Harmonies of #EC3282
Complementary color
Monochromatic Colors of #EC3282
Black with #EC3282
Text Example
Text Example
White with #EC3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3282; }
p { color: rgb(236,50,130); }
H1.HeaderClassName
{
color: #EC3282;
}
.AnyTagClassName
{
color: #EC3282;
}
</style>
background-color css
<style>
a { background-color: #EC3282; }
a { background-color: rgb(236,50,130); }
div.DivClassName
{
background-color: #EC3282;
}
.BgClassName
{
background-color: #EC3282;
}
</style>
border-color css
<style>
span { border-color: #EC3282; }
span { border-color: rgb(236,50,130); }
td.TdClassName
{
border-color: #EC3282;
}
.TagClassName
{
border-color: #EC3282;
}
</style>