Shades of Hot Pink #E464A8
Tints of Hot Pink #E464A8
RGB
CMYK
RGB Variations
Color information
#E464A8 (or 0xE464A8) is known color: Hot Pink. HEX triplet: E4, 64 and A8. RGB value is (228,100,168). Sum of RGB (Red+Green+Blue) = 228+100+168=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E464A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E464A8 is #1B9B57. Grayscale: #919191. Windows color (decimal): -1809240 or 11035876. OLE color: 11035876.
HSL color Cylindrical-coordinate representation of color #E464A8: hue angle of 328.12º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464A8 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 168 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.11 |
| HSL | 328.13º | 0.7% | 0.64% | - |
| HSV(B) | 328.13º | 0.56% | 0.89% | - |
| XYZ | 43.62 | 28.44 | 40.24 | - |
| YUV | 146.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 168 | 0 | 0.56 | 0.26 | 0.11 | 328.13 | 0.7 | 0.64 |
| Hex | E4 | 64 | A8 | 0 | 38 | 1A | B | 148 | 46 | 40 |
| Octal | 344 | 144 | 250 | 0 | 70 | 32 | 13 | 510 | 106 | 100 |
| Binary | 11100100 | 1100100 | 10101000 | 0 | 111000 | 11010 | 1011 | 101001000 | 1000110 | 1000000 |
Color Harmonies of #E464A8
Complementary color
Monochromatic Colors of #E464A8
Black with #E464A8
Text Example
Text Example
White with #E464A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464A8; }
p { color: rgb(228,100,168); }
H1.HeaderClassName
{
color: #E464A8;
}
.AnyTagClassName
{
color: #E464A8;
}
</style>
background-color css
<style>
a { background-color: #E464A8; }
a { background-color: rgb(228,100,168); }
div.DivClassName
{
background-color: #E464A8;
}
.BgClassName
{
background-color: #E464A8;
}
</style>
border-color css
<style>
span { border-color: #E464A8; }
span { border-color: rgb(228,100,168); }
td.TdClassName
{
border-color: #E464A8;
}
.TagClassName
{
border-color: #E464A8;
}
</style>