Shades of Hot Pink #E967B0
Tints of Hot Pink #E967B0
RGB
CMYK
RGB Variations
Color information
#E967B0 (or 0xE967B0) is known color: Hot Pink. HEX triplet: E9, 67 and B0. RGB value is (233,103,176). Sum of RGB (Red+Green+Blue) = 233+103+176=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E967B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967B0 is #16984F. Grayscale: #969696. Windows color (decimal): -1480784 or 11560937. OLE color: 11560937.
HSL color Cylindrical-coordinate representation of color #E967B0: hue angle of 326.31º 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 #E967B0 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 176 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.09 |
| HSL | 326.31º | 0.75% | 0.66% | - |
| HSV(B) | 326.31º | 0.56% | 0.91% | - |
| XYZ | 46.29 | 30.16 | 44.46 | - |
| YUV | 150.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 176 | 0 | 0.56 | 0.24 | 0.09 | 326.31 | 0.75 | 0.66 |
| Hex | E9 | 67 | B0 | 0 | 38 | 18 | 9 | 146 | 4B | 42 |
| Octal | 351 | 147 | 260 | 0 | 70 | 30 | 11 | 506 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10110000 | 0 | 111000 | 11000 | 1001 | 101000110 | 1001011 | 1000010 |
Color Harmonies of #E967B0
Complementary color
Monochromatic Colors of #E967B0
Black with #E967B0
Text Example
Text Example
White with #E967B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967B0; }
p { color: rgb(233,103,176); }
H1.HeaderClassName
{
color: #E967B0;
}
.AnyTagClassName
{
color: #E967B0;
}
</style>
background-color css
<style>
a { background-color: #E967B0; }
a { background-color: rgb(233,103,176); }
div.DivClassName
{
background-color: #E967B0;
}
.BgClassName
{
background-color: #E967B0;
}
</style>
border-color css
<style>
span { border-color: #E967B0; }
span { border-color: rgb(233,103,176); }
td.TdClassName
{
border-color: #E967B0;
}
.TagClassName
{
border-color: #E967B0;
}
</style>