Shades of Hot Pink #E967B5
Tints of Hot Pink #E967B5
RGB
CMYK
RGB Variations
Color information
#E967B5 (or 0xE967B5) is known color: Hot Pink. HEX triplet: E9, 67 and B5. RGB value is (233,103,181). Sum of RGB (Red+Green+Blue) = 233+103+181=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E967B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967B5 is #16984A. Grayscale: #969696. Windows color (decimal): -1480779 or 11888617. OLE color: 11888617.
HSL color Cylindrical-coordinate representation of color #E967B5: hue angle of 324º 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 #E967B5 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 181 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.09 |
| HSL | 324º | 0.75% | 0.66% | - |
| HSV(B) | 324º | 0.56% | 0.91% | - |
| XYZ | 46.8 | 30.36 | 47.11 | - |
| YUV | 150.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 181 | 0 | 0.56 | 0.22 | 0.09 | 324 | 0.75 | 0.66 |
| Hex | E9 | 67 | B5 | 0 | 38 | 16 | 9 | 144 | 4B | 42 |
| Octal | 351 | 147 | 265 | 0 | 70 | 26 | 11 | 504 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10110101 | 0 | 111000 | 10110 | 1001 | 101000100 | 1001011 | 1000010 |
Color Harmonies of #E967B5
Complementary color
Monochromatic Colors of #E967B5
Black with #E967B5
Text Example
Text Example
White with #E967B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967B5; }
p { color: rgb(233,103,181); }
H1.HeaderClassName
{
color: #E967B5;
}
.AnyTagClassName
{
color: #E967B5;
}
</style>
background-color css
<style>
a { background-color: #E967B5; }
a { background-color: rgb(233,103,181); }
div.DivClassName
{
background-color: #E967B5;
}
.BgClassName
{
background-color: #E967B5;
}
</style>
border-color css
<style>
span { border-color: #E967B5; }
span { border-color: rgb(233,103,181); }
td.TdClassName
{
border-color: #E967B5;
}
.TagClassName
{
border-color: #E967B5;
}
</style>