Shades of Hot Pink #E66DB1
Tints of Hot Pink #E66DB1
RGB
CMYK
RGB Variations
Color information
#E66DB1 (or 0xE66DB1) is known color: Hot Pink. HEX triplet: E6, 6D and B1. RGB value is (230,109,177). Sum of RGB (Red+Green+Blue) = 230+109+177=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DB1 is #19924E. Grayscale: #989898. Windows color (decimal): -1675855 or 11628006. OLE color: 11628006.
HSL color Cylindrical-coordinate representation of color #E66DB1: hue angle of 326.28º 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 #E66DB1 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 177 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.10 |
| HSL | 326.28º | 0.71% | 0.66% | - |
| HSV(B) | 326.28º | 0.53% | 0.9% | - |
| XYZ | 46.04 | 30.93 | 45.14 | - |
| YUV | 152.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 177 | 0 | 0.53 | 0.23 | 0.10 | 326.28 | 0.71 | 0.66 |
| Hex | E6 | 6D | B1 | 0 | 35 | 17 | A | 146 | 47 | 42 |
| Octal | 346 | 155 | 261 | 0 | 65 | 27 | 12 | 506 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10110001 | 0 | 110101 | 10111 | 1010 | 101000110 | 1000111 | 1000010 |
Color Harmonies of #E66DB1
Complementary color
Monochromatic Colors of #E66DB1
Black with #E66DB1
Text Example
Text Example
White with #E66DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DB1; }
p { color: rgb(230,109,177); }
H1.HeaderClassName
{
color: #E66DB1;
}
.AnyTagClassName
{
color: #E66DB1;
}
</style>
background-color css
<style>
a { background-color: #E66DB1; }
a { background-color: rgb(230,109,177); }
div.DivClassName
{
background-color: #E66DB1;
}
.BgClassName
{
background-color: #E66DB1;
}
</style>
border-color css
<style>
span { border-color: #E66DB1; }
span { border-color: rgb(230,109,177); }
td.TdClassName
{
border-color: #E66DB1;
}
.TagClassName
{
border-color: #E66DB1;
}
</style>