Shades of Hot Pink #E15FB3
Tints of Hot Pink #E15FB3
RGB
CMYK
RGB Variations
Color information
#E15FB3 (or 0xE15FB3) is known color: Hot Pink. HEX triplet: E1, 5F and B3. RGB value is (225,95,179). Sum of RGB (Red+Green+Blue) = 225+95+179=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FB3 is #1EA04C. Grayscale: #8F8F8F. Windows color (decimal): -2007117 or 11755489. OLE color: 11755489.
HSL color Cylindrical-coordinate representation of color #E15FB3: hue angle of 321.23º 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 #E15FB3 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 179 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.12 |
| HSL | 321.23º | 0.68% | 0.63% | - |
| HSV(B) | 321.23º | 0.58% | 0.88% | - |
| XYZ | 43.28 | 27.45 | 45.66 | - |
| YUV | 143.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 179 | 0 | 0.58 | 0.20 | 0.12 | 321.23 | 0.68 | 0.63 |
| Hex | E1 | 5F | B3 | 0 | 3A | 14 | C | 141 | 44 | 3F |
| Octal | 341 | 137 | 263 | 0 | 72 | 24 | 14 | 501 | 104 | 77 |
| Binary | 11100001 | 1011111 | 10110011 | 0 | 111010 | 10100 | 1100 | 101000001 | 1000100 | 111111 |
Color Harmonies of #E15FB3
Complementary color
Monochromatic Colors of #E15FB3
Black with #E15FB3
Text Example
Text Example
White with #E15FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FB3; }
p { color: rgb(225,95,179); }
H1.HeaderClassName
{
color: #E15FB3;
}
.AnyTagClassName
{
color: #E15FB3;
}
</style>
background-color css
<style>
a { background-color: #E15FB3; }
a { background-color: rgb(225,95,179); }
div.DivClassName
{
background-color: #E15FB3;
}
.BgClassName
{
background-color: #E15FB3;
}
</style>
border-color css
<style>
span { border-color: #E15FB3; }
span { border-color: rgb(225,95,179); }
td.TdClassName
{
border-color: #E15FB3;
}
.TagClassName
{
border-color: #E15FB3;
}
</style>