Shades of Hot Pink #EA71A7
Tints of Hot Pink #EA71A7
RGB
CMYK
RGB Variations
Color information
#EA71A7 (or 0xEA71A7) is known color: Hot Pink. HEX triplet: EA, 71 and A7. RGB value is (234,113,167). Sum of RGB (Red+Green+Blue) = 234+113+167=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71A7 is #158E58. Grayscale: #9B9B9B. Windows color (decimal): -1412697 or 10973674. OLE color: 10973674.
HSL color Cylindrical-coordinate representation of color #EA71A7: hue angle of 333.22º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71A7 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 167 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.08 |
| HSL | 333.22º | 0.74% | 0.68% | - |
| HSV(B) | 333.22º | 0.52% | 0.92% | - |
| XYZ | 46.81 | 32.09 | 40.29 | - |
| YUV | 155.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 167 | 0 | 0.52 | 0.29 | 0.08 | 333.22 | 0.74 | 0.68 |
| Hex | EA | 71 | A7 | 0 | 34 | 1D | 8 | 14D | 4A | 44 |
| Octal | 352 | 161 | 247 | 0 | 64 | 35 | 10 | 515 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10100111 | 0 | 110100 | 11101 | 1000 | 101001101 | 1001010 | 1000100 |
Color Harmonies of #EA71A7
Complementary color
Monochromatic Colors of #EA71A7
Black with #EA71A7
Text Example
Text Example
White with #EA71A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71A7; }
p { color: rgb(234,113,167); }
H1.HeaderClassName
{
color: #EA71A7;
}
.AnyTagClassName
{
color: #EA71A7;
}
</style>
background-color css
<style>
a { background-color: #EA71A7; }
a { background-color: rgb(234,113,167); }
div.DivClassName
{
background-color: #EA71A7;
}
.BgClassName
{
background-color: #EA71A7;
}
</style>
border-color css
<style>
span { border-color: #EA71A7; }
span { border-color: rgb(234,113,167); }
td.TdClassName
{
border-color: #EA71A7;
}
.TagClassName
{
border-color: #EA71A7;
}
</style>