Shades of Hot Pink #E066AF
Tints of Hot Pink #E066AF
RGB
CMYK
RGB Variations
Color information
#E066AF (or 0xE066AF) is known color: Hot Pink. HEX triplet: E0, 66 and AF. RGB value is (224,102,175). Sum of RGB (Red+Green+Blue) = 224+102+175=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E066AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066AF is #1F9950. Grayscale: #929292. Windows color (decimal): -2070865 or 11495136. OLE color: 11495136.
HSL color Cylindrical-coordinate representation of color #E066AF: hue angle of 324.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066AF is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 175 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.12 |
| HSL | 324.1º | 0.66% | 0.64% | - |
| HSV(B) | 324.1º | 0.54% | 0.88% | - |
| XYZ | 43.23 | 28.45 | 43.77 | - |
| YUV | 146.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 175 | 0 | 0.54 | 0.22 | 0.12 | 324.1 | 0.66 | 0.64 |
| Hex | E0 | 66 | AF | 0 | 36 | 16 | C | 144 | 42 | 40 |
| Octal | 340 | 146 | 257 | 0 | 66 | 26 | 14 | 504 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10101111 | 0 | 110110 | 10110 | 1100 | 101000100 | 1000010 | 1000000 |
Color Harmonies of #E066AF
Complementary color
Monochromatic Colors of #E066AF
Black with #E066AF
Text Example
Text Example
White with #E066AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066AF; }
p { color: rgb(224,102,175); }
H1.HeaderClassName
{
color: #E066AF;
}
.AnyTagClassName
{
color: #E066AF;
}
</style>
background-color css
<style>
a { background-color: #E066AF; }
a { background-color: rgb(224,102,175); }
div.DivClassName
{
background-color: #E066AF;
}
.BgClassName
{
background-color: #E066AF;
}
</style>
border-color css
<style>
span { border-color: #E066AF; }
span { border-color: rgb(224,102,175); }
td.TdClassName
{
border-color: #E066AF;
}
.TagClassName
{
border-color: #E066AF;
}
</style>