Shades of Hot Pink #EF5DB2
Tints of Hot Pink #EF5DB2
RGB
CMYK
RGB Variations
Color information
#EF5DB2 (or 0xEF5DB2) is known color: Hot Pink. HEX triplet: EF, 5D and B2. RGB value is (239,93,178). Sum of RGB (Red+Green+Blue) = 239+93+178=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5DB2 is #10A24D. Grayscale: #929292. Windows color (decimal): -1090126 or 11689455. OLE color: 11689455.
HSL color Cylindrical-coordinate representation of color #EF5DB2: hue angle of 325.07º 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 #EF5DB2 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 178 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.06 |
| HSL | 325.07º | 0.82% | 0.65% | - |
| HSV(B) | 325.07º | 0.61% | 0.94% | - |
| XYZ | 47.55 | 29.39 | 45.29 | - |
| YUV | 146.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 178 | 0 | 0.61 | 0.26 | 0.06 | 325.07 | 0.82 | 0.65 |
| Hex | EF | 5D | B2 | 0 | 3D | 1A | 6 | 145 | 52 | 41 |
| Octal | 357 | 135 | 262 | 0 | 75 | 32 | 6 | 505 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10110010 | 0 | 111101 | 11010 | 110 | 101000101 | 1010010 | 1000001 |
Color Harmonies of #EF5DB2
Complementary color
Monochromatic Colors of #EF5DB2
Black with #EF5DB2
Text Example
Text Example
White with #EF5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DB2; }
p { color: rgb(239,93,178); }
H1.HeaderClassName
{
color: #EF5DB2;
}
.AnyTagClassName
{
color: #EF5DB2;
}
</style>
background-color css
<style>
a { background-color: #EF5DB2; }
a { background-color: rgb(239,93,178); }
div.DivClassName
{
background-color: #EF5DB2;
}
.BgClassName
{
background-color: #EF5DB2;
}
</style>
border-color css
<style>
span { border-color: #EF5DB2; }
span { border-color: rgb(239,93,178); }
td.TdClassName
{
border-color: #EF5DB2;
}
.TagClassName
{
border-color: #EF5DB2;
}
</style>