Shades of Deep Pink #E4168D
Tints of Deep Pink #E4168D
RGB
CMYK
RGB Variations
Color information
#E4168D (or 0xE4168D) is known color: Deep Pink. HEX triplet: E4, 16 and 8D. RGB value is (228,22,141). Sum of RGB (Red+Green+Blue) = 228+22+141=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4168D is #1BE972. Grayscale: #606060. Windows color (decimal): -1829235 or 9246436. OLE color: 9246436.
HSL color Cylindrical-coordinate representation of color #E4168D: hue angle of 325.34º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4168D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.11 |
| HSL | 325.34º | 0.82% | 0.49% | - |
| HSV(B) | 325.34º | 0.9% | 0.89% | - |
| XYZ | 37.09 | 18.99 | 26.91 | - |
| YUV | 97.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 141 | 0 | 0.90 | 0.38 | 0.11 | 325.34 | 0.82 | 0.49 |
| Hex | E4 | 16 | 8D | 0 | 5A | 26 | B | 145 | 52 | 31 |
| Octal | 344 | 26 | 215 | 0 | 132 | 46 | 13 | 505 | 122 | 61 |
| Binary | 11100100 | 10110 | 10001101 | 0 | 1011010 | 100110 | 1011 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E4168D
Complementary color
Monochromatic Colors of #E4168D
Black with #E4168D
Text Example
Text Example
White with #E4168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4168D; }
p { color: rgb(228,22,141); }
H1.HeaderClassName
{
color: #E4168D;
}
.AnyTagClassName
{
color: #E4168D;
}
</style>
background-color css
<style>
a { background-color: #E4168D; }
a { background-color: rgb(228,22,141); }
div.DivClassName
{
background-color: #E4168D;
}
.BgClassName
{
background-color: #E4168D;
}
</style>
border-color css
<style>
span { border-color: #E4168D; }
span { border-color: rgb(228,22,141); }
td.TdClassName
{
border-color: #E4168D;
}
.TagClassName
{
border-color: #E4168D;
}
</style>