Shades of Deep Cerise #EF267A
Tints of Deep Cerise #EF267A
RGB
CMYK
RGB Variations
Color information
#EF267A (or 0xEF267A) is known color: Deep Cerise. HEX triplet: EF, 26 and 7A. RGB value is (239,38,122). Sum of RGB (Red+Green+Blue) = 239+38+122=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF267A is #10D985. Grayscale: #6B6B6B. Windows color (decimal): -1104262 or 8005359. OLE color: 8005359.
HSL color Cylindrical-coordinate representation of color #EF267A: hue angle of 334.93º 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 #EF267A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 122 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.06 |
| HSL | 334.93º | 0.86% | 0.54% | - |
| HSV(B) | 334.93º | 0.84% | 0.94% | - |
| XYZ | 39.8 | 21.14 | 20.4 | - |
| YUV | 107.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 122 | 0 | 0.84 | 0.49 | 0.06 | 334.93 | 0.86 | 0.54 |
| Hex | EF | 26 | 7A | 0 | 54 | 31 | 6 | 14F | 56 | 36 |
| Octal | 357 | 46 | 172 | 0 | 124 | 61 | 6 | 517 | 126 | 66 |
| Binary | 11101111 | 100110 | 1111010 | 0 | 1010100 | 110001 | 110 | 101001111 | 1010110 | 110110 |
Color Harmonies of #EF267A
Complementary color
Monochromatic Colors of #EF267A
Black with #EF267A
Text Example
Text Example
White with #EF267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF267A; }
p { color: rgb(239,38,122); }
H1.HeaderClassName
{
color: #EF267A;
}
.AnyTagClassName
{
color: #EF267A;
}
</style>
background-color css
<style>
a { background-color: #EF267A; }
a { background-color: rgb(239,38,122); }
div.DivClassName
{
background-color: #EF267A;
}
.BgClassName
{
background-color: #EF267A;
}
</style>
border-color css
<style>
span { border-color: #EF267A; }
span { border-color: rgb(239,38,122); }
td.TdClassName
{
border-color: #EF267A;
}
.TagClassName
{
border-color: #EF267A;
}
</style>