Shades of Hot Pink #E967B9
Tints of Hot Pink #E967B9
RGB
CMYK
RGB Variations
Color information
#E967B9 (or 0xE967B9) is known color: Hot Pink. HEX triplet: E9, 67 and B9. RGB value is (233,103,185). Sum of RGB (Red+Green+Blue) = 233+103+185=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E967B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967B9 is #169846. Grayscale: #979797. Windows color (decimal): -1480775 or 12150761. OLE color: 12150761.
HSL color Cylindrical-coordinate representation of color #E967B9: hue angle of 322.15º 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 #E967B9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 185 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.09 |
| HSL | 322.15º | 0.75% | 0.66% | - |
| HSV(B) | 322.15º | 0.56% | 0.91% | - |
| XYZ | 47.21 | 30.53 | 49.3 | - |
| YUV | 151.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 185 | 0 | 0.56 | 0.21 | 0.09 | 322.15 | 0.75 | 0.66 |
| Hex | E9 | 67 | B9 | 0 | 38 | 15 | 9 | 142 | 4B | 42 |
| Octal | 351 | 147 | 271 | 0 | 70 | 25 | 11 | 502 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10111001 | 0 | 111000 | 10101 | 1001 | 101000010 | 1001011 | 1000010 |
Color Harmonies of #E967B9
Complementary color
Monochromatic Colors of #E967B9
Black with #E967B9
Text Example
Text Example
White with #E967B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967B9; }
p { color: rgb(233,103,185); }
H1.HeaderClassName
{
color: #E967B9;
}
.AnyTagClassName
{
color: #E967B9;
}
</style>
background-color css
<style>
a { background-color: #E967B9; }
a { background-color: rgb(233,103,185); }
div.DivClassName
{
background-color: #E967B9;
}
.BgClassName
{
background-color: #E967B9;
}
</style>
border-color css
<style>
span { border-color: #E967B9; }
span { border-color: rgb(233,103,185); }
td.TdClassName
{
border-color: #E967B9;
}
.TagClassName
{
border-color: #E967B9;
}
</style>