Shades of Hot Pink #EF63B6
Tints of Hot Pink #EF63B6
RGB
CMYK
RGB Variations
Color information
#EF63B6 (or 0xEF63B6) is known color: Hot Pink. HEX triplet: EF, 63 and B6. RGB value is (239,99,182). Sum of RGB (Red+Green+Blue) = 239+99+182=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63B6 is #109C49. Grayscale: #969696. Windows color (decimal): -1088586 or 11953135. OLE color: 11953135.
HSL color Cylindrical-coordinate representation of color #EF63B6: hue angle of 324.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63B6 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 182 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.06 |
| HSL | 324.43º | 0.81% | 0.66% | - |
| HSV(B) | 324.43º | 0.59% | 0.94% | - |
| XYZ | 48.5 | 30.65 | 47.62 | - |
| YUV | 150.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 182 | 0 | 0.59 | 0.24 | 0.06 | 324.43 | 0.81 | 0.66 |
| Hex | EF | 63 | B6 | 0 | 3B | 18 | 6 | 144 | 51 | 42 |
| Octal | 357 | 143 | 266 | 0 | 73 | 30 | 6 | 504 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10110110 | 0 | 111011 | 11000 | 110 | 101000100 | 1010001 | 1000010 |
Color Harmonies of #EF63B6
Complementary color
Monochromatic Colors of #EF63B6
Black with #EF63B6
Text Example
Text Example
White with #EF63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63B6; }
p { color: rgb(239,99,182); }
H1.HeaderClassName
{
color: #EF63B6;
}
.AnyTagClassName
{
color: #EF63B6;
}
</style>
background-color css
<style>
a { background-color: #EF63B6; }
a { background-color: rgb(239,99,182); }
div.DivClassName
{
background-color: #EF63B6;
}
.BgClassName
{
background-color: #EF63B6;
}
</style>
border-color css
<style>
span { border-color: #EF63B6; }
span { border-color: rgb(239,99,182); }
td.TdClassName
{
border-color: #EF63B6;
}
.TagClassName
{
border-color: #EF63B6;
}
</style>