Shades of Hot Pink #E966BA
Tints of Hot Pink #E966BA
RGB
CMYK
RGB Variations
Color information
#E966BA (or 0xE966BA) is known color: Hot Pink. HEX triplet: E9, 66 and BA. RGB value is (233,102,186). Sum of RGB (Red+Green+Blue) = 233+102+186=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E966BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966BA is #169945. Grayscale: #969696. Windows color (decimal): -1481030 or 12216041. OLE color: 12216041.
HSL color Cylindrical-coordinate representation of color #E966BA: hue angle of 321.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966BA is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 186 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.09 |
| HSL | 321.53º | 0.75% | 0.66% | - |
| HSV(B) | 321.53º | 0.56% | 0.91% | - |
| XYZ | 47.22 | 30.37 | 49.83 | - |
| YUV | 150.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 186 | 0 | 0.56 | 0.20 | 0.09 | 321.53 | 0.75 | 0.66 |
| Hex | E9 | 66 | BA | 0 | 38 | 14 | 9 | 142 | 4B | 42 |
| Octal | 351 | 146 | 272 | 0 | 70 | 24 | 11 | 502 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10111010 | 0 | 111000 | 10100 | 1001 | 101000010 | 1001011 | 1000010 |
Color Harmonies of #E966BA
Complementary color
Monochromatic Colors of #E966BA
Black with #E966BA
Text Example
Text Example
White with #E966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966BA; }
p { color: rgb(233,102,186); }
H1.HeaderClassName
{
color: #E966BA;
}
.AnyTagClassName
{
color: #E966BA;
}
</style>
background-color css
<style>
a { background-color: #E966BA; }
a { background-color: rgb(233,102,186); }
div.DivClassName
{
background-color: #E966BA;
}
.BgClassName
{
background-color: #E966BA;
}
</style>
border-color css
<style>
span { border-color: #E966BA; }
span { border-color: rgb(233,102,186); }
td.TdClassName
{
border-color: #E966BA;
}
.TagClassName
{
border-color: #E966BA;
}
</style>