Shades of Deep Cerise #EF267C
Tints of Deep Cerise #EF267C
RGB
CMYK
RGB Variations
Color information
#EF267C (or 0xEF267C) is known color: Deep Cerise. HEX triplet: EF, 26 and 7C. RGB value is (239,38,124). Sum of RGB (Red+Green+Blue) = 239+38+124=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF267C is #10D983. Grayscale: #6B6B6B. Windows color (decimal): -1104260 or 8136431. OLE color: 8136431.
HSL color Cylindrical-coordinate representation of color #EF267C: hue angle of 334.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF267C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 124 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.06 |
| HSL | 334.33º | 0.86% | 0.54% | - |
| HSV(B) | 334.33º | 0.84% | 0.94% | - |
| XYZ | 39.93 | 21.19 | 21.05 | - |
| YUV | 107.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 124 | 0 | 0.84 | 0.48 | 0.06 | 334.33 | 0.86 | 0.54 |
| Hex | EF | 26 | 7C | 0 | 54 | 30 | 6 | 14E | 56 | 36 |
| Octal | 357 | 46 | 174 | 0 | 124 | 60 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100110 | 1111100 | 0 | 1010100 | 110000 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF267C
Complementary color
Monochromatic Colors of #EF267C
Black with #EF267C
Text Example
Text Example
White with #EF267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF267C; }
p { color: rgb(239,38,124); }
H1.HeaderClassName
{
color: #EF267C;
}
.AnyTagClassName
{
color: #EF267C;
}
</style>
background-color css
<style>
a { background-color: #EF267C; }
a { background-color: rgb(239,38,124); }
div.DivClassName
{
background-color: #EF267C;
}
.BgClassName
{
background-color: #EF267C;
}
</style>
border-color css
<style>
span { border-color: #EF267C; }
span { border-color: rgb(239,38,124); }
td.TdClassName
{
border-color: #EF267C;
}
.TagClassName
{
border-color: #EF267C;
}
</style>