Shades of Hot Pink #E455B5
Tints of Hot Pink #E455B5
RGB
CMYK
RGB Variations
Color information
#E455B5 (or 0xE455B5) is known color: Hot Pink. HEX triplet: E4, 55 and B5. RGB value is (228,85,181). Sum of RGB (Red+Green+Blue) = 228+85+181=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E455B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455B5 is #1BAA4A. Grayscale: #8A8A8A. Windows color (decimal): -1813067 or 11884004. OLE color: 11884004.
HSL color Cylindrical-coordinate representation of color #E455B5: hue angle of 319.72º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455B5 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 181 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.11 |
| HSL | 319.72º | 0.73% | 0.61% | - |
| HSV(B) | 319.72º | 0.63% | 0.89% | - |
| XYZ | 43.58 | 26.33 | 46.5 | - |
| YUV | 138.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 181 | 0 | 0.63 | 0.21 | 0.11 | 319.72 | 0.73 | 0.61 |
| Hex | E4 | 55 | B5 | 0 | 3F | 15 | B | 140 | 49 | 3D |
| Octal | 344 | 125 | 265 | 0 | 77 | 25 | 13 | 500 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10110101 | 0 | 111111 | 10101 | 1011 | 101000000 | 1001001 | 111101 |
Color Harmonies of #E455B5
Complementary color
Monochromatic Colors of #E455B5
Black with #E455B5
Text Example
Text Example
White with #E455B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455B5; }
p { color: rgb(228,85,181); }
H1.HeaderClassName
{
color: #E455B5;
}
.AnyTagClassName
{
color: #E455B5;
}
</style>
background-color css
<style>
a { background-color: #E455B5; }
a { background-color: rgb(228,85,181); }
div.DivClassName
{
background-color: #E455B5;
}
.BgClassName
{
background-color: #E455B5;
}
</style>
border-color css
<style>
span { border-color: #E455B5; }
span { border-color: rgb(228,85,181); }
td.TdClassName
{
border-color: #E455B5;
}
.TagClassName
{
border-color: #E455B5;
}
</style>