Shades of Hot Pink #E15FB6
Tints of Hot Pink #E15FB6
RGB
CMYK
RGB Variations
Color information
#E15FB6 (or 0xE15FB6) is known color: Hot Pink. HEX triplet: E1, 5F and B6. RGB value is (225,95,182). Sum of RGB (Red+Green+Blue) = 225+95+182=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FB6 is #1EA049. Grayscale: #8F8F8F. Windows color (decimal): -2007114 or 11952097. OLE color: 11952097.
HSL color Cylindrical-coordinate representation of color #E15FB6: hue angle of 319.85º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FB6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 182 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.12 |
| HSL | 319.85º | 0.68% | 0.63% | - |
| HSV(B) | 319.85º | 0.58% | 0.88% | - |
| XYZ | 43.59 | 27.57 | 47.28 | - |
| YUV | 143.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 182 | 0 | 0.58 | 0.19 | 0.12 | 319.85 | 0.68 | 0.63 |
| Hex | E1 | 5F | B6 | 0 | 3A | 13 | C | 140 | 44 | 3F |
| Octal | 341 | 137 | 266 | 0 | 72 | 23 | 14 | 500 | 104 | 77 |
| Binary | 11100001 | 1011111 | 10110110 | 0 | 111010 | 10011 | 1100 | 101000000 | 1000100 | 111111 |
Color Harmonies of #E15FB6
Complementary color
Monochromatic Colors of #E15FB6
Black with #E15FB6
Text Example
Text Example
White with #E15FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FB6; }
p { color: rgb(225,95,182); }
H1.HeaderClassName
{
color: #E15FB6;
}
.AnyTagClassName
{
color: #E15FB6;
}
</style>
background-color css
<style>
a { background-color: #E15FB6; }
a { background-color: rgb(225,95,182); }
div.DivClassName
{
background-color: #E15FB6;
}
.BgClassName
{
background-color: #E15FB6;
}
</style>
border-color css
<style>
span { border-color: #E15FB6; }
span { border-color: rgb(225,95,182); }
td.TdClassName
{
border-color: #E15FB6;
}
.TagClassName
{
border-color: #E15FB6;
}
</style>