Shades of Hot Pink #EF5AB5
Tints of Hot Pink #EF5AB5
RGB
CMYK
RGB Variations
Color information
#EF5AB5 (or 0xEF5AB5) is known color: Hot Pink. HEX triplet: EF, 5A and B5. RGB value is (239,90,181). Sum of RGB (Red+Green+Blue) = 239+90+181=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AB5 is #10A54A. Grayscale: #909090. Windows color (decimal): -1090891 or 11885295. OLE color: 11885295.
HSL color Cylindrical-coordinate representation of color #EF5AB5: hue angle of 323.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5AB5 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 181 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.06 |
| HSL | 323.36º | 0.82% | 0.65% | - |
| HSV(B) | 323.36º | 0.62% | 0.94% | - |
| XYZ | 47.59 | 29 | 46.81 | - |
| YUV | 144.93 | 148.36 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 181 | 0 | 0.62 | 0.24 | 0.06 | 323.36 | 0.82 | 0.65 |
| Hex | EF | 5A | B5 | 0 | 3E | 18 | 6 | 143 | 52 | 41 |
| Octal | 357 | 132 | 265 | 0 | 76 | 30 | 6 | 503 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10110101 | 0 | 111110 | 11000 | 110 | 101000011 | 1010010 | 1000001 |
Color Harmonies of #EF5AB5
Complementary color
Monochromatic Colors of #EF5AB5
Black with #EF5AB5
Text Example
Text Example
White with #EF5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AB5; }
p { color: rgb(239,90,181); }
H1.HeaderClassName
{
color: #EF5AB5;
}
.AnyTagClassName
{
color: #EF5AB5;
}
</style>
background-color css
<style>
a { background-color: #EF5AB5; }
a { background-color: rgb(239,90,181); }
div.DivClassName
{
background-color: #EF5AB5;
}
.BgClassName
{
background-color: #EF5AB5;
}
</style>
border-color css
<style>
span { border-color: #EF5AB5; }
span { border-color: rgb(239,90,181); }
td.TdClassName
{
border-color: #EF5AB5;
}
.TagClassName
{
border-color: #EF5AB5;
}
</style>