Shades of Hot Pink #E66EB1
Tints of Hot Pink #E66EB1
RGB
CMYK
RGB Variations
Color information
#E66EB1 (or 0xE66EB1) is known color: Hot Pink. HEX triplet: E6, 6E and B1. RGB value is (230,110,177). Sum of RGB (Red+Green+Blue) = 230+110+177=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66EB1 is #19914E. Grayscale: #999999. Windows color (decimal): -1675599 or 11628262. OLE color: 11628262.
HSL color Cylindrical-coordinate representation of color #E66EB1: hue angle of 326.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EB1 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 177 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.10 |
| HSL | 326.5º | 0.71% | 0.67% | - |
| HSV(B) | 326.5º | 0.52% | 0.9% | - |
| XYZ | 46.14 | 31.15 | 45.18 | - |
| YUV | 153.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 177 | 0 | 0.52 | 0.23 | 0.10 | 326.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | B1 | 0 | 34 | 17 | A | 146 | 47 | 43 |
| Octal | 346 | 156 | 261 | 0 | 64 | 27 | 12 | 506 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10110001 | 0 | 110100 | 10111 | 1010 | 101000110 | 1000111 | 1000011 |
Color Harmonies of #E66EB1
Complementary color
Monochromatic Colors of #E66EB1
Black with #E66EB1
Text Example
Text Example
White with #E66EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EB1; }
p { color: rgb(230,110,177); }
H1.HeaderClassName
{
color: #E66EB1;
}
.AnyTagClassName
{
color: #E66EB1;
}
</style>
background-color css
<style>
a { background-color: #E66EB1; }
a { background-color: rgb(230,110,177); }
div.DivClassName
{
background-color: #E66EB1;
}
.BgClassName
{
background-color: #E66EB1;
}
</style>
border-color css
<style>
span { border-color: #E66EB1; }
span { border-color: rgb(230,110,177); }
td.TdClassName
{
border-color: #E66EB1;
}
.TagClassName
{
border-color: #E66EB1;
}
</style>