Shades of Dark Pink #E6417F
Tints of Dark Pink #E6417F
RGB
CMYK
RGB Variations
Color information
#E6417F (or 0xE6417F) is known color: Dark Pink. HEX triplet: E6, 41 and 7F. RGB value is (230,65,127). Sum of RGB (Red+Green+Blue) = 230+65+127=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6417F is #19BE80. Grayscale: #797979. Windows color (decimal): -1687169 or 8339942. OLE color: 8339942.
HSL color Cylindrical-coordinate representation of color #E6417F: hue angle of 337.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6417F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 127 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.10 |
| HSL | 337.45º | 0.77% | 0.58% | - |
| HSV(B) | 337.45º | 0.72% | 0.9% | - |
| XYZ | 38.35 | 22.14 | 22.33 | - |
| YUV | 121.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 127 | 0 | 0.72 | 0.45 | 0.10 | 337.45 | 0.77 | 0.58 |
| Hex | E6 | 41 | 7F | 0 | 48 | 2D | A | 151 | 4D | 3A |
| Octal | 346 | 101 | 177 | 0 | 110 | 55 | 12 | 521 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1111111 | 0 | 1001000 | 101101 | 1010 | 101010001 | 1001101 | 111010 |
Color Harmonies of #E6417F
Complementary color
Monochromatic Colors of #E6417F
Black with #E6417F
Text Example
Text Example
White with #E6417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6417F; }
p { color: rgb(230,65,127); }
H1.HeaderClassName
{
color: #E6417F;
}
.AnyTagClassName
{
color: #E6417F;
}
</style>
background-color css
<style>
a { background-color: #E6417F; }
a { background-color: rgb(230,65,127); }
div.DivClassName
{
background-color: #E6417F;
}
.BgClassName
{
background-color: #E6417F;
}
</style>
border-color css
<style>
span { border-color: #E6417F; }
span { border-color: rgb(230,65,127); }
td.TdClassName
{
border-color: #E6417F;
}
.TagClassName
{
border-color: #E6417F;
}
</style>