Shades of Deep Pink #E9087E
Tints of Deep Pink #E9087E
RGB
CMYK
RGB Variations
Color information
#E9087E (or 0xE9087E) is known color: Deep Pink. HEX triplet: E9, 08 and 7E. RGB value is (233,8,126). Sum of RGB (Red+Green+Blue) = 233+8+126=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E9087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9087E is #16F781. Grayscale: #585858. Windows color (decimal): -1505154 or 8259817. OLE color: 8259817.
HSL color Cylindrical-coordinate representation of color #E9087E: hue angle of 328.53º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9087E is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.09 |
| HSL | 328.53º | 0.93% | 0.47% | - |
| HSV(B) | 328.53º | 0.97% | 0.91% | - |
| XYZ | 37.46 | 19 | 21.43 | - |
| YUV | 88.73 | 149.04 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 126 | 0 | 0.97 | 0.46 | 0.09 | 328.53 | 0.93 | 0.47 |
| Hex | E9 | 8 | 7E | 0 | 61 | 2E | 9 | 149 | 5D | 2F |
| Octal | 351 | 10 | 176 | 0 | 141 | 56 | 11 | 511 | 135 | 57 |
| Binary | 11101001 | 1000 | 1111110 | 0 | 1100001 | 101110 | 1001 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E9087E
Complementary color
Monochromatic Colors of #E9087E
Black with #E9087E
Text Example
Text Example
White with #E9087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9087E; }
p { color: rgb(233,8,126); }
H1.HeaderClassName
{
color: #E9087E;
}
.AnyTagClassName
{
color: #E9087E;
}
</style>
background-color css
<style>
a { background-color: #E9087E; }
a { background-color: rgb(233,8,126); }
div.DivClassName
{
background-color: #E9087E;
}
.BgClassName
{
background-color: #E9087E;
}
</style>
border-color css
<style>
span { border-color: #E9087E; }
span { border-color: rgb(233,8,126); }
td.TdClassName
{
border-color: #E9087E;
}
.TagClassName
{
border-color: #E9087E;
}
</style>