Shades of Hot Pink #E66BAC
Tints of Hot Pink #E66BAC
RGB
CMYK
RGB Variations
Color information
#E66BAC (or 0xE66BAC) is known color: Hot Pink. HEX triplet: E6, 6B and AC. RGB value is (230,107,172). Sum of RGB (Red+Green+Blue) = 230+107+172=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BAC is #199453. Grayscale: #979797. Windows color (decimal): -1676372 or 11299814. OLE color: 11299814.
HSL color Cylindrical-coordinate representation of color #E66BAC: hue angle of 328.29º 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 #E66BAC is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 172 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.10 |
| HSL | 328.29º | 0.71% | 0.66% | - |
| HSV(B) | 328.29º | 0.53% | 0.9% | - |
| XYZ | 45.34 | 30.32 | 42.49 | - |
| YUV | 151.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 172 | 0 | 0.53 | 0.25 | 0.10 | 328.29 | 0.71 | 0.66 |
| Hex | E6 | 6B | AC | 0 | 35 | 19 | A | 148 | 47 | 42 |
| Octal | 346 | 153 | 254 | 0 | 65 | 31 | 12 | 510 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10101100 | 0 | 110101 | 11001 | 1010 | 101001000 | 1000111 | 1000010 |
Color Harmonies of #E66BAC
Complementary color
Monochromatic Colors of #E66BAC
Black with #E66BAC
Text Example
Text Example
White with #E66BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BAC; }
p { color: rgb(230,107,172); }
H1.HeaderClassName
{
color: #E66BAC;
}
.AnyTagClassName
{
color: #E66BAC;
}
</style>
background-color css
<style>
a { background-color: #E66BAC; }
a { background-color: rgb(230,107,172); }
div.DivClassName
{
background-color: #E66BAC;
}
.BgClassName
{
background-color: #E66BAC;
}
</style>
border-color css
<style>
span { border-color: #E66BAC; }
span { border-color: rgb(230,107,172); }
td.TdClassName
{
border-color: #E66BAC;
}
.TagClassName
{
border-color: #E66BAC;
}
</style>