Shades of Hot Pink #E15DB4
Tints of Hot Pink #E15DB4
RGB
CMYK
RGB Variations
Color information
#E15DB4 (or 0xE15DB4) is known color: Hot Pink. HEX triplet: E1, 5D and B4. RGB value is (225,93,180). Sum of RGB (Red+Green+Blue) = 225+93+180=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB4 is #1EA24B. Grayscale: #8E8E8E. Windows color (decimal): -2007628 or 11820513. OLE color: 11820513.
HSL color Cylindrical-coordinate representation of color #E15DB4: hue angle of 320.45º 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 #E15DB4 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 180 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.12 |
| HSL | 320.45º | 0.69% | 0.62% | - |
| HSV(B) | 320.45º | 0.59% | 0.88% | - |
| XYZ | 43.2 | 27.13 | 46.14 | - |
| YUV | 142.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 180 | 0 | 0.59 | 0.2 | 0.12 | 320.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | B4 | 0 | 3B | 14 | C | 140 | 45 | 3E |
| Octal | 341 | 135 | 264 | 0 | 73 | 24 | 14 | 500 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10110100 | 0 | 111011 | 10100 | 1100 | 101000000 | 1000101 | 111110 |
Color Harmonies of #E15DB4
Complementary color
Monochromatic Colors of #E15DB4
Black with #E15DB4
Text Example
Text Example
White with #E15DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DB4; }
p { color: rgb(225,93,180); }
H1.HeaderClassName
{
color: #E15DB4;
}
.AnyTagClassName
{
color: #E15DB4;
}
</style>
background-color css
<style>
a { background-color: #E15DB4; }
a { background-color: rgb(225,93,180); }
div.DivClassName
{
background-color: #E15DB4;
}
.BgClassName
{
background-color: #E15DB4;
}
</style>
border-color css
<style>
span { border-color: #E15DB4; }
span { border-color: rgb(225,93,180); }
td.TdClassName
{
border-color: #E15DB4;
}
.TagClassName
{
border-color: #E15DB4;
}
</style>