Shades of Hot Pink #E464AE
Tints of Hot Pink #E464AE
RGB
CMYK
RGB Variations
Color information
#E464AE (or 0xE464AE) is known color: Hot Pink. HEX triplet: E4, 64 and AE. RGB value is (228,100,174). Sum of RGB (Red+Green+Blue) = 228+100+174=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E464AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E464AE is #1B9B51. Grayscale: #929292. Windows color (decimal): -1809234 or 11429092. OLE color: 11429092.
HSL color Cylindrical-coordinate representation of color #E464AE: hue angle of 325.31º 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 #E464AE is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 174 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.11 |
| HSL | 325.31º | 0.7% | 0.64% | - |
| HSV(B) | 325.31º | 0.56% | 0.89% | - |
| XYZ | 44.19 | 28.66 | 43.25 | - |
| YUV | 146.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 174 | 0 | 0.56 | 0.24 | 0.11 | 325.31 | 0.7 | 0.64 |
| Hex | E4 | 64 | AE | 0 | 38 | 18 | B | 145 | 46 | 40 |
| Octal | 344 | 144 | 256 | 0 | 70 | 30 | 13 | 505 | 106 | 100 |
| Binary | 11100100 | 1100100 | 10101110 | 0 | 111000 | 11000 | 1011 | 101000101 | 1000110 | 1000000 |
Color Harmonies of #E464AE
Complementary color
Monochromatic Colors of #E464AE
Black with #E464AE
Text Example
Text Example
White with #E464AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464AE; }
p { color: rgb(228,100,174); }
H1.HeaderClassName
{
color: #E464AE;
}
.AnyTagClassName
{
color: #E464AE;
}
</style>
background-color css
<style>
a { background-color: #E464AE; }
a { background-color: rgb(228,100,174); }
div.DivClassName
{
background-color: #E464AE;
}
.BgClassName
{
background-color: #E464AE;
}
</style>
border-color css
<style>
span { border-color: #E464AE; }
span { border-color: rgb(228,100,174); }
td.TdClassName
{
border-color: #E464AE;
}
.TagClassName
{
border-color: #E464AE;
}
</style>