Shades of Deep Pink #E7147F
Tints of Deep Pink #E7147F
RGB
CMYK
RGB Variations
Color information
#E7147F (or 0xE7147F) is known color: Deep Pink. HEX triplet: E7, 14 and 7F. RGB value is (231,20,127). Sum of RGB (Red+Green+Blue) = 231+20+127=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7147F is #18EB80. Grayscale: #5F5F5F. Windows color (decimal): -1633153 or 8328423. OLE color: 8328423.
HSL color Cylindrical-coordinate representation of color #E7147F: hue angle of 329.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7147F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.09 |
| HSL | 329.57º | 0.84% | 0.49% | - |
| HSV(B) | 329.57º | 0.91% | 0.91% | - |
| XYZ | 37.04 | 19.02 | 21.8 | - |
| YUV | 95.29 | 145.9 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 127 | 0 | 0.91 | 0.45 | 0.09 | 329.57 | 0.84 | 0.49 |
| Hex | E7 | 14 | 7F | 0 | 5B | 2D | 9 | 14A | 54 | 31 |
| Octal | 347 | 24 | 177 | 0 | 133 | 55 | 11 | 512 | 124 | 61 |
| Binary | 11100111 | 10100 | 1111111 | 0 | 1011011 | 101101 | 1001 | 101001010 | 1010100 | 110001 |
Color Harmonies of #E7147F
Complementary color
Monochromatic Colors of #E7147F
Black with #E7147F
Text Example
Text Example
White with #E7147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7147F; }
p { color: rgb(231,20,127); }
H1.HeaderClassName
{
color: #E7147F;
}
.AnyTagClassName
{
color: #E7147F;
}
</style>
background-color css
<style>
a { background-color: #E7147F; }
a { background-color: rgb(231,20,127); }
div.DivClassName
{
background-color: #E7147F;
}
.BgClassName
{
background-color: #E7147F;
}
</style>
border-color css
<style>
span { border-color: #E7147F; }
span { border-color: rgb(231,20,127); }
td.TdClassName
{
border-color: #E7147F;
}
.TagClassName
{
border-color: #E7147F;
}
</style>