Shades of Hot Pink #EF6CA5
Tints of Hot Pink #EF6CA5
RGB
CMYK
RGB Variations
Color information
#EF6CA5 (or 0xEF6CA5) is known color: Hot Pink. HEX triplet: EF, 6C and A5. RGB value is (239,108,165). Sum of RGB (Red+Green+Blue) = 239+108+165=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6CA5 is #10935A. Grayscale: #999999. Windows color (decimal): -1086299 or 10841327. OLE color: 10841327.
HSL color Cylindrical-coordinate representation of color #EF6CA5: hue angle of 333.89º 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 #EF6CA5 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 165 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.06 |
| HSL | 333.89º | 0.8% | 0.68% | - |
| HSV(B) | 333.89º | 0.55% | 0.94% | - |
| XYZ | 47.75 | 31.79 | 39.22 | - |
| YUV | 153.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 165 | 0 | 0.55 | 0.31 | 0.06 | 333.89 | 0.8 | 0.68 |
| Hex | EF | 6C | A5 | 0 | 37 | 1F | 6 | 14E | 50 | 44 |
| Octal | 357 | 154 | 245 | 0 | 67 | 37 | 6 | 516 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10100101 | 0 | 110111 | 11111 | 110 | 101001110 | 1010000 | 1000100 |
Color Harmonies of #EF6CA5
Complementary color
Monochromatic Colors of #EF6CA5
Black with #EF6CA5
Text Example
Text Example
White with #EF6CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CA5; }
p { color: rgb(239,108,165); }
H1.HeaderClassName
{
color: #EF6CA5;
}
.AnyTagClassName
{
color: #EF6CA5;
}
</style>
background-color css
<style>
a { background-color: #EF6CA5; }
a { background-color: rgb(239,108,165); }
div.DivClassName
{
background-color: #EF6CA5;
}
.BgClassName
{
background-color: #EF6CA5;
}
</style>
border-color css
<style>
span { border-color: #EF6CA5; }
span { border-color: rgb(239,108,165); }
td.TdClassName
{
border-color: #EF6CA5;
}
.TagClassName
{
border-color: #EF6CA5;
}
</style>