Shades of Deep Pink #E6137F
Tints of Deep Pink #E6137F
RGB
CMYK
RGB Variations
Color information
#E6137F (or 0xE6137F) is known color: Deep Pink. HEX triplet: E6, 13 and 7F. RGB value is (230,19,127). Sum of RGB (Red+Green+Blue) = 230+19+127=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6137F is #19EC80. Grayscale: #5E5E5E. Windows color (decimal): -1698945 or 8328166. OLE color: 8328166.
HSL color Cylindrical-coordinate representation of color #E6137F: hue angle of 329.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6137F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 127 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.10 |
| HSL | 329.29º | 0.85% | 0.49% | - |
| HSV(B) | 329.29º | 0.92% | 0.9% | - |
| XYZ | 36.7 | 18.82 | 21.78 | - |
| YUV | 94.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 127 | 0 | 0.92 | 0.45 | 0.10 | 329.29 | 0.85 | 0.49 |
| Hex | E6 | 13 | 7F | 0 | 5C | 2D | A | 149 | 55 | 31 |
| Octal | 346 | 23 | 177 | 0 | 134 | 55 | 12 | 511 | 125 | 61 |
| Binary | 11100110 | 10011 | 1111111 | 0 | 1011100 | 101101 | 1010 | 101001001 | 1010101 | 110001 |
Color Harmonies of #E6137F
Complementary color
Monochromatic Colors of #E6137F
Black with #E6137F
Text Example
Text Example
White with #E6137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6137F; }
p { color: rgb(230,19,127); }
H1.HeaderClassName
{
color: #E6137F;
}
.AnyTagClassName
{
color: #E6137F;
}
</style>
background-color css
<style>
a { background-color: #E6137F; }
a { background-color: rgb(230,19,127); }
div.DivClassName
{
background-color: #E6137F;
}
.BgClassName
{
background-color: #E6137F;
}
</style>
border-color css
<style>
span { border-color: #E6137F; }
span { border-color: rgb(230,19,127); }
td.TdClassName
{
border-color: #E6137F;
}
.TagClassName
{
border-color: #E6137F;
}
</style>