Shades of Deep Cerise #EC3482
Tints of Deep Cerise #EC3482
RGB
CMYK
RGB Variations
Color information
#EC3482 (or 0xEC3482) is known color: Deep Cerise. HEX triplet: EC, 34 and 82. RGB value is (236,52,130). Sum of RGB (Red+Green+Blue) = 236+52+130=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3482 is #13CB7D. Grayscale: #737373. Windows color (decimal): -1297278 or 8533228. OLE color: 8533228.
HSL color Cylindrical-coordinate representation of color #EC3482: hue angle of 334.57º 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 #EC3482 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 130 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.57º | 0.83% | 0.56% | - |
| HSV(B) | 334.57º | 0.78% | 0.93% | - |
| XYZ | 39.85 | 21.9 | 23.25 | - |
| YUV | 115.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 130 | 0 | 0.78 | 0.45 | 0.07 | 334.57 | 0.83 | 0.56 |
| Hex | EC | 34 | 82 | 0 | 4E | 2D | 7 | 14F | 53 | 38 |
| Octal | 354 | 64 | 202 | 0 | 116 | 55 | 7 | 517 | 123 | 70 |
| Binary | 11101100 | 110100 | 10000010 | 0 | 1001110 | 101101 | 111 | 101001111 | 1010011 | 111000 |
Color Harmonies of #EC3482
Complementary color
Monochromatic Colors of #EC3482
Black with #EC3482
Text Example
Text Example
White with #EC3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3482; }
p { color: rgb(236,52,130); }
H1.HeaderClassName
{
color: #EC3482;
}
.AnyTagClassName
{
color: #EC3482;
}
</style>
background-color css
<style>
a { background-color: #EC3482; }
a { background-color: rgb(236,52,130); }
div.DivClassName
{
background-color: #EC3482;
}
.BgClassName
{
background-color: #EC3482;
}
</style>
border-color css
<style>
span { border-color: #EC3482; }
span { border-color: rgb(236,52,130); }
td.TdClassName
{
border-color: #EC3482;
}
.TagClassName
{
border-color: #EC3482;
}
</style>