Shades of Hot Pink #E45FB4
Tints of Hot Pink #E45FB4
RGB
CMYK
RGB Variations
Color information
#E45FB4 (or 0xE45FB4) is known color: Hot Pink. HEX triplet: E4, 5F and B4. RGB value is (228,95,180). Sum of RGB (Red+Green+Blue) = 228+95+180=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FB4 is #1BA04B. Grayscale: #909090. Windows color (decimal): -1810508 or 11821028. OLE color: 11821028.
HSL color Cylindrical-coordinate representation of color #E45FB4: hue angle of 321.65º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FB4 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 180 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.11 |
| HSL | 321.65º | 0.71% | 0.63% | - |
| HSV(B) | 321.65º | 0.58% | 0.89% | - |
| XYZ | 44.33 | 27.97 | 46.24 | - |
| YUV | 144.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 180 | 0 | 0.58 | 0.21 | 0.11 | 321.65 | 0.71 | 0.63 |
| Hex | E4 | 5F | B4 | 0 | 3A | 15 | B | 142 | 47 | 3F |
| Octal | 344 | 137 | 264 | 0 | 72 | 25 | 13 | 502 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10110100 | 0 | 111010 | 10101 | 1011 | 101000010 | 1000111 | 111111 |
Color Harmonies of #E45FB4
Complementary color
Monochromatic Colors of #E45FB4
Black with #E45FB4
Text Example
Text Example
White with #E45FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FB4; }
p { color: rgb(228,95,180); }
H1.HeaderClassName
{
color: #E45FB4;
}
.AnyTagClassName
{
color: #E45FB4;
}
</style>
background-color css
<style>
a { background-color: #E45FB4; }
a { background-color: rgb(228,95,180); }
div.DivClassName
{
background-color: #E45FB4;
}
.BgClassName
{
background-color: #E45FB4;
}
</style>
border-color css
<style>
span { border-color: #E45FB4; }
span { border-color: rgb(228,95,180); }
td.TdClassName
{
border-color: #E45FB4;
}
.TagClassName
{
border-color: #E45FB4;
}
</style>