Shades of Deep Cerise #EF227A
Tints of Deep Cerise #EF227A
RGB
CMYK
RGB Variations
Color information
#EF227A (or 0xEF227A) is known color: Deep Cerise. HEX triplet: EF, 22 and 7A. RGB value is (239,34,122). Sum of RGB (Red+Green+Blue) = 239+34+122=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF227A is #10DD85. Grayscale: #696969. Windows color (decimal): -1105286 or 8004335. OLE color: 8004335.
HSL color Cylindrical-coordinate representation of color #EF227A: hue angle of 334.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF227A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 122 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.06 |
| HSL | 334.24º | 0.86% | 0.54% | - |
| HSV(B) | 334.24º | 0.86% | 0.94% | - |
| XYZ | 39.68 | 20.9 | 20.36 | - |
| YUV | 105.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 122 | 0 | 0.86 | 0.49 | 0.06 | 334.24 | 0.86 | 0.54 |
| Hex | EF | 22 | 7A | 0 | 56 | 31 | 6 | 14E | 56 | 36 |
| Octal | 357 | 42 | 172 | 0 | 126 | 61 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100010 | 1111010 | 0 | 1010110 | 110001 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF227A
Complementary color
Monochromatic Colors of #EF227A
Black with #EF227A
Text Example
Text Example
White with #EF227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF227A; }
p { color: rgb(239,34,122); }
H1.HeaderClassName
{
color: #EF227A;
}
.AnyTagClassName
{
color: #EF227A;
}
</style>
background-color css
<style>
a { background-color: #EF227A; }
a { background-color: rgb(239,34,122); }
div.DivClassName
{
background-color: #EF227A;
}
.BgClassName
{
background-color: #EF227A;
}
</style>
border-color css
<style>
span { border-color: #EF227A; }
span { border-color: rgb(239,34,122); }
td.TdClassName
{
border-color: #EF227A;
}
.TagClassName
{
border-color: #EF227A;
}
</style>