Shades of Hot Pink #EF58B5
Tints of Hot Pink #EF58B5
RGB
CMYK
RGB Variations
Color information
#EF58B5 (or 0xEF58B5) is known color: Hot Pink. HEX triplet: EF, 58 and B5. RGB value is (239,88,181). Sum of RGB (Red+Green+Blue) = 239+88+181=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58B5 is #10A74A. Grayscale: #8F8F8F. Windows color (decimal): -1091403 or 11884783. OLE color: 11884783.
HSL color Cylindrical-coordinate representation of color #EF58B5: hue angle of 323.05º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58B5 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 181 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.06 |
| HSL | 323.05º | 0.83% | 0.64% | - |
| HSV(B) | 323.05º | 0.63% | 0.94% | - |
| XYZ | 47.43 | 28.67 | 46.75 | - |
| YUV | 143.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 181 | 0 | 0.63 | 0.24 | 0.06 | 323.05 | 0.83 | 0.64 |
| Hex | EF | 58 | B5 | 0 | 3F | 18 | 6 | 143 | 53 | 40 |
| Octal | 357 | 130 | 265 | 0 | 77 | 30 | 6 | 503 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10110101 | 0 | 111111 | 11000 | 110 | 101000011 | 1010011 | 1000000 |
Color Harmonies of #EF58B5
Complementary color
Monochromatic Colors of #EF58B5
Black with #EF58B5
Text Example
Text Example
White with #EF58B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58B5; }
p { color: rgb(239,88,181); }
H1.HeaderClassName
{
color: #EF58B5;
}
.AnyTagClassName
{
color: #EF58B5;
}
</style>
background-color css
<style>
a { background-color: #EF58B5; }
a { background-color: rgb(239,88,181); }
div.DivClassName
{
background-color: #EF58B5;
}
.BgClassName
{
background-color: #EF58B5;
}
</style>
border-color css
<style>
span { border-color: #EF58B5; }
span { border-color: rgb(239,88,181); }
td.TdClassName
{
border-color: #EF58B5;
}
.TagClassName
{
border-color: #EF58B5;
}
</style>