Shades of Deep Pink #EF178A
Tints of Deep Pink #EF178A
RGB
CMYK
RGB Variations
Color information
#EF178A (or 0xEF178A) is known color: Deep Pink. HEX triplet: EF, 17 and 8A. RGB value is (239,23,138). Sum of RGB (Red+Green+Blue) = 239+23+138=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF178A is #10E875. Grayscale: #646464. Windows color (decimal): -1108086 or 9050095. OLE color: 9050095.
HSL color Cylindrical-coordinate representation of color #EF178A: hue angle of 328.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF178A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.06 |
| HSL | 328.06º | 0.87% | 0.51% | - |
| HSV(B) | 328.06º | 0.9% | 0.94% | - |
| XYZ | 40.49 | 20.8 | 25.93 | - |
| YUV | 100.69 | 149.06 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 138 | 0 | 0.90 | 0.42 | 0.06 | 328.06 | 0.87 | 0.51 |
| Hex | EF | 17 | 8A | 0 | 5A | 2A | 6 | 148 | 57 | 33 |
| Octal | 357 | 27 | 212 | 0 | 132 | 52 | 6 | 510 | 127 | 63 |
| Binary | 11101111 | 10111 | 10001010 | 0 | 1011010 | 101010 | 110 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EF178A
Complementary color
Monochromatic Colors of #EF178A
Black with #EF178A
Text Example
Text Example
White with #EF178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF178A; }
p { color: rgb(239,23,138); }
H1.HeaderClassName
{
color: #EF178A;
}
.AnyTagClassName
{
color: #EF178A;
}
</style>
background-color css
<style>
a { background-color: #EF178A; }
a { background-color: rgb(239,23,138); }
div.DivClassName
{
background-color: #EF178A;
}
.BgClassName
{
background-color: #EF178A;
}
</style>
border-color css
<style>
span { border-color: #EF178A; }
span { border-color: rgb(239,23,138); }
td.TdClassName
{
border-color: #EF178A;
}
.TagClassName
{
border-color: #EF178A;
}
</style>