Shades of Deep Pink #E8169A
Tints of Deep Pink #E8169A
RGB
CMYK
RGB Variations
Color information
#E8169A (or 0xE8169A) is known color: Deep Pink. HEX triplet: E8, 16 and 9A. RGB value is (232,22,154). Sum of RGB (Red+Green+Blue) = 232+22+154=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8169A is #17E965. Grayscale: #636363. Windows color (decimal): -1567078 or 10098408. OLE color: 10098408.
HSL color Cylindrical-coordinate representation of color #E8169A: hue angle of 322.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8169A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 154 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.29º | 0.83% | 0.5% | - |
| HSV(B) | 322.29º | 0.91% | 0.91% | - |
| XYZ | 39.4 | 20.06 | 32.37 | - |
| YUV | 99.84 | 158.57 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 154 | 0 | 0.91 | 0.34 | 0.09 | 322.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 9A | 0 | 5B | 22 | 9 | 142 | 53 | 32 |
| Octal | 350 | 26 | 232 | 0 | 133 | 42 | 11 | 502 | 123 | 62 |
| Binary | 11101000 | 10110 | 10011010 | 0 | 1011011 | 100010 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E8169A
Complementary color
Monochromatic Colors of #E8169A
Black with #E8169A
Text Example
Text Example
White with #E8169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8169A; }
p { color: rgb(232,22,154); }
H1.HeaderClassName
{
color: #E8169A;
}
.AnyTagClassName
{
color: #E8169A;
}
</style>
background-color css
<style>
a { background-color: #E8169A; }
a { background-color: rgb(232,22,154); }
div.DivClassName
{
background-color: #E8169A;
}
.BgClassName
{
background-color: #E8169A;
}
</style>
border-color css
<style>
span { border-color: #E8169A; }
span { border-color: rgb(232,22,154); }
td.TdClassName
{
border-color: #E8169A;
}
.TagClassName
{
border-color: #E8169A;
}
</style>