Shades of Deep Cerise #EF257F
Tints of Deep Cerise #EF257F
RGB
CMYK
RGB Variations
Color information
#EF257F (or 0xEF257F) is known color: Deep Cerise. HEX triplet: EF, 25 and 7F. RGB value is (239,37,127). Sum of RGB (Red+Green+Blue) = 239+37+127=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF257F is #10DA80. Grayscale: #6B6B6B. Windows color (decimal): -1104513 or 8332783. OLE color: 8332783.
HSL color Cylindrical-coordinate representation of color #EF257F: hue angle of 333.27º 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 #EF257F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 127 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.06 |
| HSL | 333.27º | 0.86% | 0.54% | - |
| HSV(B) | 333.27º | 0.85% | 0.94% | - |
| XYZ | 40.09 | 21.21 | 22.06 | - |
| YUV | 107.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 127 | 0 | 0.85 | 0.47 | 0.06 | 333.27 | 0.86 | 0.54 |
| Hex | EF | 25 | 7F | 0 | 55 | 2F | 6 | 14D | 56 | 36 |
| Octal | 357 | 45 | 177 | 0 | 125 | 57 | 6 | 515 | 126 | 66 |
| Binary | 11101111 | 100101 | 1111111 | 0 | 1010101 | 101111 | 110 | 101001101 | 1010110 | 110110 |
Color Harmonies of #EF257F
Complementary color
Monochromatic Colors of #EF257F
Black with #EF257F
Text Example
Text Example
White with #EF257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF257F; }
p { color: rgb(239,37,127); }
H1.HeaderClassName
{
color: #EF257F;
}
.AnyTagClassName
{
color: #EF257F;
}
</style>
background-color css
<style>
a { background-color: #EF257F; }
a { background-color: rgb(239,37,127); }
div.DivClassName
{
background-color: #EF257F;
}
.BgClassName
{
background-color: #EF257F;
}
</style>
border-color css
<style>
span { border-color: #EF257F; }
span { border-color: rgb(239,37,127); }
td.TdClassName
{
border-color: #EF257F;
}
.TagClassName
{
border-color: #EF257F;
}
</style>