Shades of Hot Pink #E15DB1
Tints of Hot Pink #E15DB1
RGB
CMYK
RGB Variations
Color information
#E15DB1 (or 0xE15DB1) is known color: Hot Pink. HEX triplet: E1, 5D and B1. RGB value is (225,93,177). Sum of RGB (Red+Green+Blue) = 225+93+177=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DB1 is #1EA24E. Grayscale: #8D8D8D. Windows color (decimal): -2007631 or 11623905. OLE color: 11623905.
HSL color Cylindrical-coordinate representation of color #E15DB1: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DB1 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 177 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.12 |
| HSL | 321.82º | 0.69% | 0.62% | - |
| HSV(B) | 321.82º | 0.59% | 0.88% | - |
| XYZ | 42.9 | 27.01 | 44.55 | - |
| YUV | 142.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 177 | 0 | 0.59 | 0.21 | 0.12 | 321.82 | 0.69 | 0.62 |
| Hex | E1 | 5D | B1 | 0 | 3B | 15 | C | 142 | 45 | 3E |
| Octal | 341 | 135 | 261 | 0 | 73 | 25 | 14 | 502 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10110001 | 0 | 111011 | 10101 | 1100 | 101000010 | 1000101 | 111110 |
Color Harmonies of #E15DB1
Complementary color
Monochromatic Colors of #E15DB1
Black with #E15DB1
Text Example
Text Example
White with #E15DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DB1; }
p { color: rgb(225,93,177); }
H1.HeaderClassName
{
color: #E15DB1;
}
.AnyTagClassName
{
color: #E15DB1;
}
</style>
background-color css
<style>
a { background-color: #E15DB1; }
a { background-color: rgb(225,93,177); }
div.DivClassName
{
background-color: #E15DB1;
}
.BgClassName
{
background-color: #E15DB1;
}
</style>
border-color css
<style>
span { border-color: #E15DB1; }
span { border-color: rgb(225,93,177); }
td.TdClassName
{
border-color: #E15DB1;
}
.TagClassName
{
border-color: #E15DB1;
}
</style>