Shades of Deep Pink #E9007E
Tints of Deep Pink #E9007E
RGB
CMYK
RGB Variations
Color information
#E9007E (or 0xE9007E) is known color: Deep Pink. HEX triplet: E9, 00 and 7E. RGB value is (233,0,126). Sum of RGB (Red+Green+Blue) = 233+0+126=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9007E is #16FF81. Grayscale: #535353. Windows color (decimal): -1507202 or 8257769. OLE color: 8257769.
HSL color Cylindrical-coordinate representation of color #E9007E: hue angle of 327.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9007E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.46 | 0.09 |
| HSL | 327.55º | 1% | 0.46% | - |
| HSV(B) | 327.55º | 1% | 0.91% | - |
| XYZ | 37.37 | 18.83 | 21.4 | - |
| YUV | 84.03 | 151.69 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 126 | 0 | 1 | 0.46 | 0.09 | 327.55 | 1 | 0.46 |
| Hex | E9 | 0 | 7E | 0 | 64 | 2E | 9 | 148 | 64 | 2E |
| Octal | 351 | 0 | 176 | 0 | 144 | 56 | 11 | 510 | 144 | 56 |
| Binary | 11101001 | 0 | 1111110 | 0 | 1100100 | 101110 | 1001 | 101001000 | 1100100 | 101110 |
Color Harmonies of #E9007E
Complementary color
Monochromatic Colors of #E9007E
Black with #E9007E
Text Example
Text Example
White with #E9007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9007E; }
p { color: rgb(233,0,126); }
H1.HeaderClassName
{
color: #E9007E;
}
.AnyTagClassName
{
color: #E9007E;
}
</style>
background-color css
<style>
a { background-color: #E9007E; }
a { background-color: rgb(233,0,126); }
div.DivClassName
{
background-color: #E9007E;
}
.BgClassName
{
background-color: #E9007E;
}
</style>
border-color css
<style>
span { border-color: #E9007E; }
span { border-color: rgb(233,0,126); }
td.TdClassName
{
border-color: #E9007E;
}
.TagClassName
{
border-color: #E9007E;
}
</style>