Shades of Deep Pink #E5168D
Tints of Deep Pink #E5168D
RGB
CMYK
RGB Variations
Color information
#E5168D (or 0xE5168D) is known color: Deep Pink. HEX triplet: E5, 16 and 8D. RGB value is (229,22,141). Sum of RGB (Red+Green+Blue) = 229+22+141=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5168D is #1AE972. Grayscale: #616161. Windows color (decimal): -1763699 or 9246437. OLE color: 9246437.
HSL color Cylindrical-coordinate representation of color #E5168D: hue angle of 325.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5168D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.10 |
| HSL | 325.51º | 0.82% | 0.49% | - |
| HSV(B) | 325.51º | 0.9% | 0.9% | - |
| XYZ | 37.41 | 19.15 | 26.92 | - |
| YUV | 97.46 | 152.58 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 141 | 0 | 0.90 | 0.38 | 0.10 | 325.51 | 0.82 | 0.49 |
| Hex | E5 | 16 | 8D | 0 | 5A | 26 | A | 146 | 52 | 31 |
| Octal | 345 | 26 | 215 | 0 | 132 | 46 | 12 | 506 | 122 | 61 |
| Binary | 11100101 | 10110 | 10001101 | 0 | 1011010 | 100110 | 1010 | 101000110 | 1010010 | 110001 |
Color Harmonies of #E5168D
Complementary color
Monochromatic Colors of #E5168D
Black with #E5168D
Text Example
Text Example
White with #E5168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5168D; }
p { color: rgb(229,22,141); }
H1.HeaderClassName
{
color: #E5168D;
}
.AnyTagClassName
{
color: #E5168D;
}
</style>
background-color css
<style>
a { background-color: #E5168D; }
a { background-color: rgb(229,22,141); }
div.DivClassName
{
background-color: #E5168D;
}
.BgClassName
{
background-color: #E5168D;
}
</style>
border-color css
<style>
span { border-color: #E5168D; }
span { border-color: rgb(229,22,141); }
td.TdClassName
{
border-color: #E5168D;
}
.TagClassName
{
border-color: #E5168D;
}
</style>