Shades of Deep Pink #E6147E
Tints of Deep Pink #E6147E
RGB
CMYK
RGB Variations
Color information
#E6147E (or 0xE6147E) is known color: Deep Pink. HEX triplet: E6, 14 and 7E. RGB value is (230,20,126). Sum of RGB (Red+Green+Blue) = 230+20+126=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6147E is #19EB81. Grayscale: #5E5E5E. Windows color (decimal): -1698690 or 8262886. OLE color: 8262886.
HSL color Cylindrical-coordinate representation of color #E6147E: hue angle of 329.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6147E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.10 |
| HSL | 329.71º | 0.84% | 0.49% | - |
| HSV(B) | 329.71º | 0.91% | 0.9% | - |
| XYZ | 36.65 | 18.83 | 21.44 | - |
| YUV | 94.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 126 | 0 | 0.91 | 0.45 | 0.10 | 329.71 | 0.84 | 0.49 |
| Hex | E6 | 14 | 7E | 0 | 5B | 2D | A | 14A | 54 | 31 |
| Octal | 346 | 24 | 176 | 0 | 133 | 55 | 12 | 512 | 124 | 61 |
| Binary | 11100110 | 10100 | 1111110 | 0 | 1011011 | 101101 | 1010 | 101001010 | 1010100 | 110001 |
Color Harmonies of #E6147E
Complementary color
Monochromatic Colors of #E6147E
Black with #E6147E
Text Example
Text Example
White with #E6147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6147E; }
p { color: rgb(230,20,126); }
H1.HeaderClassName
{
color: #E6147E;
}
.AnyTagClassName
{
color: #E6147E;
}
</style>
background-color css
<style>
a { background-color: #E6147E; }
a { background-color: rgb(230,20,126); }
div.DivClassName
{
background-color: #E6147E;
}
.BgClassName
{
background-color: #E6147E;
}
</style>
border-color css
<style>
span { border-color: #E6147E; }
span { border-color: rgb(230,20,126); }
td.TdClassName
{
border-color: #E6147E;
}
.TagClassName
{
border-color: #E6147E;
}
</style>