Shades of Hot Pink #E066B0
Tints of Hot Pink #E066B0
RGB
CMYK
RGB Variations
Color information
#E066B0 (or 0xE066B0) is known color: Hot Pink. HEX triplet: E0, 66 and B0. RGB value is (224,102,176). Sum of RGB (Red+Green+Blue) = 224+102+176=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E066B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066B0 is #1F994F. Grayscale: #929292. Windows color (decimal): -2070864 or 11560672. OLE color: 11560672.
HSL color Cylindrical-coordinate representation of color #E066B0: hue angle of 323.61º 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 #E066B0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 176 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.12 |
| HSL | 323.61º | 0.66% | 0.64% | - |
| HSV(B) | 323.61º | 0.54% | 0.88% | - |
| XYZ | 43.33 | 28.48 | 44.29 | - |
| YUV | 146.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 176 | 0 | 0.54 | 0.21 | 0.12 | 323.61 | 0.66 | 0.64 |
| Hex | E0 | 66 | B0 | 0 | 36 | 15 | C | 144 | 42 | 40 |
| Octal | 340 | 146 | 260 | 0 | 66 | 25 | 14 | 504 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10110000 | 0 | 110110 | 10101 | 1100 | 101000100 | 1000010 | 1000000 |
Color Harmonies of #E066B0
Complementary color
Monochromatic Colors of #E066B0
Black with #E066B0
Text Example
Text Example
White with #E066B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066B0; }
p { color: rgb(224,102,176); }
H1.HeaderClassName
{
color: #E066B0;
}
.AnyTagClassName
{
color: #E066B0;
}
</style>
background-color css
<style>
a { background-color: #E066B0; }
a { background-color: rgb(224,102,176); }
div.DivClassName
{
background-color: #E066B0;
}
.BgClassName
{
background-color: #E066B0;
}
</style>
border-color css
<style>
span { border-color: #E066B0; }
span { border-color: rgb(224,102,176); }
td.TdClassName
{
border-color: #E066B0;
}
.TagClassName
{
border-color: #E066B0;
}
</style>