Shades of Hot Pink #EF6CA2
Tints of Hot Pink #EF6CA2
RGB
CMYK
RGB Variations
Color information
#EF6CA2 (or 0xEF6CA2) is known color: Hot Pink. HEX triplet: EF, 6C and A2. RGB value is (239,108,162). Sum of RGB (Red+Green+Blue) = 239+108+162=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6CA2 is #10935D. Grayscale: #999999. Windows color (decimal): -1086302 or 10644719. OLE color: 10644719.
HSL color Cylindrical-coordinate representation of color #EF6CA2: hue angle of 335.27º 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 #EF6CA2 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 162 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.06 |
| HSL | 335.27º | 0.8% | 0.68% | - |
| HSV(B) | 335.27º | 0.55% | 0.94% | - |
| XYZ | 47.48 | 31.68 | 37.8 | - |
| YUV | 153.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 162 | 0 | 0.55 | 0.32 | 0.06 | 335.27 | 0.8 | 0.68 |
| Hex | EF | 6C | A2 | 0 | 37 | 20 | 6 | 14F | 50 | 44 |
| Octal | 357 | 154 | 242 | 0 | 67 | 40 | 6 | 517 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10100010 | 0 | 110111 | 100000 | 110 | 101001111 | 1010000 | 1000100 |
Color Harmonies of #EF6CA2
Complementary color
Monochromatic Colors of #EF6CA2
Black with #EF6CA2
Text Example
Text Example
White with #EF6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CA2; }
p { color: rgb(239,108,162); }
H1.HeaderClassName
{
color: #EF6CA2;
}
.AnyTagClassName
{
color: #EF6CA2;
}
</style>
background-color css
<style>
a { background-color: #EF6CA2; }
a { background-color: rgb(239,108,162); }
div.DivClassName
{
background-color: #EF6CA2;
}
.BgClassName
{
background-color: #EF6CA2;
}
</style>
border-color css
<style>
span { border-color: #EF6CA2; }
span { border-color: rgb(239,108,162); }
td.TdClassName
{
border-color: #EF6CA2;
}
.TagClassName
{
border-color: #EF6CA2;
}
</style>