Shades of Hot Pink #E55FB9
Tints of Hot Pink #E55FB9
RGB
CMYK
RGB Variations
Color information
#E55FB9 (or 0xE55FB9) is known color: Hot Pink. HEX triplet: E5, 5F and B9. RGB value is (229,95,185). Sum of RGB (Red+Green+Blue) = 229+95+185=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FB9 is #1AA046. Grayscale: #919191. Windows color (decimal): -1744967 or 12148709. OLE color: 12148709.
HSL color Cylindrical-coordinate representation of color #E55FB9: hue angle of 319.7º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FB9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 185 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.10 |
| HSL | 319.7º | 0.72% | 0.64% | - |
| HSV(B) | 319.7º | 0.59% | 0.9% | - |
| XYZ | 45.16 | 28.35 | 48.99 | - |
| YUV | 145.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 185 | 0 | 0.59 | 0.19 | 0.10 | 319.7 | 0.72 | 0.64 |
| Hex | E5 | 5F | B9 | 0 | 3B | 13 | A | 140 | 48 | 40 |
| Octal | 345 | 137 | 271 | 0 | 73 | 23 | 12 | 500 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10111001 | 0 | 111011 | 10011 | 1010 | 101000000 | 1001000 | 1000000 |
Color Harmonies of #E55FB9
Complementary color
Monochromatic Colors of #E55FB9
Black with #E55FB9
Text Example
Text Example
White with #E55FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FB9; }
p { color: rgb(229,95,185); }
H1.HeaderClassName
{
color: #E55FB9;
}
.AnyTagClassName
{
color: #E55FB9;
}
</style>
background-color css
<style>
a { background-color: #E55FB9; }
a { background-color: rgb(229,95,185); }
div.DivClassName
{
background-color: #E55FB9;
}
.BgClassName
{
background-color: #E55FB9;
}
</style>
border-color css
<style>
span { border-color: #E55FB9; }
span { border-color: rgb(229,95,185); }
td.TdClassName
{
border-color: #E55FB9;
}
.TagClassName
{
border-color: #E55FB9;
}
</style>