Shades of Hot Pink #E164B1
Tints of Hot Pink #E164B1
RGB
CMYK
RGB Variations
Color information
#E164B1 (or 0xE164B1) is known color: Hot Pink. HEX triplet: E1, 64 and B1. RGB value is (225,100,177). Sum of RGB (Red+Green+Blue) = 225+100+177=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E164B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164B1 is #1E9B4E. Grayscale: #919191. Windows color (decimal): -2005839 or 11625697. OLE color: 11625697.
HSL color Cylindrical-coordinate representation of color #E164B1: hue angle of 323.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164B1 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 177 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.12 |
| HSL | 323.04º | 0.68% | 0.64% | - |
| HSV(B) | 323.04º | 0.56% | 0.88% | - |
| XYZ | 43.54 | 28.3 | 44.76 | - |
| YUV | 146.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 177 | 0 | 0.56 | 0.21 | 0.12 | 323.04 | 0.68 | 0.64 |
| Hex | E1 | 64 | B1 | 0 | 38 | 15 | C | 143 | 44 | 40 |
| Octal | 341 | 144 | 261 | 0 | 70 | 25 | 14 | 503 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10110001 | 0 | 111000 | 10101 | 1100 | 101000011 | 1000100 | 1000000 |
Color Harmonies of #E164B1
Complementary color
Monochromatic Colors of #E164B1
Black with #E164B1
Text Example
Text Example
White with #E164B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E164B1; }
p { color: rgb(225,100,177); }
H1.HeaderClassName
{
color: #E164B1;
}
.AnyTagClassName
{
color: #E164B1;
}
</style>
background-color css
<style>
a { background-color: #E164B1; }
a { background-color: rgb(225,100,177); }
div.DivClassName
{
background-color: #E164B1;
}
.BgClassName
{
background-color: #E164B1;
}
</style>
border-color css
<style>
span { border-color: #E164B1; }
span { border-color: rgb(225,100,177); }
td.TdClassName
{
border-color: #E164B1;
}
.TagClassName
{
border-color: #E164B1;
}
</style>