Shades of Deep Pink #E8147E
Tints of Deep Pink #E8147E
RGB
CMYK
RGB Variations
Color information
#E8147E (or 0xE8147E) is known color: Deep Pink. HEX triplet: E8, 14 and 7E. RGB value is (232,20,126). Sum of RGB (Red+Green+Blue) = 232+20+126=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8147E is #17EB81. Grayscale: #5F5F5F. Windows color (decimal): -1567618 or 8262888. OLE color: 8262888.
HSL color Cylindrical-coordinate representation of color #E8147E: hue angle of 330º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8147E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330º | 0.84% | 0.49% | - |
| HSV(B) | 330º | 0.91% | 0.91% | - |
| XYZ | 37.29 | 19.16 | 21.47 | - |
| YUV | 95.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 126 | 0 | 0.91 | 0.46 | 0.09 | 330 | 0.84 | 0.49 |
| Hex | E8 | 14 | 7E | 0 | 5B | 2E | 9 | 14A | 54 | 31 |
| Octal | 350 | 24 | 176 | 0 | 133 | 56 | 11 | 512 | 124 | 61 |
| Binary | 11101000 | 10100 | 1111110 | 0 | 1011011 | 101110 | 1001 | 101001010 | 1010100 | 110001 |
Color Harmonies of #E8147E
Complementary color
Monochromatic Colors of #E8147E
Black with #E8147E
Text Example
Text Example
White with #E8147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8147E; }
p { color: rgb(232,20,126); }
H1.HeaderClassName
{
color: #E8147E;
}
.AnyTagClassName
{
color: #E8147E;
}
</style>
background-color css
<style>
a { background-color: #E8147E; }
a { background-color: rgb(232,20,126); }
div.DivClassName
{
background-color: #E8147E;
}
.BgClassName
{
background-color: #E8147E;
}
</style>
border-color css
<style>
span { border-color: #E8147E; }
span { border-color: rgb(232,20,126); }
td.TdClassName
{
border-color: #E8147E;
}
.TagClassName
{
border-color: #E8147E;
}
</style>