Shades of Hot Pink #E356B5
Tints of Hot Pink #E356B5
RGB
CMYK
RGB Variations
Color information
#E356B5 (or 0xE356B5) is known color: Hot Pink. HEX triplet: E3, 56 and B5. RGB value is (227,86,181). Sum of RGB (Red+Green+Blue) = 227+86+181=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E356B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356B5 is #1CA94A. Grayscale: #8A8A8A. Windows color (decimal): -1878347 or 11884259. OLE color: 11884259.
HSL color Cylindrical-coordinate representation of color #E356B5: hue angle of 319.57º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E356B5 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 181 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.11 |
| HSL | 319.57º | 0.72% | 0.61% | - |
| HSV(B) | 319.57º | 0.62% | 0.89% | - |
| XYZ | 43.35 | 26.32 | 46.51 | - |
| YUV | 138.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 181 | 0 | 0.62 | 0.20 | 0.11 | 319.57 | 0.72 | 0.61 |
| Hex | E3 | 56 | B5 | 0 | 3E | 14 | B | 140 | 48 | 3D |
| Octal | 343 | 126 | 265 | 0 | 76 | 24 | 13 | 500 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10110101 | 0 | 111110 | 10100 | 1011 | 101000000 | 1001000 | 111101 |
Color Harmonies of #E356B5
Complementary color
Monochromatic Colors of #E356B5
Black with #E356B5
Text Example
Text Example
White with #E356B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356B5; }
p { color: rgb(227,86,181); }
H1.HeaderClassName
{
color: #E356B5;
}
.AnyTagClassName
{
color: #E356B5;
}
</style>
background-color css
<style>
a { background-color: #E356B5; }
a { background-color: rgb(227,86,181); }
div.DivClassName
{
background-color: #E356B5;
}
.BgClassName
{
background-color: #E356B5;
}
</style>
border-color css
<style>
span { border-color: #E356B5; }
span { border-color: rgb(227,86,181); }
td.TdClassName
{
border-color: #E356B5;
}
.TagClassName
{
border-color: #E356B5;
}
</style>