Shades of Hot Pink #E66BA9
Tints of Hot Pink #E66BA9
RGB
CMYK
RGB Variations
Color information
#E66BA9 (or 0xE66BA9) is known color: Hot Pink. HEX triplet: E6, 6B and A9. RGB value is (230,107,169). Sum of RGB (Red+Green+Blue) = 230+107+169=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BA9 is #199456. Grayscale: #969696. Windows color (decimal): -1676375 or 11103206. OLE color: 11103206.
HSL color Cylindrical-coordinate representation of color #E66BA9: hue angle of 329.76º 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 #E66BA9 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 169 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.10 |
| HSL | 329.76º | 0.71% | 0.66% | - |
| HSV(B) | 329.76º | 0.53% | 0.9% | - |
| XYZ | 45.05 | 30.2 | 40.99 | - |
| YUV | 150.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 169 | 0 | 0.53 | 0.27 | 0.10 | 329.76 | 0.71 | 0.66 |
| Hex | E6 | 6B | A9 | 0 | 35 | 1B | A | 14A | 47 | 42 |
| Octal | 346 | 153 | 251 | 0 | 65 | 33 | 12 | 512 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10101001 | 0 | 110101 | 11011 | 1010 | 101001010 | 1000111 | 1000010 |
Color Harmonies of #E66BA9
Complementary color
Monochromatic Colors of #E66BA9
Black with #E66BA9
Text Example
Text Example
White with #E66BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BA9; }
p { color: rgb(230,107,169); }
H1.HeaderClassName
{
color: #E66BA9;
}
.AnyTagClassName
{
color: #E66BA9;
}
</style>
background-color css
<style>
a { background-color: #E66BA9; }
a { background-color: rgb(230,107,169); }
div.DivClassName
{
background-color: #E66BA9;
}
.BgClassName
{
background-color: #E66BA9;
}
</style>
border-color css
<style>
span { border-color: #E66BA9; }
span { border-color: rgb(230,107,169); }
td.TdClassName
{
border-color: #E66BA9;
}
.TagClassName
{
border-color: #E66BA9;
}
</style>