Shades of Hot Pink #E966B8
Tints of Hot Pink #E966B8
RGB
CMYK
RGB Variations
Color information
#E966B8 (or 0xE966B8) is known color: Hot Pink. HEX triplet: E9, 66 and B8. RGB value is (233,102,184). Sum of RGB (Red+Green+Blue) = 233+102+184=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E966B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966B8 is #169947. Grayscale: #969696. Windows color (decimal): -1481032 or 12084969. OLE color: 12084969.
HSL color Cylindrical-coordinate representation of color #E966B8: hue angle of 322.44º 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 #E966B8 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 184 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.09 |
| HSL | 322.44º | 0.75% | 0.66% | - |
| HSV(B) | 322.44º | 0.56% | 0.91% | - |
| XYZ | 47.01 | 30.29 | 48.72 | - |
| YUV | 150.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 184 | 0 | 0.56 | 0.21 | 0.09 | 322.44 | 0.75 | 0.66 |
| Hex | E9 | 66 | B8 | 0 | 38 | 15 | 9 | 142 | 4B | 42 |
| Octal | 351 | 146 | 270 | 0 | 70 | 25 | 11 | 502 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10111000 | 0 | 111000 | 10101 | 1001 | 101000010 | 1001011 | 1000010 |
Color Harmonies of #E966B8
Complementary color
Monochromatic Colors of #E966B8
Black with #E966B8
Text Example
Text Example
White with #E966B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966B8; }
p { color: rgb(233,102,184); }
H1.HeaderClassName
{
color: #E966B8;
}
.AnyTagClassName
{
color: #E966B8;
}
</style>
background-color css
<style>
a { background-color: #E966B8; }
a { background-color: rgb(233,102,184); }
div.DivClassName
{
background-color: #E966B8;
}
.BgClassName
{
background-color: #E966B8;
}
</style>
border-color css
<style>
span { border-color: #E966B8; }
span { border-color: rgb(233,102,184); }
td.TdClassName
{
border-color: #E966B8;
}
.TagClassName
{
border-color: #E966B8;
}
</style>