Shades of Hot Pink #EF6CAE
Tints of Hot Pink #EF6CAE
RGB
CMYK
RGB Variations
Color information
#EF6CAE (or 0xEF6CAE) is known color: Hot Pink. HEX triplet: EF, 6C and AE. RGB value is (239,108,174). Sum of RGB (Red+Green+Blue) = 239+108+174=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6CAE is #109351. Grayscale: #9A9A9A. Windows color (decimal): -1086290 or 11431151. OLE color: 11431151.
HSL color Cylindrical-coordinate representation of color #EF6CAE: hue angle of 329.77º 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 #EF6CAE is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 174 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.06 |
| HSL | 329.77º | 0.8% | 0.68% | - |
| HSV(B) | 329.77º | 0.55% | 0.94% | - |
| XYZ | 48.6 | 32.13 | 43.69 | - |
| YUV | 154.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 174 | 0 | 0.55 | 0.27 | 0.06 | 329.77 | 0.8 | 0.68 |
| Hex | EF | 6C | AE | 0 | 37 | 1B | 6 | 14A | 50 | 44 |
| Octal | 357 | 154 | 256 | 0 | 67 | 33 | 6 | 512 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10101110 | 0 | 110111 | 11011 | 110 | 101001010 | 1010000 | 1000100 |
Color Harmonies of #EF6CAE
Complementary color
Monochromatic Colors of #EF6CAE
Black with #EF6CAE
Text Example
Text Example
White with #EF6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CAE; }
p { color: rgb(239,108,174); }
H1.HeaderClassName
{
color: #EF6CAE;
}
.AnyTagClassName
{
color: #EF6CAE;
}
</style>
background-color css
<style>
a { background-color: #EF6CAE; }
a { background-color: rgb(239,108,174); }
div.DivClassName
{
background-color: #EF6CAE;
}
.BgClassName
{
background-color: #EF6CAE;
}
</style>
border-color css
<style>
span { border-color: #EF6CAE; }
span { border-color: rgb(239,108,174); }
td.TdClassName
{
border-color: #EF6CAE;
}
.TagClassName
{
border-color: #EF6CAE;
}
</style>