Shades of Deep Pink #E6007E
Tints of Deep Pink #E6007E
RGB
CMYK
RGB Variations
Color information
#E6007E (or 0xE6007E) is known color: Deep Pink. HEX triplet: E6, 00 and 7E. RGB value is (230,0,126). Sum of RGB (Red+Green+Blue) = 230+0+126=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6007E is #19FF81. Grayscale: #525252. Windows color (decimal): -1703810 or 8257766. OLE color: 8257766.
HSL color Cylindrical-coordinate representation of color #E6007E: hue angle of 327.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6007E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.45 | 0.10 |
| HSL | 327.13º | 1% | 0.45% | - |
| HSV(B) | 327.13º | 1% | 0.9% | - |
| XYZ | 36.4 | 18.33 | 21.36 | - |
| YUV | 83.13 | 152.2 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 126 | 0 | 1 | 0.45 | 0.10 | 327.13 | 1 | 0.45 |
| Hex | E6 | 0 | 7E | 0 | 64 | 2D | A | 147 | 64 | 2D |
| Octal | 346 | 0 | 176 | 0 | 144 | 55 | 12 | 507 | 144 | 55 |
| Binary | 11100110 | 0 | 1111110 | 0 | 1100100 | 101101 | 1010 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E6007E
Complementary color
Monochromatic Colors of #E6007E
Black with #E6007E
Text Example
Text Example
White with #E6007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6007E; }
p { color: rgb(230,0,126); }
H1.HeaderClassName
{
color: #E6007E;
}
.AnyTagClassName
{
color: #E6007E;
}
</style>
background-color css
<style>
a { background-color: #E6007E; }
a { background-color: rgb(230,0,126); }
div.DivClassName
{
background-color: #E6007E;
}
.BgClassName
{
background-color: #E6007E;
}
</style>
border-color css
<style>
span { border-color: #E6007E; }
span { border-color: rgb(230,0,126); }
td.TdClassName
{
border-color: #E6007E;
}
.TagClassName
{
border-color: #E6007E;
}
</style>