Shades of Deep Cerise #EC258C
Tints of Deep Cerise #EC258C
RGB
CMYK
RGB Variations
Color information
#EC258C (or 0xEC258C) is known color: Deep Cerise. HEX triplet: EC, 25 and 8C. RGB value is (236,37,140). Sum of RGB (Red+Green+Blue) = 236+37+140=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC258C is #13DA73. Grayscale: #6C6C6C. Windows color (decimal): -1301108 or 9184748. OLE color: 9184748.
HSL color Cylindrical-coordinate representation of color #EC258C: hue angle of 328.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC258C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 140 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.07 |
| HSL | 328.94º | 0.84% | 0.54% | - |
| HSV(B) | 328.94º | 0.84% | 0.93% | - |
| XYZ | 39.99 | 21.05 | 26.77 | - |
| YUV | 108.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 140 | 0 | 0.84 | 0.41 | 0.07 | 328.94 | 0.84 | 0.54 |
| Hex | EC | 25 | 8C | 0 | 54 | 29 | 7 | 149 | 54 | 36 |
| Octal | 354 | 45 | 214 | 0 | 124 | 51 | 7 | 511 | 124 | 66 |
| Binary | 11101100 | 100101 | 10001100 | 0 | 1010100 | 101001 | 111 | 101001001 | 1010100 | 110110 |
Color Harmonies of #EC258C
Complementary color
Monochromatic Colors of #EC258C
Black with #EC258C
Text Example
Text Example
White with #EC258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC258C; }
p { color: rgb(236,37,140); }
H1.HeaderClassName
{
color: #EC258C;
}
.AnyTagClassName
{
color: #EC258C;
}
</style>
background-color css
<style>
a { background-color: #EC258C; }
a { background-color: rgb(236,37,140); }
div.DivClassName
{
background-color: #EC258C;
}
.BgClassName
{
background-color: #EC258C;
}
</style>
border-color css
<style>
span { border-color: #EC258C; }
span { border-color: rgb(236,37,140); }
td.TdClassName
{
border-color: #EC258C;
}
.TagClassName
{
border-color: #EC258C;
}
</style>