Shades of Hot Pink #E55FBA
Tints of Hot Pink #E55FBA
RGB
CMYK
RGB Variations
Color information
#E55FBA (or 0xE55FBA) is known color: Hot Pink. HEX triplet: E5, 5F and BA. RGB value is (229,95,186). Sum of RGB (Red+Green+Blue) = 229+95+186=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FBA is #1AA045. Grayscale: #919191. Windows color (decimal): -1744966 or 12214245. OLE color: 12214245.
HSL color Cylindrical-coordinate representation of color #E55FBA: hue angle of 319.25º 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 #E55FBA is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 186 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.10 |
| HSL | 319.25º | 0.72% | 0.64% | - |
| HSV(B) | 319.25º | 0.59% | 0.9% | - |
| XYZ | 45.27 | 28.39 | 49.55 | - |
| YUV | 145.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 186 | 0 | 0.59 | 0.19 | 0.10 | 319.25 | 0.72 | 0.64 |
| Hex | E5 | 5F | BA | 0 | 3B | 13 | A | 13F | 48 | 40 |
| Octal | 345 | 137 | 272 | 0 | 73 | 23 | 12 | 477 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10111010 | 0 | 111011 | 10011 | 1010 | 100111111 | 1001000 | 1000000 |
Color Harmonies of #E55FBA
Complementary color
Monochromatic Colors of #E55FBA
Black with #E55FBA
Text Example
Text Example
White with #E55FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FBA; }
p { color: rgb(229,95,186); }
H1.HeaderClassName
{
color: #E55FBA;
}
.AnyTagClassName
{
color: #E55FBA;
}
</style>
background-color css
<style>
a { background-color: #E55FBA; }
a { background-color: rgb(229,95,186); }
div.DivClassName
{
background-color: #E55FBA;
}
.BgClassName
{
background-color: #E55FBA;
}
</style>
border-color css
<style>
span { border-color: #E55FBA; }
span { border-color: rgb(229,95,186); }
td.TdClassName
{
border-color: #E55FBA;
}
.TagClassName
{
border-color: #E55FBA;
}
</style>