Shades of Deep Cerise #EC3182
Tints of Deep Cerise #EC3182
RGB
CMYK
RGB Variations
Color information
#EC3182 (or 0xEC3182) is known color: Deep Cerise. HEX triplet: EC, 31 and 82. RGB value is (236,49,130). Sum of RGB (Red+Green+Blue) = 236+49+130=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3182 is #13CE7D. Grayscale: #727272. Windows color (decimal): -1298046 or 8532460. OLE color: 8532460.
HSL color Cylindrical-coordinate representation of color #EC3182: hue angle of 334.01º 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 #EC3182 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 130 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 334.01º | 0.83% | 0.56% | - |
| HSV(B) | 334.01º | 0.79% | 0.93% | - |
| XYZ | 39.72 | 21.64 | 23.2 | - |
| YUV | 114.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 130 | 0 | 0.79 | 0.45 | 0.07 | 334.01 | 0.83 | 0.56 |
| Hex | EC | 31 | 82 | 0 | 4F | 2D | 7 | 14E | 53 | 38 |
| Octal | 354 | 61 | 202 | 0 | 117 | 55 | 7 | 516 | 123 | 70 |
| Binary | 11101100 | 110001 | 10000010 | 0 | 1001111 | 101101 | 111 | 101001110 | 1010011 | 111000 |
Color Harmonies of #EC3182
Complementary color
Monochromatic Colors of #EC3182
Black with #EC3182
Text Example
Text Example
White with #EC3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3182; }
p { color: rgb(236,49,130); }
H1.HeaderClassName
{
color: #EC3182;
}
.AnyTagClassName
{
color: #EC3182;
}
</style>
background-color css
<style>
a { background-color: #EC3182; }
a { background-color: rgb(236,49,130); }
div.DivClassName
{
background-color: #EC3182;
}
.BgClassName
{
background-color: #EC3182;
}
</style>
border-color css
<style>
span { border-color: #EC3182; }
span { border-color: rgb(236,49,130); }
td.TdClassName
{
border-color: #EC3182;
}
.TagClassName
{
border-color: #EC3182;
}
</style>