Shades of Deep Pink #E8189C
Tints of Deep Pink #E8189C
RGB
CMYK
RGB Variations
Color information
#E8189C (or 0xE8189C) is known color: Deep Pink. HEX triplet: E8, 18 and 9C. RGB value is (232,24,156). Sum of RGB (Red+Green+Blue) = 232+24+156=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8189C is #17E763. Grayscale: #646464. Windows color (decimal): -1566564 or 10229992. OLE color: 10229992.
HSL color Cylindrical-coordinate representation of color #E8189C: hue angle of 321.92º 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 #E8189C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.09 |
| HSL | 321.92º | 0.82% | 0.5% | - |
| HSV(B) | 321.92º | 0.9% | 0.91% | - |
| XYZ | 39.61 | 20.21 | 33.27 | - |
| YUV | 101.24 | 158.91 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 156 | 0 | 0.90 | 0.33 | 0.09 | 321.92 | 0.82 | 0.5 |
| Hex | E8 | 18 | 9C | 0 | 5A | 21 | 9 | 142 | 52 | 32 |
| Octal | 350 | 30 | 234 | 0 | 132 | 41 | 11 | 502 | 122 | 62 |
| Binary | 11101000 | 11000 | 10011100 | 0 | 1011010 | 100001 | 1001 | 101000010 | 1010010 | 110010 |
Color Harmonies of #E8189C
Complementary color
Monochromatic Colors of #E8189C
Black with #E8189C
Text Example
Text Example
White with #E8189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8189C; }
p { color: rgb(232,24,156); }
H1.HeaderClassName
{
color: #E8189C;
}
.AnyTagClassName
{
color: #E8189C;
}
</style>
background-color css
<style>
a { background-color: #E8189C; }
a { background-color: rgb(232,24,156); }
div.DivClassName
{
background-color: #E8189C;
}
.BgClassName
{
background-color: #E8189C;
}
</style>
border-color css
<style>
span { border-color: #E8189C; }
span { border-color: rgb(232,24,156); }
td.TdClassName
{
border-color: #E8189C;
}
.TagClassName
{
border-color: #E8189C;
}
</style>