Shades of Deep Pink #E4168F
Tints of Deep Pink #E4168F
RGB
CMYK
RGB Variations
Color information
#E4168F (or 0xE4168F) is known color: Deep Pink. HEX triplet: E4, 16 and 8F. RGB value is (228,22,143). Sum of RGB (Red+Green+Blue) = 228+22+143=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E4168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4168F is #1BE970. Grayscale: #616161. Windows color (decimal): -1829233 or 9377508. OLE color: 9377508.
HSL color Cylindrical-coordinate representation of color #E4168F: hue angle of 324.76º 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 #E4168F is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 143 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.11 |
| HSL | 324.76º | 0.82% | 0.49% | - |
| HSV(B) | 324.76º | 0.9% | 0.89% | - |
| XYZ | 37.24 | 19.05 | 27.7 | - |
| YUV | 97.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 143 | 0 | 0.90 | 0.37 | 0.11 | 324.76 | 0.82 | 0.49 |
| Hex | E4 | 16 | 8F | 0 | 5A | 25 | B | 145 | 52 | 31 |
| Octal | 344 | 26 | 217 | 0 | 132 | 45 | 13 | 505 | 122 | 61 |
| Binary | 11100100 | 10110 | 10001111 | 0 | 1011010 | 100101 | 1011 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E4168F
Complementary color
Monochromatic Colors of #E4168F
Black with #E4168F
Text Example
Text Example
White with #E4168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4168F; }
p { color: rgb(228,22,143); }
H1.HeaderClassName
{
color: #E4168F;
}
.AnyTagClassName
{
color: #E4168F;
}
</style>
background-color css
<style>
a { background-color: #E4168F; }
a { background-color: rgb(228,22,143); }
div.DivClassName
{
background-color: #E4168F;
}
.BgClassName
{
background-color: #E4168F;
}
</style>
border-color css
<style>
span { border-color: #E4168F; }
span { border-color: rgb(228,22,143); }
td.TdClassName
{
border-color: #E4168F;
}
.TagClassName
{
border-color: #E4168F;
}
</style>