Shades of Hot Pink #E967B2
Tints of Hot Pink #E967B2
RGB
CMYK
RGB Variations
Color information
#E967B2 (or 0xE967B2) is known color: Hot Pink. HEX triplet: E9, 67 and B2. RGB value is (233,103,178). Sum of RGB (Red+Green+Blue) = 233+103+178=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E967B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967B2 is #16984D. Grayscale: #969696. Windows color (decimal): -1480782 or 11692009. OLE color: 11692009.
HSL color Cylindrical-coordinate representation of color #E967B2: hue angle of 325.38º 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 #E967B2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 178 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.09 |
| HSL | 325.38º | 0.75% | 0.66% | - |
| HSV(B) | 325.38º | 0.56% | 0.91% | - |
| XYZ | 46.49 | 30.24 | 45.51 | - |
| YUV | 150.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 178 | 0 | 0.56 | 0.24 | 0.09 | 325.38 | 0.75 | 0.66 |
| Hex | E9 | 67 | B2 | 0 | 38 | 18 | 9 | 145 | 4B | 42 |
| Octal | 351 | 147 | 262 | 0 | 70 | 30 | 11 | 505 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10110010 | 0 | 111000 | 11000 | 1001 | 101000101 | 1001011 | 1000010 |
Color Harmonies of #E967B2
Complementary color
Monochromatic Colors of #E967B2
Black with #E967B2
Text Example
Text Example
White with #E967B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967B2; }
p { color: rgb(233,103,178); }
H1.HeaderClassName
{
color: #E967B2;
}
.AnyTagClassName
{
color: #E967B2;
}
</style>
background-color css
<style>
a { background-color: #E967B2; }
a { background-color: rgb(233,103,178); }
div.DivClassName
{
background-color: #E967B2;
}
.BgClassName
{
background-color: #E967B2;
}
</style>
border-color css
<style>
span { border-color: #E967B2; }
span { border-color: rgb(233,103,178); }
td.TdClassName
{
border-color: #E967B2;
}
.TagClassName
{
border-color: #E967B2;
}
</style>