Shades of Hot Pink #EF5DB0
Tints of Hot Pink #EF5DB0
RGB
CMYK
RGB Variations
Color information
#EF5DB0 (or 0xEF5DB0) is known color: Hot Pink. HEX triplet: EF, 5D and B0. RGB value is (239,93,176). Sum of RGB (Red+Green+Blue) = 239+93+176=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5DB0 is #10A24F. Grayscale: #919191. Windows color (decimal): -1090128 or 11558383. OLE color: 11558383.
HSL color Cylindrical-coordinate representation of color #EF5DB0: hue angle of 325.89º 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 #EF5DB0 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 176 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.06 |
| HSL | 325.89º | 0.82% | 0.65% | - |
| HSV(B) | 325.89º | 0.61% | 0.94% | - |
| XYZ | 47.35 | 29.31 | 44.24 | - |
| YUV | 146.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 176 | 0 | 0.61 | 0.26 | 0.06 | 325.89 | 0.82 | 0.65 |
| Hex | EF | 5D | B0 | 0 | 3D | 1A | 6 | 146 | 52 | 41 |
| Octal | 357 | 135 | 260 | 0 | 75 | 32 | 6 | 506 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10110000 | 0 | 111101 | 11010 | 110 | 101000110 | 1010010 | 1000001 |
Color Harmonies of #EF5DB0
Complementary color
Monochromatic Colors of #EF5DB0
Black with #EF5DB0
Text Example
Text Example
White with #EF5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DB0; }
p { color: rgb(239,93,176); }
H1.HeaderClassName
{
color: #EF5DB0;
}
.AnyTagClassName
{
color: #EF5DB0;
}
</style>
background-color css
<style>
a { background-color: #EF5DB0; }
a { background-color: rgb(239,93,176); }
div.DivClassName
{
background-color: #EF5DB0;
}
.BgClassName
{
background-color: #EF5DB0;
}
</style>
border-color css
<style>
span { border-color: #EF5DB0; }
span { border-color: rgb(239,93,176); }
td.TdClassName
{
border-color: #EF5DB0;
}
.TagClassName
{
border-color: #EF5DB0;
}
</style>