Shades of Deep Cerise #EC248A
Tints of Deep Cerise #EC248A
RGB
CMYK
RGB Variations
Color information
#EC248A (or 0xEC248A) is known color: Deep Cerise. HEX triplet: EC, 24 and 8A. RGB value is (236,36,138). Sum of RGB (Red+Green+Blue) = 236+36+138=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC248A is #13DB75. Grayscale: #6B6B6B. Windows color (decimal): -1301366 or 9053420. OLE color: 9053420.
HSL color Cylindrical-coordinate representation of color #EC248A: hue angle of 329.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC248A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 138 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.07 |
| HSL | 329.4º | 0.84% | 0.53% | - |
| HSV(B) | 329.4º | 0.85% | 0.93% | - |
| XYZ | 39.81 | 20.93 | 25.99 | - |
| YUV | 107.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 138 | 0 | 0.85 | 0.42 | 0.07 | 329.4 | 0.84 | 0.53 |
| Hex | EC | 24 | 8A | 0 | 55 | 2A | 7 | 149 | 54 | 35 |
| Octal | 354 | 44 | 212 | 0 | 125 | 52 | 7 | 511 | 124 | 65 |
| Binary | 11101100 | 100100 | 10001010 | 0 | 1010101 | 101010 | 111 | 101001001 | 1010100 | 110101 |
Color Harmonies of #EC248A
Complementary color
Monochromatic Colors of #EC248A
Black with #EC248A
Text Example
Text Example
White with #EC248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC248A; }
p { color: rgb(236,36,138); }
H1.HeaderClassName
{
color: #EC248A;
}
.AnyTagClassName
{
color: #EC248A;
}
</style>
background-color css
<style>
a { background-color: #EC248A; }
a { background-color: rgb(236,36,138); }
div.DivClassName
{
background-color: #EC248A;
}
.BgClassName
{
background-color: #EC248A;
}
</style>
border-color css
<style>
span { border-color: #EC248A; }
span { border-color: rgb(236,36,138); }
td.TdClassName
{
border-color: #EC248A;
}
.TagClassName
{
border-color: #EC248A;
}
</style>