Shades of Deep Pink #E8147D
Tints of Deep Pink #E8147D
RGB
CMYK
RGB Variations
Color information
#E8147D (or 0xE8147D) is known color: Deep Pink. HEX triplet: E8, 14 and 7D. RGB value is (232,20,125). Sum of RGB (Red+Green+Blue) = 232+20+125=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8147D is #17EB82. Grayscale: #5F5F5F. Windows color (decimal): -1567619 or 8197352. OLE color: 8197352.
HSL color Cylindrical-coordinate representation of color #E8147D: hue angle of 330.28º 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 #E8147D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.28º | 0.84% | 0.49% | - |
| HSV(B) | 330.28º | 0.91% | 0.91% | - |
| XYZ | 37.23 | 19.14 | 21.13 | - |
| YUV | 95.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 125 | 0 | 0.91 | 0.46 | 0.09 | 330.28 | 0.84 | 0.49 |
| Hex | E8 | 14 | 7D | 0 | 5B | 2E | 9 | 14A | 54 | 31 |
| Octal | 350 | 24 | 175 | 0 | 133 | 56 | 11 | 512 | 124 | 61 |
| Binary | 11101000 | 10100 | 1111101 | 0 | 1011011 | 101110 | 1001 | 101001010 | 1010100 | 110001 |
Color Harmonies of #E8147D
Complementary color
Monochromatic Colors of #E8147D
Black with #E8147D
Text Example
Text Example
White with #E8147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8147D; }
p { color: rgb(232,20,125); }
H1.HeaderClassName
{
color: #E8147D;
}
.AnyTagClassName
{
color: #E8147D;
}
</style>
background-color css
<style>
a { background-color: #E8147D; }
a { background-color: rgb(232,20,125); }
div.DivClassName
{
background-color: #E8147D;
}
.BgClassName
{
background-color: #E8147D;
}
</style>
border-color css
<style>
span { border-color: #E8147D; }
span { border-color: rgb(232,20,125); }
td.TdClassName
{
border-color: #E8147D;
}
.TagClassName
{
border-color: #E8147D;
}
</style>