Shades of Hot Pink #E966B7
Tints of Hot Pink #E966B7
RGB
CMYK
RGB Variations
Color information
#E966B7 (or 0xE966B7) is known color: Hot Pink. HEX triplet: E9, 66 and B7. RGB value is (233,102,183). Sum of RGB (Red+Green+Blue) = 233+102+183=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E966B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966B7 is #169948. Grayscale: #969696. Windows color (decimal): -1481033 or 12019433. OLE color: 12019433.
HSL color Cylindrical-coordinate representation of color #E966B7: hue angle of 322.9º 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 #E966B7 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 183 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.09 |
| HSL | 322.9º | 0.75% | 0.66% | - |
| HSV(B) | 322.9º | 0.56% | 0.91% | - |
| XYZ | 46.9 | 30.25 | 48.17 | - |
| YUV | 150.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 183 | 0 | 0.56 | 0.21 | 0.09 | 322.9 | 0.75 | 0.66 |
| Hex | E9 | 66 | B7 | 0 | 38 | 15 | 9 | 143 | 4B | 42 |
| Octal | 351 | 146 | 267 | 0 | 70 | 25 | 11 | 503 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10110111 | 0 | 111000 | 10101 | 1001 | 101000011 | 1001011 | 1000010 |
Color Harmonies of #E966B7
Complementary color
Monochromatic Colors of #E966B7
Black with #E966B7
Text Example
Text Example
White with #E966B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966B7; }
p { color: rgb(233,102,183); }
H1.HeaderClassName
{
color: #E966B7;
}
.AnyTagClassName
{
color: #E966B7;
}
</style>
background-color css
<style>
a { background-color: #E966B7; }
a { background-color: rgb(233,102,183); }
div.DivClassName
{
background-color: #E966B7;
}
.BgClassName
{
background-color: #E966B7;
}
</style>
border-color css
<style>
span { border-color: #E966B7; }
span { border-color: rgb(233,102,183); }
td.TdClassName
{
border-color: #E966B7;
}
.TagClassName
{
border-color: #E966B7;
}
</style>