Shades of Deep Pink #E8097E
Tints of Deep Pink #E8097E
RGB
CMYK
RGB Variations
Color information
#E8097E (or 0xE8097E) is known color: Deep Pink. HEX triplet: E8, 09 and 7E. RGB value is (232,9,126). Sum of RGB (Red+Green+Blue) = 232+9+126=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E8097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8097E is #17F681. Grayscale: #585858. Windows color (decimal): -1570434 or 8260072. OLE color: 8260072.
HSL color Cylindrical-coordinate representation of color #E8097E: hue angle of 328.52º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8097E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.09 |
| HSL | 328.52º | 0.93% | 0.47% | - |
| HSV(B) | 328.52º | 0.96% | 0.91% | - |
| XYZ | 37.14 | 18.86 | 21.42 | - |
| YUV | 89.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 126 | 0 | 0.96 | 0.46 | 0.09 | 328.52 | 0.93 | 0.47 |
| Hex | E8 | 9 | 7E | 0 | 60 | 2E | 9 | 149 | 5D | 2F |
| Octal | 350 | 11 | 176 | 0 | 140 | 56 | 11 | 511 | 135 | 57 |
| Binary | 11101000 | 1001 | 1111110 | 0 | 1100000 | 101110 | 1001 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E8097E
Complementary color
Monochromatic Colors of #E8097E
Black with #E8097E
Text Example
Text Example
White with #E8097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8097E; }
p { color: rgb(232,9,126); }
H1.HeaderClassName
{
color: #E8097E;
}
.AnyTagClassName
{
color: #E8097E;
}
</style>
background-color css
<style>
a { background-color: #E8097E; }
a { background-color: rgb(232,9,126); }
div.DivClassName
{
background-color: #E8097E;
}
.BgClassName
{
background-color: #E8097E;
}
</style>
border-color css
<style>
span { border-color: #E8097E; }
span { border-color: rgb(232,9,126); }
td.TdClassName
{
border-color: #E8097E;
}
.TagClassName
{
border-color: #E8097E;
}
</style>