Shades of Deep Pink #EF228A
Tints of Deep Pink #EF228A
RGB
CMYK
RGB Variations
Color information
#EF228A (or 0xEF228A) is known color: Deep Pink. HEX triplet: EF, 22 and 8A. RGB value is (239,34,138). Sum of RGB (Red+Green+Blue) = 239+34+138=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF228A is #10DD75. Grayscale: #6A6A6A. Windows color (decimal): -1105270 or 9052911. OLE color: 9052911.
HSL color Cylindrical-coordinate representation of color #EF228A: hue angle of 329.56º 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 #EF228A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 138 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.06 |
| HSL | 329.56º | 0.86% | 0.54% | - |
| HSV(B) | 329.56º | 0.86% | 0.94% | - |
| XYZ | 40.76 | 21.33 | 26.01 | - |
| YUV | 107.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 138 | 0 | 0.86 | 0.42 | 0.06 | 329.56 | 0.86 | 0.54 |
| Hex | EF | 22 | 8A | 0 | 56 | 2A | 6 | 14A | 56 | 36 |
| Octal | 357 | 42 | 212 | 0 | 126 | 52 | 6 | 512 | 126 | 66 |
| Binary | 11101111 | 100010 | 10001010 | 0 | 1010110 | 101010 | 110 | 101001010 | 1010110 | 110110 |
Color Harmonies of #EF228A
Complementary color
Monochromatic Colors of #EF228A
Black with #EF228A
Text Example
Text Example
White with #EF228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF228A; }
p { color: rgb(239,34,138); }
H1.HeaderClassName
{
color: #EF228A;
}
.AnyTagClassName
{
color: #EF228A;
}
</style>
background-color css
<style>
a { background-color: #EF228A; }
a { background-color: rgb(239,34,138); }
div.DivClassName
{
background-color: #EF228A;
}
.BgClassName
{
background-color: #EF228A;
}
</style>
border-color css
<style>
span { border-color: #EF228A; }
span { border-color: rgb(239,34,138); }
td.TdClassName
{
border-color: #EF228A;
}
.TagClassName
{
border-color: #EF228A;
}
</style>