Shades of Deep Cerise #EF257B
Tints of Deep Cerise #EF257B
RGB
CMYK
RGB Variations
Color information
#EF257B (or 0xEF257B) is known color: Deep Cerise. HEX triplet: EF, 25 and 7B. RGB value is (239,37,123). Sum of RGB (Red+Green+Blue) = 239+37+123=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF257B is #10DA84. Grayscale: #6B6B6B. Windows color (decimal): -1104517 or 8070639. OLE color: 8070639.
HSL color Cylindrical-coordinate representation of color #EF257B: hue angle of 334.46º 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 #EF257B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 334.46º | 0.86% | 0.54% | - |
| HSV(B) | 334.46º | 0.85% | 0.94% | - |
| XYZ | 39.83 | 21.1 | 20.71 | - |
| YUV | 107.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 123 | 0 | 0.85 | 0.49 | 0.06 | 334.46 | 0.86 | 0.54 |
| Hex | EF | 25 | 7B | 0 | 55 | 31 | 6 | 14E | 56 | 36 |
| Octal | 357 | 45 | 173 | 0 | 125 | 61 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100101 | 1111011 | 0 | 1010101 | 110001 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF257B
Complementary color
Monochromatic Colors of #EF257B
Black with #EF257B
Text Example
Text Example
White with #EF257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF257B; }
p { color: rgb(239,37,123); }
H1.HeaderClassName
{
color: #EF257B;
}
.AnyTagClassName
{
color: #EF257B;
}
</style>
background-color css
<style>
a { background-color: #EF257B; }
a { background-color: rgb(239,37,123); }
div.DivClassName
{
background-color: #EF257B;
}
.BgClassName
{
background-color: #EF257B;
}
</style>
border-color css
<style>
span { border-color: #EF257B; }
span { border-color: rgb(239,37,123); }
td.TdClassName
{
border-color: #EF257B;
}
.TagClassName
{
border-color: #EF257B;
}
</style>