Shades of Hot Pink #EF69A1
Tints of Hot Pink #EF69A1
RGB
CMYK
RGB Variations
Color information
#EF69A1 (or 0xEF69A1) is known color: Hot Pink. HEX triplet: EF, 69 and A1. RGB value is (239,105,161). Sum of RGB (Red+Green+Blue) = 239+105+161=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A1 is #10965E. Grayscale: #979797. Windows color (decimal): -1087071 or 10578415. OLE color: 10578415.
HSL color Cylindrical-coordinate representation of color #EF69A1: hue angle of 334.93º 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 #EF69A1 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 161 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.06 |
| HSL | 334.93º | 0.81% | 0.67% | - |
| HSV(B) | 334.93º | 0.56% | 0.94% | - |
| XYZ | 47.08 | 31.03 | 37.23 | - |
| YUV | 151.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 161 | 0 | 0.56 | 0.33 | 0.06 | 334.93 | 0.81 | 0.67 |
| Hex | EF | 69 | A1 | 0 | 38 | 21 | 6 | 14F | 51 | 43 |
| Octal | 357 | 151 | 241 | 0 | 70 | 41 | 6 | 517 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10100001 | 0 | 111000 | 100001 | 110 | 101001111 | 1010001 | 1000011 |
Color Harmonies of #EF69A1
Complementary color
Monochromatic Colors of #EF69A1
Black with #EF69A1
Text Example
Text Example
White with #EF69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69A1; }
p { color: rgb(239,105,161); }
H1.HeaderClassName
{
color: #EF69A1;
}
.AnyTagClassName
{
color: #EF69A1;
}
</style>
background-color css
<style>
a { background-color: #EF69A1; }
a { background-color: rgb(239,105,161); }
div.DivClassName
{
background-color: #EF69A1;
}
.BgClassName
{
background-color: #EF69A1;
}
</style>
border-color css
<style>
span { border-color: #EF69A1; }
span { border-color: rgb(239,105,161); }
td.TdClassName
{
border-color: #EF69A1;
}
.TagClassName
{
border-color: #EF69A1;
}
</style>