Shades of Deep Pink #E7007E
Tints of Deep Pink #E7007E
RGB
CMYK
RGB Variations
Color information
#E7007E (or 0xE7007E) is known color: Deep Pink. HEX triplet: E7, 00 and 7E. RGB value is (231,0,126). Sum of RGB (Red+Green+Blue) = 231+0+126=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7007E is #18FF81. Grayscale: #535353. Windows color (decimal): -1638274 or 8257767. OLE color: 8257767.
HSL color Cylindrical-coordinate representation of color #E7007E: hue angle of 327.27º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7007E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.45 | 0.09 |
| HSL | 327.27º | 1% | 0.45% | - |
| HSV(B) | 327.27º | 1% | 0.91% | - |
| XYZ | 36.72 | 18.5 | 21.37 | - |
| YUV | 83.43 | 152.03 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 126 | 0 | 1 | 0.45 | 0.09 | 327.27 | 1 | 0.45 |
| Hex | E7 | 0 | 7E | 0 | 64 | 2D | 9 | 147 | 64 | 2D |
| Octal | 347 | 0 | 176 | 0 | 144 | 55 | 11 | 507 | 144 | 55 |
| Binary | 11100111 | 0 | 1111110 | 0 | 1100100 | 101101 | 1001 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E7007E
Complementary color
Monochromatic Colors of #E7007E
Black with #E7007E
Text Example
Text Example
White with #E7007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7007E; }
p { color: rgb(231,0,126); }
H1.HeaderClassName
{
color: #E7007E;
}
.AnyTagClassName
{
color: #E7007E;
}
</style>
background-color css
<style>
a { background-color: #E7007E; }
a { background-color: rgb(231,0,126); }
div.DivClassName
{
background-color: #E7007E;
}
.BgClassName
{
background-color: #E7007E;
}
</style>
border-color css
<style>
span { border-color: #E7007E; }
span { border-color: rgb(231,0,126); }
td.TdClassName
{
border-color: #E7007E;
}
.TagClassName
{
border-color: #E7007E;
}
</style>