Shades of Violet Red #E6407F
Tints of Violet Red #E6407F
RGB
CMYK
RGB Variations
Color information
#E6407F (or 0xE6407F) is known color: Violet Red. HEX triplet: E6, 40 and 7F. RGB value is (230,64,127). Sum of RGB (Red+Green+Blue) = 230+64+127=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6407F is #19BF80. Grayscale: #787878. Windows color (decimal): -1687425 or 8339686. OLE color: 8339686.
HSL color Cylindrical-coordinate representation of color #E6407F: hue angle of 337.23º 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 #E6407F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 127 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.10 |
| HSL | 337.23º | 0.77% | 0.58% | - |
| HSV(B) | 337.23º | 0.72% | 0.9% | - |
| XYZ | 38.3 | 22.02 | 22.31 | - |
| YUV | 120.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 127 | 0 | 0.72 | 0.45 | 0.10 | 337.23 | 0.77 | 0.58 |
| Hex | E6 | 40 | 7F | 0 | 48 | 2D | A | 151 | 4D | 3A |
| Octal | 346 | 100 | 177 | 0 | 110 | 55 | 12 | 521 | 115 | 72 |
| Binary | 11100110 | 1000000 | 1111111 | 0 | 1001000 | 101101 | 1010 | 101010001 | 1001101 | 111010 |
Color Harmonies of #E6407F
Complementary color
Monochromatic Colors of #E6407F
Black with #E6407F
Text Example
Text Example
White with #E6407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6407F; }
p { color: rgb(230,64,127); }
H1.HeaderClassName
{
color: #E6407F;
}
.AnyTagClassName
{
color: #E6407F;
}
</style>
background-color css
<style>
a { background-color: #E6407F; }
a { background-color: rgb(230,64,127); }
div.DivClassName
{
background-color: #E6407F;
}
.BgClassName
{
background-color: #E6407F;
}
</style>
border-color css
<style>
span { border-color: #E6407F; }
span { border-color: rgb(230,64,127); }
td.TdClassName
{
border-color: #E6407F;
}
.TagClassName
{
border-color: #E6407F;
}
</style>