Shades of Medium Violet Red #E40685
Tints of Medium Violet Red #E40685
RGB
CMYK
RGB Variations
Color information
#E40685 (or 0xE40685) is known color: Medium Violet Red. HEX triplet: E4, 06 and 85. RGB value is (228,6,133). Sum of RGB (Red+Green+Blue) = 228+6+133=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E40685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40685 is #1BF97A. Grayscale: #565656. Windows color (decimal): -1833339 or 8718052. OLE color: 8718052.
HSL color Cylindrical-coordinate representation of color #E40685: hue angle of 325.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40685 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.11 |
| HSL | 325.68º | 0.95% | 0.46% | - |
| HSV(B) | 325.68º | 0.97% | 0.89% | - |
| XYZ | 36.29 | 18.32 | 23.81 | - |
| YUV | 86.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 133 | 0 | 0.97 | 0.42 | 0.11 | 325.68 | 0.95 | 0.46 |
| Hex | E4 | 6 | 85 | 0 | 61 | 2A | B | 146 | 5F | 2E |
| Octal | 344 | 6 | 205 | 0 | 141 | 52 | 13 | 506 | 137 | 56 |
| Binary | 11100100 | 110 | 10000101 | 0 | 1100001 | 101010 | 1011 | 101000110 | 1011111 | 101110 |
Color Harmonies of #E40685
Complementary color
Monochromatic Colors of #E40685
Black with #E40685
Text Example
Text Example
White with #E40685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40685; }
p { color: rgb(228,6,133); }
H1.HeaderClassName
{
color: #E40685;
}
.AnyTagClassName
{
color: #E40685;
}
</style>
background-color css
<style>
a { background-color: #E40685; }
a { background-color: rgb(228,6,133); }
div.DivClassName
{
background-color: #E40685;
}
.BgClassName
{
background-color: #E40685;
}
</style>
border-color css
<style>
span { border-color: #E40685; }
span { border-color: rgb(228,6,133); }
td.TdClassName
{
border-color: #E40685;
}
.TagClassName
{
border-color: #E40685;
}
</style>