Shades of Hot Pink #E967A8
Tints of Hot Pink #E967A8
RGB
CMYK
RGB Variations
Color information
#E967A8 (or 0xE967A8) is known color: Hot Pink. HEX triplet: E9, 67 and A8. RGB value is (233,103,168). Sum of RGB (Red+Green+Blue) = 233+103+168=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E967A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967A8 is #169857. Grayscale: #959595. Windows color (decimal): -1480792 or 11036649. OLE color: 11036649.
HSL color Cylindrical-coordinate representation of color #E967A8: hue angle of 330º 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 #E967A8 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 168 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.09 |
| HSL | 330º | 0.75% | 0.66% | - |
| HSV(B) | 330º | 0.56% | 0.91% | - |
| XYZ | 45.52 | 29.85 | 40.41 | - |
| YUV | 149.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 168 | 0 | 0.56 | 0.28 | 0.09 | 330 | 0.75 | 0.66 |
| Hex | E9 | 67 | A8 | 0 | 38 | 1C | 9 | 14A | 4B | 42 |
| Octal | 351 | 147 | 250 | 0 | 70 | 34 | 11 | 512 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10101000 | 0 | 111000 | 11100 | 1001 | 101001010 | 1001011 | 1000010 |
Color Harmonies of #E967A8
Complementary color
Monochromatic Colors of #E967A8
Black with #E967A8
Text Example
Text Example
White with #E967A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967A8; }
p { color: rgb(233,103,168); }
H1.HeaderClassName
{
color: #E967A8;
}
.AnyTagClassName
{
color: #E967A8;
}
</style>
background-color css
<style>
a { background-color: #E967A8; }
a { background-color: rgb(233,103,168); }
div.DivClassName
{
background-color: #E967A8;
}
.BgClassName
{
background-color: #E967A8;
}
</style>
border-color css
<style>
span { border-color: #E967A8; }
span { border-color: rgb(233,103,168); }
td.TdClassName
{
border-color: #E967A8;
}
.TagClassName
{
border-color: #E967A8;
}
</style>