Shades of Deep Cerise #EF227F
Tints of Deep Cerise #EF227F
RGB
CMYK
RGB Variations
Color information
#EF227F (or 0xEF227F) is known color: Deep Cerise. HEX triplet: EF, 22 and 7F. RGB value is (239,34,127). Sum of RGB (Red+Green+Blue) = 239+34+127=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF227F is #10DD80. Grayscale: #696969. Windows color (decimal): -1105281 or 8332015. OLE color: 8332015.
HSL color Cylindrical-coordinate representation of color #EF227F: hue angle of 332.78º 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 #EF227F is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 127 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.06 |
| HSL | 332.78º | 0.86% | 0.54% | - |
| HSV(B) | 332.78º | 0.86% | 0.94% | - |
| XYZ | 40 | 21.03 | 22.03 | - |
| YUV | 105.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 127 | 0 | 0.86 | 0.47 | 0.06 | 332.78 | 0.86 | 0.54 |
| Hex | EF | 22 | 7F | 0 | 56 | 2F | 6 | 14D | 56 | 36 |
| Octal | 357 | 42 | 177 | 0 | 126 | 57 | 6 | 515 | 126 | 66 |
| Binary | 11101111 | 100010 | 1111111 | 0 | 1010110 | 101111 | 110 | 101001101 | 1010110 | 110110 |
Color Harmonies of #EF227F
Complementary color
Monochromatic Colors of #EF227F
Black with #EF227F
Text Example
Text Example
White with #EF227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF227F; }
p { color: rgb(239,34,127); }
H1.HeaderClassName
{
color: #EF227F;
}
.AnyTagClassName
{
color: #EF227F;
}
</style>
background-color css
<style>
a { background-color: #EF227F; }
a { background-color: rgb(239,34,127); }
div.DivClassName
{
background-color: #EF227F;
}
.BgClassName
{
background-color: #EF227F;
}
</style>
border-color css
<style>
span { border-color: #EF227F; }
span { border-color: rgb(239,34,127); }
td.TdClassName
{
border-color: #EF227F;
}
.TagClassName
{
border-color: #EF227F;
}
</style>