Shades of Deep Pink #E8189D
Tints of Deep Pink #E8189D
RGB
CMYK
RGB Variations
Color information
#E8189D (or 0xE8189D) is known color: Deep Pink. HEX triplet: E8, 18 and 9D. RGB value is (232,24,157). Sum of RGB (Red+Green+Blue) = 232+24+157=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E8189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8189D is #17E762. Grayscale: #656565. Windows color (decimal): -1566563 or 10295528. OLE color: 10295528.
HSL color Cylindrical-coordinate representation of color #E8189D: hue angle of 321.63º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8189D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 157 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.09 |
| HSL | 321.63º | 0.82% | 0.5% | - |
| HSV(B) | 321.63º | 0.9% | 0.91% | - |
| XYZ | 39.69 | 20.24 | 33.71 | - |
| YUV | 101.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 157 | 0 | 0.90 | 0.32 | 0.09 | 321.63 | 0.82 | 0.5 |
| Hex | E8 | 18 | 9D | 0 | 5A | 20 | 9 | 142 | 52 | 32 |
| Octal | 350 | 30 | 235 | 0 | 132 | 40 | 11 | 502 | 122 | 62 |
| Binary | 11101000 | 11000 | 10011101 | 0 | 1011010 | 100000 | 1001 | 101000010 | 1010010 | 110010 |
Color Harmonies of #E8189D
Complementary color
Monochromatic Colors of #E8189D
Black with #E8189D
Text Example
Text Example
White with #E8189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8189D; }
p { color: rgb(232,24,157); }
H1.HeaderClassName
{
color: #E8189D;
}
.AnyTagClassName
{
color: #E8189D;
}
</style>
background-color css
<style>
a { background-color: #E8189D; }
a { background-color: rgb(232,24,157); }
div.DivClassName
{
background-color: #E8189D;
}
.BgClassName
{
background-color: #E8189D;
}
</style>
border-color css
<style>
span { border-color: #E8189D; }
span { border-color: rgb(232,24,157); }
td.TdClassName
{
border-color: #E8189D;
}
.TagClassName
{
border-color: #E8189D;
}
</style>