Shades of Hot Pink #EF6CB5
Tints of Hot Pink #EF6CB5
RGB
CMYK
RGB Variations
Color information
#EF6CB5 (or 0xEF6CB5) is known color: Hot Pink. HEX triplet: EF, 6C and B5. RGB value is (239,108,181). Sum of RGB (Red+Green+Blue) = 239+108+181=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CB5 is #10934A. Grayscale: #9B9B9B. Windows color (decimal): -1086283 or 11889903. OLE color: 11889903.
HSL color Cylindrical-coordinate representation of color #EF6CB5: hue angle of 326.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CB5 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 181 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.06 |
| HSL | 326.56º | 0.8% | 0.68% | - |
| HSV(B) | 326.56º | 0.55% | 0.94% | - |
| XYZ | 49.3 | 32.41 | 47.37 | - |
| YUV | 155.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 181 | 0 | 0.55 | 0.24 | 0.06 | 326.56 | 0.8 | 0.68 |
| Hex | EF | 6C | B5 | 0 | 37 | 18 | 6 | 147 | 50 | 44 |
| Octal | 357 | 154 | 265 | 0 | 67 | 30 | 6 | 507 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10110101 | 0 | 110111 | 11000 | 110 | 101000111 | 1010000 | 1000100 |
Color Harmonies of #EF6CB5
Complementary color
Monochromatic Colors of #EF6CB5
Black with #EF6CB5
Text Example
Text Example
White with #EF6CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CB5; }
p { color: rgb(239,108,181); }
H1.HeaderClassName
{
color: #EF6CB5;
}
.AnyTagClassName
{
color: #EF6CB5;
}
</style>
background-color css
<style>
a { background-color: #EF6CB5; }
a { background-color: rgb(239,108,181); }
div.DivClassName
{
background-color: #EF6CB5;
}
.BgClassName
{
background-color: #EF6CB5;
}
</style>
border-color css
<style>
span { border-color: #EF6CB5; }
span { border-color: rgb(239,108,181); }
td.TdClassName
{
border-color: #EF6CB5;
}
.TagClassName
{
border-color: #EF6CB5;
}
</style>