Shades of Deep Cerise #EC308F
Tints of Deep Cerise #EC308F
RGB
CMYK
RGB Variations
Color information
#EC308F (or 0xEC308F) is known color: Deep Cerise. HEX triplet: EC, 30 and 8F. RGB value is (236,48,143). Sum of RGB (Red+Green+Blue) = 236+48+143=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC308F is #13CF70. Grayscale: #727272. Windows color (decimal): -1298289 or 9384172. OLE color: 9384172.
HSL color Cylindrical-coordinate representation of color #EC308F: hue angle of 329.68º 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 #EC308F is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 143 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.07 |
| HSL | 329.68º | 0.83% | 0.56% | - |
| HSV(B) | 329.68º | 0.8% | 0.93% | - |
| XYZ | 40.61 | 21.93 | 28.08 | - |
| YUV | 115.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 143 | 0 | 0.80 | 0.39 | 0.07 | 329.68 | 0.83 | 0.56 |
| Hex | EC | 30 | 8F | 0 | 50 | 27 | 7 | 14A | 53 | 38 |
| Octal | 354 | 60 | 217 | 0 | 120 | 47 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110000 | 10001111 | 0 | 1010000 | 100111 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC308F
Complementary color
Monochromatic Colors of #EC308F
Black with #EC308F
Text Example
Text Example
White with #EC308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC308F; }
p { color: rgb(236,48,143); }
H1.HeaderClassName
{
color: #EC308F;
}
.AnyTagClassName
{
color: #EC308F;
}
</style>
background-color css
<style>
a { background-color: #EC308F; }
a { background-color: rgb(236,48,143); }
div.DivClassName
{
background-color: #EC308F;
}
.BgClassName
{
background-color: #EC308F;
}
</style>
border-color css
<style>
span { border-color: #EC308F; }
span { border-color: rgb(236,48,143); }
td.TdClassName
{
border-color: #EC308F;
}
.TagClassName
{
border-color: #EC308F;
}
</style>