Shades of Hot Pink #EF5DB5
Tints of Hot Pink #EF5DB5
RGB
CMYK
RGB Variations
Color information
#EF5DB5 (or 0xEF5DB5) is known color: Hot Pink. HEX triplet: EF, 5D and B5. RGB value is (239,93,181). Sum of RGB (Red+Green+Blue) = 239+93+181=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DB5 is #10A24A. Grayscale: #929292. Windows color (decimal): -1090123 or 11886063. OLE color: 11886063.
HSL color Cylindrical-coordinate representation of color #EF5DB5: hue angle of 323.84º 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 #EF5DB5 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 181 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.06 |
| HSL | 323.84º | 0.82% | 0.65% | - |
| HSV(B) | 323.84º | 0.61% | 0.94% | - |
| XYZ | 47.85 | 29.52 | 46.89 | - |
| YUV | 146.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 181 | 0 | 0.61 | 0.24 | 0.06 | 323.84 | 0.82 | 0.65 |
| Hex | EF | 5D | B5 | 0 | 3D | 18 | 6 | 144 | 52 | 41 |
| Octal | 357 | 135 | 265 | 0 | 75 | 30 | 6 | 504 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10110101 | 0 | 111101 | 11000 | 110 | 101000100 | 1010010 | 1000001 |
Color Harmonies of #EF5DB5
Complementary color
Monochromatic Colors of #EF5DB5
Black with #EF5DB5
Text Example
Text Example
White with #EF5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DB5; }
p { color: rgb(239,93,181); }
H1.HeaderClassName
{
color: #EF5DB5;
}
.AnyTagClassName
{
color: #EF5DB5;
}
</style>
background-color css
<style>
a { background-color: #EF5DB5; }
a { background-color: rgb(239,93,181); }
div.DivClassName
{
background-color: #EF5DB5;
}
.BgClassName
{
background-color: #EF5DB5;
}
</style>
border-color css
<style>
span { border-color: #EF5DB5; }
span { border-color: rgb(239,93,181); }
td.TdClassName
{
border-color: #EF5DB5;
}
.TagClassName
{
border-color: #EF5DB5;
}
</style>