Shades of Deep Pink #E9147E
Tints of Deep Pink #E9147E
RGB
CMYK
RGB Variations
Color information
#E9147E (or 0xE9147E) is known color: Deep Pink. HEX triplet: E9, 14 and 7E. RGB value is (233,20,126). Sum of RGB (Red+Green+Blue) = 233+20+126=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9147E is #16EB81. Grayscale: #5F5F5F. Windows color (decimal): -1502082 or 8262889. OLE color: 8262889.
HSL color Cylindrical-coordinate representation of color #E9147E: hue angle of 330.14º degrees, saturation: 0.84, 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 #E9147E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.14º | 0.84% | 0.5% | - |
| HSV(B) | 330.14º | 0.91% | 0.91% | - |
| XYZ | 37.62 | 19.33 | 21.49 | - |
| YUV | 95.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 126 | 0 | 0.91 | 0.46 | 0.09 | 330.14 | 0.84 | 0.5 |
| Hex | E9 | 14 | 7E | 0 | 5B | 2E | 9 | 14A | 54 | 32 |
| Octal | 351 | 24 | 176 | 0 | 133 | 56 | 11 | 512 | 124 | 62 |
| Binary | 11101001 | 10100 | 1111110 | 0 | 1011011 | 101110 | 1001 | 101001010 | 1010100 | 110010 |
Color Harmonies of #E9147E
Complementary color
Monochromatic Colors of #E9147E
Black with #E9147E
Text Example
Text Example
White with #E9147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9147E; }
p { color: rgb(233,20,126); }
H1.HeaderClassName
{
color: #E9147E;
}
.AnyTagClassName
{
color: #E9147E;
}
</style>
background-color css
<style>
a { background-color: #E9147E; }
a { background-color: rgb(233,20,126); }
div.DivClassName
{
background-color: #E9147E;
}
.BgClassName
{
background-color: #E9147E;
}
</style>
border-color css
<style>
span { border-color: #E9147E; }
span { border-color: rgb(233,20,126); }
td.TdClassName
{
border-color: #E9147E;
}
.TagClassName
{
border-color: #E9147E;
}
</style>