Shades of Hot Pink #EF55B5
Tints of Hot Pink #EF55B5
RGB
CMYK
RGB Variations
Color information
#EF55B5 (or 0xEF55B5) is known color: Hot Pink. HEX triplet: EF, 55 and B5. RGB value is (239,85,181). Sum of RGB (Red+Green+Blue) = 239+85+181=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55B5 is #10AA4A. Grayscale: #8D8D8D. Windows color (decimal): -1092171 or 11884015. OLE color: 11884015.
HSL color Cylindrical-coordinate representation of color #EF55B5: hue angle of 322.6º 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 #EF55B5 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 181 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.06 |
| HSL | 322.6º | 0.83% | 0.64% | - |
| HSV(B) | 322.6º | 0.64% | 0.94% | - |
| XYZ | 47.19 | 28.18 | 46.67 | - |
| YUV | 141.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 181 | 0 | 0.64 | 0.24 | 0.06 | 322.6 | 0.83 | 0.64 |
| Hex | EF | 55 | B5 | 0 | 40 | 18 | 6 | 143 | 53 | 40 |
| Octal | 357 | 125 | 265 | 0 | 100 | 30 | 6 | 503 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10110101 | 0 | 1000000 | 11000 | 110 | 101000011 | 1010011 | 1000000 |
Color Harmonies of #EF55B5
Complementary color
Monochromatic Colors of #EF55B5
Black with #EF55B5
Text Example
Text Example
White with #EF55B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55B5; }
p { color: rgb(239,85,181); }
H1.HeaderClassName
{
color: #EF55B5;
}
.AnyTagClassName
{
color: #EF55B5;
}
</style>
background-color css
<style>
a { background-color: #EF55B5; }
a { background-color: rgb(239,85,181); }
div.DivClassName
{
background-color: #EF55B5;
}
.BgClassName
{
background-color: #EF55B5;
}
</style>
border-color css
<style>
span { border-color: #EF55B5; }
span { border-color: rgb(239,85,181); }
td.TdClassName
{
border-color: #EF55B5;
}
.TagClassName
{
border-color: #EF55B5;
}
</style>