Shades of Hot Pink #E066AB
Tints of Hot Pink #E066AB
RGB
CMYK
RGB Variations
Color information
#E066AB (or 0xE066AB) is known color: Hot Pink. HEX triplet: E0, 66 and AB. RGB value is (224,102,171). Sum of RGB (Red+Green+Blue) = 224+102+171=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E066AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066AB is #1F9954. Grayscale: #929292. Windows color (decimal): -2070869 or 11232992. OLE color: 11232992.
HSL color Cylindrical-coordinate representation of color #E066AB: hue angle of 326.07º 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 #E066AB is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 171 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.12 |
| HSL | 326.07º | 0.66% | 0.64% | - |
| HSV(B) | 326.07º | 0.54% | 0.88% | - |
| XYZ | 42.84 | 28.29 | 41.73 | - |
| YUV | 146.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 171 | 0 | 0.54 | 0.24 | 0.12 | 326.07 | 0.66 | 0.64 |
| Hex | E0 | 66 | AB | 0 | 36 | 18 | C | 146 | 42 | 40 |
| Octal | 340 | 146 | 253 | 0 | 66 | 30 | 14 | 506 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10101011 | 0 | 110110 | 11000 | 1100 | 101000110 | 1000010 | 1000000 |
Color Harmonies of #E066AB
Complementary color
Monochromatic Colors of #E066AB
Black with #E066AB
Text Example
Text Example
White with #E066AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066AB; }
p { color: rgb(224,102,171); }
H1.HeaderClassName
{
color: #E066AB;
}
.AnyTagClassName
{
color: #E066AB;
}
</style>
background-color css
<style>
a { background-color: #E066AB; }
a { background-color: rgb(224,102,171); }
div.DivClassName
{
background-color: #E066AB;
}
.BgClassName
{
background-color: #E066AB;
}
</style>
border-color css
<style>
span { border-color: #E066AB; }
span { border-color: rgb(224,102,171); }
td.TdClassName
{
border-color: #E066AB;
}
.TagClassName
{
border-color: #E066AB;
}
</style>