Shades of Hot Pink #EF65B3
Tints of Hot Pink #EF65B3
RGB
CMYK
RGB Variations
Color information
#EF65B3 (or 0xEF65B3) is known color: Hot Pink. HEX triplet: EF, 65 and B3. RGB value is (239,101,179). Sum of RGB (Red+Green+Blue) = 239+101+179=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65B3 is #109A4C. Grayscale: #969696. Windows color (decimal): -1088077 or 11757039. OLE color: 11757039.
HSL color Cylindrical-coordinate representation of color #EF65B3: hue angle of 326.09º 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 #EF65B3 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 179 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.06 |
| HSL | 326.09º | 0.81% | 0.67% | - |
| HSV(B) | 326.09º | 0.58% | 0.94% | - |
| XYZ | 48.39 | 30.91 | 46.06 | - |
| YUV | 151.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 179 | 0 | 0.58 | 0.25 | 0.06 | 326.09 | 0.81 | 0.67 |
| Hex | EF | 65 | B3 | 0 | 3A | 19 | 6 | 146 | 51 | 43 |
| Octal | 357 | 145 | 263 | 0 | 72 | 31 | 6 | 506 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10110011 | 0 | 111010 | 11001 | 110 | 101000110 | 1010001 | 1000011 |
Color Harmonies of #EF65B3
Complementary color
Monochromatic Colors of #EF65B3
Black with #EF65B3
Text Example
Text Example
White with #EF65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65B3; }
p { color: rgb(239,101,179); }
H1.HeaderClassName
{
color: #EF65B3;
}
.AnyTagClassName
{
color: #EF65B3;
}
</style>
background-color css
<style>
a { background-color: #EF65B3; }
a { background-color: rgb(239,101,179); }
div.DivClassName
{
background-color: #EF65B3;
}
.BgClassName
{
background-color: #EF65B3;
}
</style>
border-color css
<style>
span { border-color: #EF65B3; }
span { border-color: rgb(239,101,179); }
td.TdClassName
{
border-color: #EF65B3;
}
.TagClassName
{
border-color: #EF65B3;
}
</style>