Shades of Deep Cerise #EC308D
Tints of Deep Cerise #EC308D
RGB
CMYK
RGB Variations
Color information
#EC308D (or 0xEC308D) is known color: Deep Cerise. HEX triplet: EC, 30 and 8D. RGB value is (236,48,141). Sum of RGB (Red+Green+Blue) = 236+48+141=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC308D is #13CF72. Grayscale: #727272. Windows color (decimal): -1298291 or 9253100. OLE color: 9253100.
HSL color Cylindrical-coordinate representation of color #EC308D: hue angle of 330.32º 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 #EC308D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 141 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.07 |
| HSL | 330.32º | 0.83% | 0.56% | - |
| HSV(B) | 330.32º | 0.8% | 0.93% | - |
| XYZ | 40.46 | 21.87 | 27.29 | - |
| YUV | 114.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 141 | 0 | 0.80 | 0.40 | 0.07 | 330.32 | 0.83 | 0.56 |
| Hex | EC | 30 | 8D | 0 | 50 | 28 | 7 | 14A | 53 | 38 |
| Octal | 354 | 60 | 215 | 0 | 120 | 50 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110000 | 10001101 | 0 | 1010000 | 101000 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC308D
Complementary color
Monochromatic Colors of #EC308D
Black with #EC308D
Text Example
Text Example
White with #EC308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC308D; }
p { color: rgb(236,48,141); }
H1.HeaderClassName
{
color: #EC308D;
}
.AnyTagClassName
{
color: #EC308D;
}
</style>
background-color css
<style>
a { background-color: #EC308D; }
a { background-color: rgb(236,48,141); }
div.DivClassName
{
background-color: #EC308D;
}
.BgClassName
{
background-color: #EC308D;
}
</style>
border-color css
<style>
span { border-color: #EC308D; }
span { border-color: rgb(236,48,141); }
td.TdClassName
{
border-color: #EC308D;
}
.TagClassName
{
border-color: #EC308D;
}
</style>