Shades of Hot Pink #EF5EAC
Tints of Hot Pink #EF5EAC
RGB
CMYK
RGB Variations
Color information
#EF5EAC (or 0xEF5EAC) is known color: Hot Pink. HEX triplet: EF, 5E and AC. RGB value is (239,94,172). Sum of RGB (Red+Green+Blue) = 239+94+172=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EAC is #10A153. Grayscale: #929292. Windows color (decimal): -1089876 or 11296495. OLE color: 11296495.
HSL color Cylindrical-coordinate representation of color #EF5EAC: hue angle of 327.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EAC is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 94 | 172 | - |
CMYK | 0 | 0.61 | 0.28 | 0.06 |
HSL | 327.72º | 0.82% | 0.65% | - |
HSV(B) | 327.72º | 0.61% | 0.94% | - |
XYZ | 47.05 | 29.33 | 42.21 | - |
YUV | 146.25 | 142.54 | 194.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 94 | 172 | 0 | 0.61 | 0.28 | 0.06 | 327.72 | 0.82 | 0.65 |
Hex | EF | 5E | AC | 0 | 3D | 1C | 6 | 148 | 52 | 41 |
Octal | 357 | 136 | 254 | 0 | 75 | 34 | 6 | 510 | 122 | 101 |
Binary | 11101111 | 1011110 | 10101100 | 0 | 111101 | 11100 | 110 | 101001000 | 1010010 | 1000001 |
Color Harmonies of #EF5EAC
Complementary color
Monochromatic Colors of #EF5EAC
Black with #EF5EAC
Text Example
Text Example
White with #EF5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EAC; }
p { color: rgb(239,94,172); }
H1.HeaderClassName
{
color: #EF5EAC;
}
.AnyTagClassName
{
color: #EF5EAC;
}
</style>
background-color css
<style>
a { background-color: #EF5EAC; }
a { background-color: rgb(239,94,172); }
div.DivClassName
{
background-color: #EF5EAC;
}
.BgClassName
{
background-color: #EF5EAC;
}
</style>
border-color css
<style>
span { border-color: #EF5EAC; }
span { border-color: rgb(239,94,172); }
td.TdClassName
{
border-color: #EF5EAC;
}
.TagClassName
{
border-color: #EF5EAC;
}
</style>