Shades of Deep Cerise #EF267D
Tints of Deep Cerise #EF267D
RGB
CMYK
RGB Variations
Color information
#EF267D (or 0xEF267D) is known color: Deep Cerise. HEX triplet: EF, 26 and 7D. RGB value is (239,38,125). Sum of RGB (Red+Green+Blue) = 239+38+125=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF267D is #10D982. Grayscale: #6B6B6B. Windows color (decimal): -1104259 or 8201967. OLE color: 8201967.
HSL color Cylindrical-coordinate representation of color #EF267D: hue angle of 334.03º 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 #EF267D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.06 |
| HSL | 334.03º | 0.86% | 0.54% | - |
| HSV(B) | 334.03º | 0.84% | 0.94% | - |
| XYZ | 39.99 | 21.22 | 21.39 | - |
| YUV | 108.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 125 | 0 | 0.84 | 0.48 | 0.06 | 334.03 | 0.86 | 0.54 |
| Hex | EF | 26 | 7D | 0 | 54 | 30 | 6 | 14E | 56 | 36 |
| Octal | 357 | 46 | 175 | 0 | 124 | 60 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100110 | 1111101 | 0 | 1010100 | 110000 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF267D
Complementary color
Monochromatic Colors of #EF267D
Black with #EF267D
Text Example
Text Example
White with #EF267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF267D; }
p { color: rgb(239,38,125); }
H1.HeaderClassName
{
color: #EF267D;
}
.AnyTagClassName
{
color: #EF267D;
}
</style>
background-color css
<style>
a { background-color: #EF267D; }
a { background-color: rgb(239,38,125); }
div.DivClassName
{
background-color: #EF267D;
}
.BgClassName
{
background-color: #EF267D;
}
</style>
border-color css
<style>
span { border-color: #EF267D; }
span { border-color: rgb(239,38,125); }
td.TdClassName
{
border-color: #EF267D;
}
.TagClassName
{
border-color: #EF267D;
}
</style>