Shades of Hot Pink #EF65B4
Tints of Hot Pink #EF65B4
RGB
CMYK
RGB Variations
Color information
#EF65B4 (or 0xEF65B4) is known color: Hot Pink. HEX triplet: EF, 65 and B4. RGB value is (239,101,180). Sum of RGB (Red+Green+Blue) = 239+101+180=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65B4 is #109A4B. Grayscale: #979797. Windows color (decimal): -1088076 or 11822575. OLE color: 11822575.
HSL color Cylindrical-coordinate representation of color #EF65B4: hue angle of 325.65º 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 #EF65B4 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 180 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.06 |
| HSL | 325.65º | 0.81% | 0.67% | - |
| HSV(B) | 325.65º | 0.58% | 0.94% | - |
| XYZ | 48.49 | 30.95 | 46.6 | - |
| YUV | 151.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 180 | 0 | 0.58 | 0.25 | 0.06 | 325.65 | 0.81 | 0.67 |
| Hex | EF | 65 | B4 | 0 | 3A | 19 | 6 | 146 | 51 | 43 |
| Octal | 357 | 145 | 264 | 0 | 72 | 31 | 6 | 506 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10110100 | 0 | 111010 | 11001 | 110 | 101000110 | 1010001 | 1000011 |
Color Harmonies of #EF65B4
Complementary color
Monochromatic Colors of #EF65B4
Black with #EF65B4
Text Example
Text Example
White with #EF65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65B4; }
p { color: rgb(239,101,180); }
H1.HeaderClassName
{
color: #EF65B4;
}
.AnyTagClassName
{
color: #EF65B4;
}
</style>
background-color css
<style>
a { background-color: #EF65B4; }
a { background-color: rgb(239,101,180); }
div.DivClassName
{
background-color: #EF65B4;
}
.BgClassName
{
background-color: #EF65B4;
}
</style>
border-color css
<style>
span { border-color: #EF65B4; }
span { border-color: rgb(239,101,180); }
td.TdClassName
{
border-color: #EF65B4;
}
.TagClassName
{
border-color: #EF65B4;
}
</style>