Shades of Deep Pink #E6037F
Tints of Deep Pink #E6037F
RGB
CMYK
RGB Variations
Color information
#E6037F (or 0xE6037F) is known color: Deep Pink. HEX triplet: E6, 03 and 7F. RGB value is (230,3,127). Sum of RGB (Red+Green+Blue) = 230+3+127=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6037F is #19FC80. Grayscale: #545454. Windows color (decimal): -1703041 or 8324070. OLE color: 8324070.
HSL color Cylindrical-coordinate representation of color #E6037F: hue angle of 327.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6037F is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.10 |
| HSL | 327.22º | 0.97% | 0.46% | - |
| HSV(B) | 327.22º | 0.99% | 0.9% | - |
| XYZ | 36.5 | 18.42 | 21.71 | - |
| YUV | 85.01 | 151.71 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 127 | 0 | 0.99 | 0.45 | 0.10 | 327.22 | 0.97 | 0.46 |
| Hex | E6 | 3 | 7F | 0 | 63 | 2D | A | 147 | 61 | 2E |
| Octal | 346 | 3 | 177 | 0 | 143 | 55 | 12 | 507 | 141 | 56 |
| Binary | 11100110 | 11 | 1111111 | 0 | 1100011 | 101101 | 1010 | 101000111 | 1100001 | 101110 |
Color Harmonies of #E6037F
Complementary color
Monochromatic Colors of #E6037F
Black with #E6037F
Text Example
Text Example
White with #E6037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6037F; }
p { color: rgb(230,3,127); }
H1.HeaderClassName
{
color: #E6037F;
}
.AnyTagClassName
{
color: #E6037F;
}
</style>
background-color css
<style>
a { background-color: #E6037F; }
a { background-color: rgb(230,3,127); }
div.DivClassName
{
background-color: #E6037F;
}
.BgClassName
{
background-color: #E6037F;
}
</style>
border-color css
<style>
span { border-color: #E6037F; }
span { border-color: rgb(230,3,127); }
td.TdClassName
{
border-color: #E6037F;
}
.TagClassName
{
border-color: #E6037F;
}
</style>