Shades of Deep Cerise #EF257C
Tints of Deep Cerise #EF257C
RGB
CMYK
RGB Variations
Color information
#EF257C (or 0xEF257C) is known color: Deep Cerise. HEX triplet: EF, 25 and 7C. RGB value is (239,37,124). Sum of RGB (Red+Green+Blue) = 239+37+124=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF257C is #10DA83. Grayscale: #6B6B6B. Windows color (decimal): -1104516 or 8136175. OLE color: 8136175.
HSL color Cylindrical-coordinate representation of color #EF257C: hue angle of 334.16º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF257C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 124 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.06 |
| HSL | 334.16º | 0.86% | 0.54% | - |
| HSV(B) | 334.16º | 0.85% | 0.94% | - |
| XYZ | 39.9 | 21.13 | 21.04 | - |
| YUV | 107.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 124 | 0 | 0.85 | 0.48 | 0.06 | 334.16 | 0.86 | 0.54 |
| Hex | EF | 25 | 7C | 0 | 55 | 30 | 6 | 14E | 56 | 36 |
| Octal | 357 | 45 | 174 | 0 | 125 | 60 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100101 | 1111100 | 0 | 1010101 | 110000 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF257C
Complementary color
Monochromatic Colors of #EF257C
Black with #EF257C
Text Example
Text Example
White with #EF257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF257C; }
p { color: rgb(239,37,124); }
H1.HeaderClassName
{
color: #EF257C;
}
.AnyTagClassName
{
color: #EF257C;
}
</style>
background-color css
<style>
a { background-color: #EF257C; }
a { background-color: rgb(239,37,124); }
div.DivClassName
{
background-color: #EF257C;
}
.BgClassName
{
background-color: #EF257C;
}
</style>
border-color css
<style>
span { border-color: #EF257C; }
span { border-color: rgb(239,37,124); }
td.TdClassName
{
border-color: #EF257C;
}
.TagClassName
{
border-color: #EF257C;
}
</style>