Shades of Hot Pink #EF55B6
Tints of Hot Pink #EF55B6
RGB
CMYK
RGB Variations
Color information
#EF55B6 (or 0xEF55B6) is known color: Hot Pink. HEX triplet: EF, 55 and B6. RGB value is (239,85,182). Sum of RGB (Red+Green+Blue) = 239+85+182=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55B6 is #10AA49. Grayscale: #8D8D8D. Windows color (decimal): -1092170 or 11949551. OLE color: 11949551.
HSL color Cylindrical-coordinate representation of color #EF55B6: hue angle of 322.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55B6 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 182 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.06 |
| HSL | 322.21º | 0.83% | 0.64% | - |
| HSV(B) | 322.21º | 0.64% | 0.94% | - |
| XYZ | 47.29 | 28.23 | 47.21 | - |
| YUV | 142.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 182 | 0 | 0.64 | 0.24 | 0.06 | 322.21 | 0.83 | 0.64 |
| Hex | EF | 55 | B6 | 0 | 40 | 18 | 6 | 142 | 53 | 40 |
| Octal | 357 | 125 | 266 | 0 | 100 | 30 | 6 | 502 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10110110 | 0 | 1000000 | 11000 | 110 | 101000010 | 1010011 | 1000000 |
Color Harmonies of #EF55B6
Complementary color
Monochromatic Colors of #EF55B6
Black with #EF55B6
Text Example
Text Example
White with #EF55B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55B6; }
p { color: rgb(239,85,182); }
H1.HeaderClassName
{
color: #EF55B6;
}
.AnyTagClassName
{
color: #EF55B6;
}
</style>
background-color css
<style>
a { background-color: #EF55B6; }
a { background-color: rgb(239,85,182); }
div.DivClassName
{
background-color: #EF55B6;
}
.BgClassName
{
background-color: #EF55B6;
}
</style>
border-color css
<style>
span { border-color: #EF55B6; }
span { border-color: rgb(239,85,182); }
td.TdClassName
{
border-color: #EF55B6;
}
.TagClassName
{
border-color: #EF55B6;
}
</style>