Shades of Hot Pink #E355B6
Tints of Hot Pink #E355B6
RGB
CMYK
RGB Variations
Color information
#E355B6 (or 0xE355B6) is known color: Hot Pink. HEX triplet: E3, 55 and B6. RGB value is (227,85,182). Sum of RGB (Red+Green+Blue) = 227+85+182=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B6 is #1CAA49. Grayscale: #8A8A8A. Windows color (decimal): -1878602 or 11949539. OLE color: 11949539.
HSL color Cylindrical-coordinate representation of color #E355B6: hue angle of 319.01º 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 #E355B6 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 182 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.11 |
| HSL | 319.01º | 0.72% | 0.61% | - |
| HSV(B) | 319.01º | 0.63% | 0.89% | - |
| XYZ | 43.37 | 26.21 | 47.03 | - |
| YUV | 138.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 182 | 0 | 0.63 | 0.20 | 0.11 | 319.01 | 0.72 | 0.61 |
| Hex | E3 | 55 | B6 | 0 | 3F | 14 | B | 13F | 48 | 3D |
| Octal | 343 | 125 | 266 | 0 | 77 | 24 | 13 | 477 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10110110 | 0 | 111111 | 10100 | 1011 | 100111111 | 1001000 | 111101 |
Color Harmonies of #E355B6
Complementary color
Monochromatic Colors of #E355B6
Black with #E355B6
Text Example
Text Example
White with #E355B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355B6; }
p { color: rgb(227,85,182); }
H1.HeaderClassName
{
color: #E355B6;
}
.AnyTagClassName
{
color: #E355B6;
}
</style>
background-color css
<style>
a { background-color: #E355B6; }
a { background-color: rgb(227,85,182); }
div.DivClassName
{
background-color: #E355B6;
}
.BgClassName
{
background-color: #E355B6;
}
</style>
border-color css
<style>
span { border-color: #E355B6; }
span { border-color: rgb(227,85,182); }
td.TdClassName
{
border-color: #E355B6;
}
.TagClassName
{
border-color: #E355B6;
}
</style>