Shades of Hot Pink #EF68A2
Tints of Hot Pink #EF68A2
RGB
CMYK
RGB Variations
Color information
#EF68A2 (or 0xEF68A2) is known color: Hot Pink. HEX triplet: EF, 68 and A2. RGB value is (239,104,162). Sum of RGB (Red+Green+Blue) = 239+104+162=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A2 is #10975D. Grayscale: #969696. Windows color (decimal): -1087326 or 10643695. OLE color: 10643695.
HSL color Cylindrical-coordinate representation of color #EF68A2: hue angle of 334.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68A2 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 162 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.06 |
| HSL | 334.22º | 0.81% | 0.67% | - |
| HSV(B) | 334.22º | 0.56% | 0.94% | - |
| XYZ | 47.07 | 30.86 | 37.66 | - |
| YUV | 150.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 162 | 0 | 0.56 | 0.32 | 0.06 | 334.22 | 0.81 | 0.67 |
| Hex | EF | 68 | A2 | 0 | 38 | 20 | 6 | 14E | 51 | 43 |
| Octal | 357 | 150 | 242 | 0 | 70 | 40 | 6 | 516 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10100010 | 0 | 111000 | 100000 | 110 | 101001110 | 1010001 | 1000011 |
Color Harmonies of #EF68A2
Complementary color
Monochromatic Colors of #EF68A2
Black with #EF68A2
Text Example
Text Example
White with #EF68A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68A2; }
p { color: rgb(239,104,162); }
H1.HeaderClassName
{
color: #EF68A2;
}
.AnyTagClassName
{
color: #EF68A2;
}
</style>
background-color css
<style>
a { background-color: #EF68A2; }
a { background-color: rgb(239,104,162); }
div.DivClassName
{
background-color: #EF68A2;
}
.BgClassName
{
background-color: #EF68A2;
}
</style>
border-color css
<style>
span { border-color: #EF68A2; }
span { border-color: rgb(239,104,162); }
td.TdClassName
{
border-color: #EF68A2;
}
.TagClassName
{
border-color: #EF68A2;
}
</style>