Shades of Hot Pink #E065AF
Tints of Hot Pink #E065AF
RGB
CMYK
RGB Variations
Color information
#E065AF (or 0xE065AF) is known color: Hot Pink. HEX triplet: E0, 65 and AF. RGB value is (224,101,175). Sum of RGB (Red+Green+Blue) = 224+101+175=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E065AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065AF is #1F9A50. Grayscale: #929292. Windows color (decimal): -2071121 or 11494880. OLE color: 11494880.
HSL color Cylindrical-coordinate representation of color #E065AF: hue angle of 323.9º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065AF is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 175 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.12 |
| HSL | 323.9º | 0.66% | 0.64% | - |
| HSV(B) | 323.9º | 0.55% | 0.88% | - |
| XYZ | 43.13 | 28.25 | 43.74 | - |
| YUV | 146.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 175 | 0 | 0.55 | 0.22 | 0.12 | 323.9 | 0.66 | 0.64 |
| Hex | E0 | 65 | AF | 0 | 37 | 16 | C | 144 | 42 | 40 |
| Octal | 340 | 145 | 257 | 0 | 67 | 26 | 14 | 504 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10101111 | 0 | 110111 | 10110 | 1100 | 101000100 | 1000010 | 1000000 |
Color Harmonies of #E065AF
Complementary color
Monochromatic Colors of #E065AF
Black with #E065AF
Text Example
Text Example
White with #E065AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065AF; }
p { color: rgb(224,101,175); }
H1.HeaderClassName
{
color: #E065AF;
}
.AnyTagClassName
{
color: #E065AF;
}
</style>
background-color css
<style>
a { background-color: #E065AF; }
a { background-color: rgb(224,101,175); }
div.DivClassName
{
background-color: #E065AF;
}
.BgClassName
{
background-color: #E065AF;
}
</style>
border-color css
<style>
span { border-color: #E065AF; }
span { border-color: rgb(224,101,175); }
td.TdClassName
{
border-color: #E065AF;
}
.TagClassName
{
border-color: #E065AF;
}
</style>