Shades of Hot Pink #EF5DB3
Tints of Hot Pink #EF5DB3
RGB
CMYK
RGB Variations
Color information
#EF5DB3 (or 0xEF5DB3) is known color: Hot Pink. HEX triplet: EF, 5D and B3. RGB value is (239,93,179). Sum of RGB (Red+Green+Blue) = 239+93+179=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DB3 is #10A24C. Grayscale: #929292. Windows color (decimal): -1090125 or 11754991. OLE color: 11754991.
HSL color Cylindrical-coordinate representation of color #EF5DB3: hue angle of 324.66º 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 #EF5DB3 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 179 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.06 |
| HSL | 324.66º | 0.82% | 0.65% | - |
| HSV(B) | 324.66º | 0.61% | 0.94% | - |
| XYZ | 47.65 | 29.43 | 45.82 | - |
| YUV | 146.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 179 | 0 | 0.61 | 0.25 | 0.06 | 324.66 | 0.82 | 0.65 |
| Hex | EF | 5D | B3 | 0 | 3D | 19 | 6 | 145 | 52 | 41 |
| Octal | 357 | 135 | 263 | 0 | 75 | 31 | 6 | 505 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10110011 | 0 | 111101 | 11001 | 110 | 101000101 | 1010010 | 1000001 |
Color Harmonies of #EF5DB3
Complementary color
Monochromatic Colors of #EF5DB3
Black with #EF5DB3
Text Example
Text Example
White with #EF5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DB3; }
p { color: rgb(239,93,179); }
H1.HeaderClassName
{
color: #EF5DB3;
}
.AnyTagClassName
{
color: #EF5DB3;
}
</style>
background-color css
<style>
a { background-color: #EF5DB3; }
a { background-color: rgb(239,93,179); }
div.DivClassName
{
background-color: #EF5DB3;
}
.BgClassName
{
background-color: #EF5DB3;
}
</style>
border-color css
<style>
span { border-color: #EF5DB3; }
span { border-color: rgb(239,93,179); }
td.TdClassName
{
border-color: #EF5DB3;
}
.TagClassName
{
border-color: #EF5DB3;
}
</style>