Shades of Hot Pink #E66DB0
Tints of Hot Pink #E66DB0
RGB
CMYK
RGB Variations
Color information
#E66DB0 (or 0xE66DB0) is known color: Hot Pink. HEX triplet: E6, 6D and B0. RGB value is (230,109,176). Sum of RGB (Red+Green+Blue) = 230+109+176=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DB0 is #19924F. Grayscale: #989898. Windows color (decimal): -1675856 or 11562470. OLE color: 11562470.
HSL color Cylindrical-coordinate representation of color #E66DB0: hue angle of 326.78º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DB0 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 176 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.10 |
| HSL | 326.78º | 0.71% | 0.66% | - |
| HSV(B) | 326.78º | 0.53% | 0.9% | - |
| XYZ | 45.94 | 30.89 | 44.62 | - |
| YUV | 152.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 176 | 0 | 0.53 | 0.23 | 0.10 | 326.78 | 0.71 | 0.66 |
| Hex | E6 | 6D | B0 | 0 | 35 | 17 | A | 147 | 47 | 42 |
| Octal | 346 | 155 | 260 | 0 | 65 | 27 | 12 | 507 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10110000 | 0 | 110101 | 10111 | 1010 | 101000111 | 1000111 | 1000010 |
Color Harmonies of #E66DB0
Complementary color
Monochromatic Colors of #E66DB0
Black with #E66DB0
Text Example
Text Example
White with #E66DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DB0; }
p { color: rgb(230,109,176); }
H1.HeaderClassName
{
color: #E66DB0;
}
.AnyTagClassName
{
color: #E66DB0;
}
</style>
background-color css
<style>
a { background-color: #E66DB0; }
a { background-color: rgb(230,109,176); }
div.DivClassName
{
background-color: #E66DB0;
}
.BgClassName
{
background-color: #E66DB0;
}
</style>
border-color css
<style>
span { border-color: #E66DB0; }
span { border-color: rgb(230,109,176); }
td.TdClassName
{
border-color: #E66DB0;
}
.TagClassName
{
border-color: #E66DB0;
}
</style>