Shades of Hot Pink #E967B4
Tints of Hot Pink #E967B4
RGB
CMYK
RGB Variations
Color information
#E967B4 (or 0xE967B4) is known color: Hot Pink. HEX triplet: E9, 67 and B4. RGB value is (233,103,180). Sum of RGB (Red+Green+Blue) = 233+103+180=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E967B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967B4 is #16984B. Grayscale: #969696. Windows color (decimal): -1480780 or 11823081. OLE color: 11823081.
HSL color Cylindrical-coordinate representation of color #E967B4: hue angle of 324.46º 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 #E967B4 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 180 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.09 |
| HSL | 324.46º | 0.75% | 0.66% | - |
| HSV(B) | 324.46º | 0.56% | 0.91% | - |
| XYZ | 46.69 | 30.32 | 46.57 | - |
| YUV | 150.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 180 | 0 | 0.56 | 0.23 | 0.09 | 324.46 | 0.75 | 0.66 |
| Hex | E9 | 67 | B4 | 0 | 38 | 17 | 9 | 144 | 4B | 42 |
| Octal | 351 | 147 | 264 | 0 | 70 | 27 | 11 | 504 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10110100 | 0 | 111000 | 10111 | 1001 | 101000100 | 1001011 | 1000010 |
Color Harmonies of #E967B4
Complementary color
Monochromatic Colors of #E967B4
Black with #E967B4
Text Example
Text Example
White with #E967B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967B4; }
p { color: rgb(233,103,180); }
H1.HeaderClassName
{
color: #E967B4;
}
.AnyTagClassName
{
color: #E967B4;
}
</style>
background-color css
<style>
a { background-color: #E967B4; }
a { background-color: rgb(233,103,180); }
div.DivClassName
{
background-color: #E967B4;
}
.BgClassName
{
background-color: #E967B4;
}
</style>
border-color css
<style>
span { border-color: #E967B4; }
span { border-color: rgb(233,103,180); }
td.TdClassName
{
border-color: #E967B4;
}
.TagClassName
{
border-color: #E967B4;
}
</style>