Shades of Deep Pink #E51285
Tints of Deep Pink #E51285
RGB
CMYK
RGB Variations
Color information
#E51285 (or 0xE51285) is known color: Deep Pink. HEX triplet: E5, 12 and 85. RGB value is (229,18,133). Sum of RGB (Red+Green+Blue) = 229+18+133=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E51285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51285 is #1AED7A. Grayscale: #5D5D5D. Windows color (decimal): -1764731 or 8721125. OLE color: 8721125.
HSL color Cylindrical-coordinate representation of color #E51285: hue angle of 327.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51285 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 133 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.10 |
| HSL | 327.3º | 0.85% | 0.48% | - |
| HSV(B) | 327.3º | 0.92% | 0.9% | - |
| XYZ | 36.76 | 18.78 | 23.88 | - |
| YUV | 94.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 133 | 0 | 0.92 | 0.42 | 0.10 | 327.3 | 0.85 | 0.48 |
| Hex | E5 | 12 | 85 | 0 | 5C | 2A | A | 147 | 55 | 30 |
| Octal | 345 | 22 | 205 | 0 | 134 | 52 | 12 | 507 | 125 | 60 |
| Binary | 11100101 | 10010 | 10000101 | 0 | 1011100 | 101010 | 1010 | 101000111 | 1010101 | 110000 |
Color Harmonies of #E51285
Complementary color
Monochromatic Colors of #E51285
Black with #E51285
Text Example
Text Example
White with #E51285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51285; }
p { color: rgb(229,18,133); }
H1.HeaderClassName
{
color: #E51285;
}
.AnyTagClassName
{
color: #E51285;
}
</style>
background-color css
<style>
a { background-color: #E51285; }
a { background-color: rgb(229,18,133); }
div.DivClassName
{
background-color: #E51285;
}
.BgClassName
{
background-color: #E51285;
}
</style>
border-color css
<style>
span { border-color: #E51285; }
span { border-color: rgb(229,18,133); }
td.TdClassName
{
border-color: #E51285;
}
.TagClassName
{
border-color: #E51285;
}
</style>