Shades of Hot Pink #E355B4
Tints of Hot Pink #E355B4
RGB
CMYK
RGB Variations
Color information
#E355B4 (or 0xE355B4) is known color: Hot Pink. HEX triplet: E3, 55 and B4. RGB value is (227,85,180). Sum of RGB (Red+Green+Blue) = 227+85+180=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B4 is #1CAA4B. Grayscale: #8A8A8A. Windows color (decimal): -1878604 or 11818467. OLE color: 11818467.
HSL color Cylindrical-coordinate representation of color #E355B4: hue angle of 319.86º degrees, saturation: 0.72, 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 #E355B4 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 180 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.11 |
| HSL | 319.86º | 0.72% | 0.61% | - |
| HSV(B) | 319.86º | 0.63% | 0.89% | - |
| XYZ | 43.17 | 26.12 | 45.95 | - |
| YUV | 138.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 180 | 0 | 0.63 | 0.21 | 0.11 | 319.86 | 0.72 | 0.61 |
| Hex | E3 | 55 | B4 | 0 | 3F | 15 | B | 140 | 48 | 3D |
| Octal | 343 | 125 | 264 | 0 | 77 | 25 | 13 | 500 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10110100 | 0 | 111111 | 10101 | 1011 | 101000000 | 1001000 | 111101 |
Color Harmonies of #E355B4
Complementary color
Monochromatic Colors of #E355B4
Black with #E355B4
Text Example
Text Example
White with #E355B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355B4; }
p { color: rgb(227,85,180); }
H1.HeaderClassName
{
color: #E355B4;
}
.AnyTagClassName
{
color: #E355B4;
}
</style>
background-color css
<style>
a { background-color: #E355B4; }
a { background-color: rgb(227,85,180); }
div.DivClassName
{
background-color: #E355B4;
}
.BgClassName
{
background-color: #E355B4;
}
</style>
border-color css
<style>
span { border-color: #E355B4; }
span { border-color: rgb(227,85,180); }
td.TdClassName
{
border-color: #E355B4;
}
.TagClassName
{
border-color: #E355B4;
}
</style>