Shades of Deep Pink #EF228F
Tints of Deep Pink #EF228F
RGB
CMYK
RGB Variations
Color information
#EF228F (or 0xEF228F) is known color: Deep Pink. HEX triplet: EF, 22 and 8F. RGB value is (239,34,143). Sum of RGB (Red+Green+Blue) = 239+34+143=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF228F is #10DD70. Grayscale: #6B6B6B. Windows color (decimal): -1105265 or 9380591. OLE color: 9380591.
HSL color Cylindrical-coordinate representation of color #EF228F: hue angle of 328.1º 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 #EF228F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 143 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.06 |
| HSL | 328.1º | 0.86% | 0.54% | - |
| HSV(B) | 328.1º | 0.86% | 0.94% | - |
| XYZ | 41.13 | 21.48 | 27.96 | - |
| YUV | 107.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 143 | 0 | 0.86 | 0.40 | 0.06 | 328.1 | 0.86 | 0.54 |
| Hex | EF | 22 | 8F | 0 | 56 | 28 | 6 | 148 | 56 | 36 |
| Octal | 357 | 42 | 217 | 0 | 126 | 50 | 6 | 510 | 126 | 66 |
| Binary | 11101111 | 100010 | 10001111 | 0 | 1010110 | 101000 | 110 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EF228F
Complementary color
Monochromatic Colors of #EF228F
Black with #EF228F
Text Example
Text Example
White with #EF228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF228F; }
p { color: rgb(239,34,143); }
H1.HeaderClassName
{
color: #EF228F;
}
.AnyTagClassName
{
color: #EF228F;
}
</style>
background-color css
<style>
a { background-color: #EF228F; }
a { background-color: rgb(239,34,143); }
div.DivClassName
{
background-color: #EF228F;
}
.BgClassName
{
background-color: #EF228F;
}
</style>
border-color css
<style>
span { border-color: #EF228F; }
span { border-color: rgb(239,34,143); }
td.TdClassName
{
border-color: #EF228F;
}
.TagClassName
{
border-color: #EF228F;
}
</style>