Shades of Hot Pink #EA6EA7
Tints of Hot Pink #EA6EA7
RGB
CMYK
RGB Variations
Color information
#EA6EA7 (or 0xEA6EA7) is known color: Hot Pink. HEX triplet: EA, 6E and A7. RGB value is (234,110,167). Sum of RGB (Red+Green+Blue) = 234+110+167=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EA7 is #159158. Grayscale: #999999. Windows color (decimal): -1413465 or 10972906. OLE color: 10972906.
HSL color Cylindrical-coordinate representation of color #EA6EA7: hue angle of 332.42º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EA7 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 167 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.08 |
| HSL | 332.42º | 0.75% | 0.67% | - |
| HSV(B) | 332.42º | 0.53% | 0.92% | - |
| XYZ | 46.48 | 31.43 | 40.18 | - |
| YUV | 153.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 167 | 0 | 0.53 | 0.29 | 0.08 | 332.42 | 0.75 | 0.67 |
| Hex | EA | 6E | A7 | 0 | 35 | 1D | 8 | 14C | 4B | 43 |
| Octal | 352 | 156 | 247 | 0 | 65 | 35 | 10 | 514 | 113 | 103 |
| Binary | 11101010 | 1101110 | 10100111 | 0 | 110101 | 11101 | 1000 | 101001100 | 1001011 | 1000011 |
Color Harmonies of #EA6EA7
Complementary color
Monochromatic Colors of #EA6EA7
Black with #EA6EA7
Text Example
Text Example
White with #EA6EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EA7; }
p { color: rgb(234,110,167); }
H1.HeaderClassName
{
color: #EA6EA7;
}
.AnyTagClassName
{
color: #EA6EA7;
}
</style>
background-color css
<style>
a { background-color: #EA6EA7; }
a { background-color: rgb(234,110,167); }
div.DivClassName
{
background-color: #EA6EA7;
}
.BgClassName
{
background-color: #EA6EA7;
}
</style>
border-color css
<style>
span { border-color: #EA6EA7; }
span { border-color: rgb(234,110,167); }
td.TdClassName
{
border-color: #EA6EA7;
}
.TagClassName
{
border-color: #EA6EA7;
}
</style>