Shades of Deep Pink #E8148B
Tints of Deep Pink #E8148B
RGB
CMYK
RGB Variations
Color information
#E8148B (or 0xE8148B) is known color: Deep Pink. HEX triplet: E8, 14 and 8B. RGB value is (232,20,139). Sum of RGB (Red+Green+Blue) = 232+20+139=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8148B is #17EB74. Grayscale: #606060. Windows color (decimal): -1567605 or 9114856. OLE color: 9114856.
HSL color Cylindrical-coordinate representation of color #E8148B: hue angle of 326.32º 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 #E8148B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.32º | 0.84% | 0.49% | - |
| HSV(B) | 326.32º | 0.91% | 0.91% | - |
| XYZ | 38.19 | 19.52 | 26.18 | - |
| YUV | 96.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 139 | 0 | 0.91 | 0.40 | 0.09 | 326.32 | 0.84 | 0.49 |
| Hex | E8 | 14 | 8B | 0 | 5B | 28 | 9 | 146 | 54 | 31 |
| Octal | 350 | 24 | 213 | 0 | 133 | 50 | 11 | 506 | 124 | 61 |
| Binary | 11101000 | 10100 | 10001011 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010100 | 110001 |
Color Harmonies of #E8148B
Complementary color
Monochromatic Colors of #E8148B
Black with #E8148B
Text Example
Text Example
White with #E8148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8148B; }
p { color: rgb(232,20,139); }
H1.HeaderClassName
{
color: #E8148B;
}
.AnyTagClassName
{
color: #E8148B;
}
</style>
background-color css
<style>
a { background-color: #E8148B; }
a { background-color: rgb(232,20,139); }
div.DivClassName
{
background-color: #E8148B;
}
.BgClassName
{
background-color: #E8148B;
}
</style>
border-color css
<style>
span { border-color: #E8148B; }
span { border-color: rgb(232,20,139); }
td.TdClassName
{
border-color: #E8148B;
}
.TagClassName
{
border-color: #E8148B;
}
</style>