Shades of Deep Pink #EF238C
Tints of Deep Pink #EF238C
RGB
CMYK
RGB Variations
Color information
#EF238C (or 0xEF238C) is known color: Deep Pink. HEX triplet: EF, 23 and 8C. RGB value is (239,35,140). Sum of RGB (Red+Green+Blue) = 239+35+140=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF238C is #10DC73. Grayscale: #6B6B6B. Windows color (decimal): -1105012 or 9184239. OLE color: 9184239.
HSL color Cylindrical-coordinate representation of color #EF238C: hue angle of 329.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF238C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 140 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.06 |
| HSL | 329.12º | 0.86% | 0.54% | - |
| HSV(B) | 329.12º | 0.85% | 0.94% | - |
| XYZ | 40.93 | 21.45 | 26.79 | - |
| YUV | 107.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 140 | 0 | 0.85 | 0.41 | 0.06 | 329.12 | 0.86 | 0.54 |
| Hex | EF | 23 | 8C | 0 | 55 | 29 | 6 | 149 | 56 | 36 |
| Octal | 357 | 43 | 214 | 0 | 125 | 51 | 6 | 511 | 126 | 66 |
| Binary | 11101111 | 100011 | 10001100 | 0 | 1010101 | 101001 | 110 | 101001001 | 1010110 | 110110 |
Color Harmonies of #EF238C
Complementary color
Monochromatic Colors of #EF238C
Black with #EF238C
Text Example
Text Example
White with #EF238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF238C; }
p { color: rgb(239,35,140); }
H1.HeaderClassName
{
color: #EF238C;
}
.AnyTagClassName
{
color: #EF238C;
}
</style>
background-color css
<style>
a { background-color: #EF238C; }
a { background-color: rgb(239,35,140); }
div.DivClassName
{
background-color: #EF238C;
}
.BgClassName
{
background-color: #EF238C;
}
</style>
border-color css
<style>
span { border-color: #EF238C; }
span { border-color: rgb(239,35,140); }
td.TdClassName
{
border-color: #EF238C;
}
.TagClassName
{
border-color: #EF238C;
}
</style>