Shades of Hot Pink #E666BA
Tints of Hot Pink #E666BA
RGB
CMYK
RGB Variations
Color information
#E666BA (or 0xE666BA) is known color: Hot Pink. HEX triplet: E6, 66 and BA. RGB value is (230,102,186). Sum of RGB (Red+Green+Blue) = 230+102+186=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E666BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666BA is #199945. Grayscale: #959595. Windows color (decimal): -1677638 or 12216038. OLE color: 12216038.
HSL color Cylindrical-coordinate representation of color #E666BA: hue angle of 320.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666BA is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 186 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.10 |
| HSL | 320.63º | 0.72% | 0.65% | - |
| HSV(B) | 320.63º | 0.56% | 0.9% | - |
| XYZ | 46.25 | 29.87 | 49.78 | - |
| YUV | 149.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 186 | 0 | 0.56 | 0.19 | 0.10 | 320.63 | 0.72 | 0.65 |
| Hex | E6 | 66 | BA | 0 | 38 | 13 | A | 141 | 48 | 41 |
| Octal | 346 | 146 | 272 | 0 | 70 | 23 | 12 | 501 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10111010 | 0 | 111000 | 10011 | 1010 | 101000001 | 1001000 | 1000001 |
Color Harmonies of #E666BA
Complementary color
Monochromatic Colors of #E666BA
Black with #E666BA
Text Example
Text Example
White with #E666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666BA; }
p { color: rgb(230,102,186); }
H1.HeaderClassName
{
color: #E666BA;
}
.AnyTagClassName
{
color: #E666BA;
}
</style>
background-color css
<style>
a { background-color: #E666BA; }
a { background-color: rgb(230,102,186); }
div.DivClassName
{
background-color: #E666BA;
}
.BgClassName
{
background-color: #E666BA;
}
</style>
border-color css
<style>
span { border-color: #E666BA; }
span { border-color: rgb(230,102,186); }
td.TdClassName
{
border-color: #E666BA;
}
.TagClassName
{
border-color: #E666BA;
}
</style>