Shades of Hot Pink #E55FB6
Tints of Hot Pink #E55FB6
RGB
CMYK
RGB Variations
Color information
#E55FB6 (or 0xE55FB6) is known color: Hot Pink. HEX triplet: E5, 5F and B6. RGB value is (229,95,182). Sum of RGB (Red+Green+Blue) = 229+95+182=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FB6 is #1AA049. Grayscale: #909090. Windows color (decimal): -1744970 or 11952101. OLE color: 11952101.
HSL color Cylindrical-coordinate representation of color #E55FB6: hue angle of 321.04º 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 #E55FB6 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 182 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.10 |
| HSL | 321.04º | 0.72% | 0.64% | - |
| HSV(B) | 321.04º | 0.59% | 0.9% | - |
| XYZ | 44.85 | 28.22 | 47.34 | - |
| YUV | 144.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 182 | 0 | 0.59 | 0.21 | 0.10 | 321.04 | 0.72 | 0.64 |
| Hex | E5 | 5F | B6 | 0 | 3B | 15 | A | 141 | 48 | 40 |
| Octal | 345 | 137 | 266 | 0 | 73 | 25 | 12 | 501 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10110110 | 0 | 111011 | 10101 | 1010 | 101000001 | 1001000 | 1000000 |
Color Harmonies of #E55FB6
Complementary color
Monochromatic Colors of #E55FB6
Black with #E55FB6
Text Example
Text Example
White with #E55FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FB6; }
p { color: rgb(229,95,182); }
H1.HeaderClassName
{
color: #E55FB6;
}
.AnyTagClassName
{
color: #E55FB6;
}
</style>
background-color css
<style>
a { background-color: #E55FB6; }
a { background-color: rgb(229,95,182); }
div.DivClassName
{
background-color: #E55FB6;
}
.BgClassName
{
background-color: #E55FB6;
}
</style>
border-color css
<style>
span { border-color: #E55FB6; }
span { border-color: rgb(229,95,182); }
td.TdClassName
{
border-color: #E55FB6;
}
.TagClassName
{
border-color: #E55FB6;
}
</style>