Shades of Hot Pink #EF63B5
Tints of Hot Pink #EF63B5
RGB
CMYK
RGB Variations
Color information
#EF63B5 (or 0xEF63B5) is known color: Hot Pink. HEX triplet: EF, 63 and B5. RGB value is (239,99,181). Sum of RGB (Red+Green+Blue) = 239+99+181=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63B5 is #109C4A. Grayscale: #969696. Windows color (decimal): -1088587 or 11887599. OLE color: 11887599.
HSL color Cylindrical-coordinate representation of color #EF63B5: hue angle of 324.86º 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 #EF63B5 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 181 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.06 |
| HSL | 324.86º | 0.81% | 0.66% | - |
| HSV(B) | 324.86º | 0.59% | 0.94% | - |
| XYZ | 48.4 | 30.61 | 47.07 | - |
| YUV | 150.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 181 | 0 | 0.59 | 0.24 | 0.06 | 324.86 | 0.81 | 0.66 |
| Hex | EF | 63 | B5 | 0 | 3B | 18 | 6 | 145 | 51 | 42 |
| Octal | 357 | 143 | 265 | 0 | 73 | 30 | 6 | 505 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10110101 | 0 | 111011 | 11000 | 110 | 101000101 | 1010001 | 1000010 |
Color Harmonies of #EF63B5
Complementary color
Monochromatic Colors of #EF63B5
Black with #EF63B5
Text Example
Text Example
White with #EF63B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63B5; }
p { color: rgb(239,99,181); }
H1.HeaderClassName
{
color: #EF63B5;
}
.AnyTagClassName
{
color: #EF63B5;
}
</style>
background-color css
<style>
a { background-color: #EF63B5; }
a { background-color: rgb(239,99,181); }
div.DivClassName
{
background-color: #EF63B5;
}
.BgClassName
{
background-color: #EF63B5;
}
</style>
border-color css
<style>
span { border-color: #EF63B5; }
span { border-color: rgb(239,99,181); }
td.TdClassName
{
border-color: #EF63B5;
}
.TagClassName
{
border-color: #EF63B5;
}
</style>