Shades of Hot Pink #EF6AB0
Tints of Hot Pink #EF6AB0
RGB
CMYK
RGB Variations
Color information
#EF6AB0 (or 0xEF6AB0) is known color: Hot Pink. HEX triplet: EF, 6A and B0. RGB value is (239,106,176). Sum of RGB (Red+Green+Blue) = 239+106+176=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6AB0 is #10954F. Grayscale: #999999. Windows color (decimal): -1086800 or 11561711. OLE color: 11561711.
HSL color Cylindrical-coordinate representation of color #EF6AB0: hue angle of 328.42º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AB0 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 176 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.06 |
| HSL | 328.42º | 0.81% | 0.68% | - |
| HSV(B) | 328.42º | 0.56% | 0.94% | - |
| XYZ | 48.59 | 31.79 | 44.65 | - |
| YUV | 153.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 176 | 0 | 0.56 | 0.26 | 0.06 | 328.42 | 0.81 | 0.68 |
| Hex | EF | 6A | B0 | 0 | 38 | 1A | 6 | 148 | 51 | 44 |
| Octal | 357 | 152 | 260 | 0 | 70 | 32 | 6 | 510 | 121 | 104 |
| Binary | 11101111 | 1101010 | 10110000 | 0 | 111000 | 11010 | 110 | 101001000 | 1010001 | 1000100 |
Color Harmonies of #EF6AB0
Complementary color
Monochromatic Colors of #EF6AB0
Black with #EF6AB0
Text Example
Text Example
White with #EF6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6AB0; }
p { color: rgb(239,106,176); }
H1.HeaderClassName
{
color: #EF6AB0;
}
.AnyTagClassName
{
color: #EF6AB0;
}
</style>
background-color css
<style>
a { background-color: #EF6AB0; }
a { background-color: rgb(239,106,176); }
div.DivClassName
{
background-color: #EF6AB0;
}
.BgClassName
{
background-color: #EF6AB0;
}
</style>
border-color css
<style>
span { border-color: #EF6AB0; }
span { border-color: rgb(239,106,176); }
td.TdClassName
{
border-color: #EF6AB0;
}
.TagClassName
{
border-color: #EF6AB0;
}
</style>