Shades of Hot Pink #EF6FB1
Tints of Hot Pink #EF6FB1
RGB
CMYK
RGB Variations
Color information
#EF6FB1 (or 0xEF6FB1) is known color: Hot Pink. HEX triplet: EF, 6F and B1. RGB value is (239,111,177). Sum of RGB (Red+Green+Blue) = 239+111+177=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6FB1 is #10904E. Grayscale: #9C9C9C. Windows color (decimal): -1085519 or 11628527. OLE color: 11628527.
HSL color Cylindrical-coordinate representation of color #EF6FB1: hue angle of 329.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FB1 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 177 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.06 |
| HSL | 329.06º | 0.8% | 0.69% | - |
| HSV(B) | 329.06º | 0.54% | 0.94% | - |
| XYZ | 49.22 | 32.89 | 45.35 | - |
| YUV | 156.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 177 | 0 | 0.54 | 0.26 | 0.06 | 329.06 | 0.8 | 0.69 |
| Hex | EF | 6F | B1 | 0 | 36 | 1A | 6 | 149 | 50 | 45 |
| Octal | 357 | 157 | 261 | 0 | 66 | 32 | 6 | 511 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10110001 | 0 | 110110 | 11010 | 110 | 101001001 | 1010000 | 1000101 |
Color Harmonies of #EF6FB1
Complementary color
Monochromatic Colors of #EF6FB1
Black with #EF6FB1
Text Example
Text Example
White with #EF6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FB1; }
p { color: rgb(239,111,177); }
H1.HeaderClassName
{
color: #EF6FB1;
}
.AnyTagClassName
{
color: #EF6FB1;
}
</style>
background-color css
<style>
a { background-color: #EF6FB1; }
a { background-color: rgb(239,111,177); }
div.DivClassName
{
background-color: #EF6FB1;
}
.BgClassName
{
background-color: #EF6FB1;
}
</style>
border-color css
<style>
span { border-color: #EF6FB1; }
span { border-color: rgb(239,111,177); }
td.TdClassName
{
border-color: #EF6FB1;
}
.TagClassName
{
border-color: #EF6FB1;
}
</style>