Shades of Hot Pink #E66DAD
Tints of Hot Pink #E66DAD
RGB
CMYK
RGB Variations
Color information
#E66DAD (or 0xE66DAD) is known color: Hot Pink. HEX triplet: E6, 6D and AD. RGB value is (230,109,173). Sum of RGB (Red+Green+Blue) = 230+109+173=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DAD is #199252. Grayscale: #989898. Windows color (decimal): -1675859 or 11365862. OLE color: 11365862.
HSL color Cylindrical-coordinate representation of color #E66DAD: hue angle of 328.26º 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 #E66DAD is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 173 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.10 |
| HSL | 328.26º | 0.71% | 0.66% | - |
| HSV(B) | 328.26º | 0.53% | 0.9% | - |
| XYZ | 45.64 | 30.78 | 43.07 | - |
| YUV | 152.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 173 | 0 | 0.53 | 0.25 | 0.10 | 328.26 | 0.71 | 0.66 |
| Hex | E6 | 6D | AD | 0 | 35 | 19 | A | 148 | 47 | 42 |
| Octal | 346 | 155 | 255 | 0 | 65 | 31 | 12 | 510 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10101101 | 0 | 110101 | 11001 | 1010 | 101001000 | 1000111 | 1000010 |
Color Harmonies of #E66DAD
Complementary color
Monochromatic Colors of #E66DAD
Black with #E66DAD
Text Example
Text Example
White with #E66DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DAD; }
p { color: rgb(230,109,173); }
H1.HeaderClassName
{
color: #E66DAD;
}
.AnyTagClassName
{
color: #E66DAD;
}
</style>
background-color css
<style>
a { background-color: #E66DAD; }
a { background-color: rgb(230,109,173); }
div.DivClassName
{
background-color: #E66DAD;
}
.BgClassName
{
background-color: #E66DAD;
}
</style>
border-color css
<style>
span { border-color: #E66DAD; }
span { border-color: rgb(230,109,173); }
td.TdClassName
{
border-color: #E66DAD;
}
.TagClassName
{
border-color: #E66DAD;
}
</style>