Shades of Hot Pink #EF59B2
Tints of Hot Pink #EF59B2
RGB
CMYK
RGB Variations
Color information
#EF59B2 (or 0xEF59B2) is known color: Hot Pink. HEX triplet: EF, 59 and B2. RGB value is (239,89,178). Sum of RGB (Red+Green+Blue) = 239+89+178=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59B2 is #10A64D. Grayscale: #8F8F8F. Windows color (decimal): -1091150 or 11688431. OLE color: 11688431.
HSL color Cylindrical-coordinate representation of color #EF59B2: hue angle of 324.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59B2 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 178 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.06 |
| HSL | 324.4º | 0.82% | 0.64% | - |
| HSV(B) | 324.4º | 0.63% | 0.94% | - |
| XYZ | 47.2 | 28.71 | 45.17 | - |
| YUV | 144 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 178 | 0 | 0.63 | 0.26 | 0.06 | 324.4 | 0.82 | 0.64 |
| Hex | EF | 59 | B2 | 0 | 3F | 1A | 6 | 144 | 52 | 40 |
| Octal | 357 | 131 | 262 | 0 | 77 | 32 | 6 | 504 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10110010 | 0 | 111111 | 11010 | 110 | 101000100 | 1010010 | 1000000 |
Color Harmonies of #EF59B2
Complementary color
Monochromatic Colors of #EF59B2
Black with #EF59B2
Text Example
Text Example
White with #EF59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59B2; }
p { color: rgb(239,89,178); }
H1.HeaderClassName
{
color: #EF59B2;
}
.AnyTagClassName
{
color: #EF59B2;
}
</style>
background-color css
<style>
a { background-color: #EF59B2; }
a { background-color: rgb(239,89,178); }
div.DivClassName
{
background-color: #EF59B2;
}
.BgClassName
{
background-color: #EF59B2;
}
</style>
border-color css
<style>
span { border-color: #EF59B2; }
span { border-color: rgb(239,89,178); }
td.TdClassName
{
border-color: #EF59B2;
}
.TagClassName
{
border-color: #EF59B2;
}
</style>