Shades of Deep Pink #E4168C
Tints of Deep Pink #E4168C
RGB
CMYK
RGB Variations
Color information
#E4168C (or 0xE4168C) is known color: Deep Pink. HEX triplet: E4, 16 and 8C. RGB value is (228,22,140). Sum of RGB (Red+Green+Blue) = 228+22+140=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4168C is #1BE973. Grayscale: #606060. Windows color (decimal): -1829236 or 9180900. OLE color: 9180900.
HSL color Cylindrical-coordinate representation of color #E4168C: hue angle of 325.63º 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 #E4168C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 140 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.11 |
| HSL | 325.63º | 0.82% | 0.49% | - |
| HSV(B) | 325.63º | 0.9% | 0.89% | - |
| XYZ | 37.02 | 18.96 | 26.52 | - |
| YUV | 97.05 | 152.25 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 140 | 0 | 0.90 | 0.39 | 0.11 | 325.63 | 0.82 | 0.49 |
| Hex | E4 | 16 | 8C | 0 | 5A | 27 | B | 146 | 52 | 31 |
| Octal | 344 | 26 | 214 | 0 | 132 | 47 | 13 | 506 | 122 | 61 |
| Binary | 11100100 | 10110 | 10001100 | 0 | 1011010 | 100111 | 1011 | 101000110 | 1010010 | 110001 |
Color Harmonies of #E4168C
Complementary color
Monochromatic Colors of #E4168C
Black with #E4168C
Text Example
Text Example
White with #E4168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4168C; }
p { color: rgb(228,22,140); }
H1.HeaderClassName
{
color: #E4168C;
}
.AnyTagClassName
{
color: #E4168C;
}
</style>
background-color css
<style>
a { background-color: #E4168C; }
a { background-color: rgb(228,22,140); }
div.DivClassName
{
background-color: #E4168C;
}
.BgClassName
{
background-color: #E4168C;
}
</style>
border-color css
<style>
span { border-color: #E4168C; }
span { border-color: rgb(228,22,140); }
td.TdClassName
{
border-color: #E4168C;
}
.TagClassName
{
border-color: #E4168C;
}
</style>