Shades of Hot Pink #EF65BC
Tints of Hot Pink #EF65BC
RGB
CMYK
RGB Variations
Color information
#EF65BC (or 0xEF65BC) is known color: Hot Pink. HEX triplet: EF, 65 and BC. RGB value is (239,101,188). Sum of RGB (Red+Green+Blue) = 239+101+188=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65BC is #109A43. Grayscale: #979797. Windows color (decimal): -1088068 or 12346863. OLE color: 12346863.
HSL color Cylindrical-coordinate representation of color #EF65BC: hue angle of 322.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65BC is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 188 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.06 |
| HSL | 322.17º | 0.81% | 0.67% | - |
| HSV(B) | 322.17º | 0.58% | 0.94% | - |
| XYZ | 49.33 | 31.29 | 51.02 | - |
| YUV | 152.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 188 | 0 | 0.58 | 0.21 | 0.06 | 322.17 | 0.81 | 0.67 |
| Hex | EF | 65 | BC | 0 | 3A | 15 | 6 | 142 | 51 | 43 |
| Octal | 357 | 145 | 274 | 0 | 72 | 25 | 6 | 502 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10111100 | 0 | 111010 | 10101 | 110 | 101000010 | 1010001 | 1000011 |
Color Harmonies of #EF65BC
Complementary color
Monochromatic Colors of #EF65BC
Black with #EF65BC
Text Example
Text Example
White with #EF65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65BC; }
p { color: rgb(239,101,188); }
H1.HeaderClassName
{
color: #EF65BC;
}
.AnyTagClassName
{
color: #EF65BC;
}
</style>
background-color css
<style>
a { background-color: #EF65BC; }
a { background-color: rgb(239,101,188); }
div.DivClassName
{
background-color: #EF65BC;
}
.BgClassName
{
background-color: #EF65BC;
}
</style>
border-color css
<style>
span { border-color: #EF65BC; }
span { border-color: rgb(239,101,188); }
td.TdClassName
{
border-color: #EF65BC;
}
.TagClassName
{
border-color: #EF65BC;
}
</style>