Shades of Hot Pink #EF6BA2
Tints of Hot Pink #EF6BA2
RGB
CMYK
RGB Variations
Color information
#EF6BA2 (or 0xEF6BA2) is known color: Hot Pink. HEX triplet: EF, 6B and A2. RGB value is (239,107,162). Sum of RGB (Red+Green+Blue) = 239+107+162=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BA2 is #10945D. Grayscale: #989898. Windows color (decimal): -1086558 or 10644463. OLE color: 10644463.
HSL color Cylindrical-coordinate representation of color #EF6BA2: hue angle of 335º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BA2 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 162 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.06 |
| HSL | 335º | 0.8% | 0.68% | - |
| HSV(B) | 335º | 0.55% | 0.94% | - |
| XYZ | 47.38 | 31.47 | 37.76 | - |
| YUV | 152.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 162 | 0 | 0.55 | 0.32 | 0.06 | 335 | 0.8 | 0.68 |
| Hex | EF | 6B | A2 | 0 | 37 | 20 | 6 | 14F | 50 | 44 |
| Octal | 357 | 153 | 242 | 0 | 67 | 40 | 6 | 517 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10100010 | 0 | 110111 | 100000 | 110 | 101001111 | 1010000 | 1000100 |
Color Harmonies of #EF6BA2
Complementary color
Monochromatic Colors of #EF6BA2
Black with #EF6BA2
Text Example
Text Example
White with #EF6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BA2; }
p { color: rgb(239,107,162); }
H1.HeaderClassName
{
color: #EF6BA2;
}
.AnyTagClassName
{
color: #EF6BA2;
}
</style>
background-color css
<style>
a { background-color: #EF6BA2; }
a { background-color: rgb(239,107,162); }
div.DivClassName
{
background-color: #EF6BA2;
}
.BgClassName
{
background-color: #EF6BA2;
}
</style>
border-color css
<style>
span { border-color: #EF6BA2; }
span { border-color: rgb(239,107,162); }
td.TdClassName
{
border-color: #EF6BA2;
}
.TagClassName
{
border-color: #EF6BA2;
}
</style>