Shades of Hot Pink #EF67BA
Tints of Hot Pink #EF67BA
RGB
CMYK
RGB Variations
Color information
#EF67BA (or 0xEF67BA) is known color: Hot Pink. HEX triplet: EF, 67 and BA. RGB value is (239,103,186). Sum of RGB (Red+Green+Blue) = 239+103+186=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67BA is #109845. Grayscale: #989898. Windows color (decimal): -1087558 or 12216303. OLE color: 12216303.
HSL color Cylindrical-coordinate representation of color #EF67BA: hue angle of 323.38º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67BA is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 186 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.06 |
| HSL | 323.38º | 0.81% | 0.67% | - |
| HSV(B) | 323.38º | 0.57% | 0.94% | - |
| XYZ | 49.31 | 31.6 | 49.95 | - |
| YUV | 153.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 186 | 0 | 0.57 | 0.22 | 0.06 | 323.38 | 0.81 | 0.67 |
| Hex | EF | 67 | BA | 0 | 39 | 16 | 6 | 143 | 51 | 43 |
| Octal | 357 | 147 | 272 | 0 | 71 | 26 | 6 | 503 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10111010 | 0 | 111001 | 10110 | 110 | 101000011 | 1010001 | 1000011 |
Color Harmonies of #EF67BA
Complementary color
Monochromatic Colors of #EF67BA
Black with #EF67BA
Text Example
Text Example
White with #EF67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67BA; }
p { color: rgb(239,103,186); }
H1.HeaderClassName
{
color: #EF67BA;
}
.AnyTagClassName
{
color: #EF67BA;
}
</style>
background-color css
<style>
a { background-color: #EF67BA; }
a { background-color: rgb(239,103,186); }
div.DivClassName
{
background-color: #EF67BA;
}
.BgClassName
{
background-color: #EF67BA;
}
</style>
border-color css
<style>
span { border-color: #EF67BA; }
span { border-color: rgb(239,103,186); }
td.TdClassName
{
border-color: #EF67BA;
}
.TagClassName
{
border-color: #EF67BA;
}
</style>