Shades of Hot Pink #E855B5
Tints of Hot Pink #E855B5
RGB
CMYK
RGB Variations
Color information
#E855B5 (or 0xE855B5) is known color: Hot Pink. HEX triplet: E8, 55 and B5. RGB value is (232,85,181). Sum of RGB (Red+Green+Blue) = 232+85+181=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E855B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855B5 is #17AA4A. Grayscale: #8B8B8B. Windows color (decimal): -1550923 or 11884008. OLE color: 11884008.
HSL color Cylindrical-coordinate representation of color #E855B5: hue angle of 320.82º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E855B5 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 181 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.09 |
| HSL | 320.82º | 0.76% | 0.62% | - |
| HSV(B) | 320.82º | 0.63% | 0.91% | - |
| XYZ | 44.87 | 26.99 | 46.56 | - |
| YUV | 139.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 181 | 0 | 0.63 | 0.22 | 0.09 | 320.82 | 0.76 | 0.62 |
| Hex | E8 | 55 | B5 | 0 | 3F | 16 | 9 | 141 | 4C | 3E |
| Octal | 350 | 125 | 265 | 0 | 77 | 26 | 11 | 501 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10110101 | 0 | 111111 | 10110 | 1001 | 101000001 | 1001100 | 111110 |
Color Harmonies of #E855B5
Complementary color
Monochromatic Colors of #E855B5
Black with #E855B5
Text Example
Text Example
White with #E855B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855B5; }
p { color: rgb(232,85,181); }
H1.HeaderClassName
{
color: #E855B5;
}
.AnyTagClassName
{
color: #E855B5;
}
</style>
background-color css
<style>
a { background-color: #E855B5; }
a { background-color: rgb(232,85,181); }
div.DivClassName
{
background-color: #E855B5;
}
.BgClassName
{
background-color: #E855B5;
}
</style>
border-color css
<style>
span { border-color: #E855B5; }
span { border-color: rgb(232,85,181); }
td.TdClassName
{
border-color: #E855B5;
}
.TagClassName
{
border-color: #E855B5;
}
</style>