Shades of Medium Violet Red #E2067C
Tints of Medium Violet Red #E2067C
RGB
CMYK
RGB Variations
Color information
#E2067C (or 0xE2067C) is known color: Medium Violet Red. HEX triplet: E2, 06 and 7C. RGB value is (226,6,124). Sum of RGB (Red+Green+Blue) = 226+6+124=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2067C is #1DF983. Grayscale: #545454. Windows color (decimal): -1964420 or 8128226. OLE color: 8128226.
HSL color Cylindrical-coordinate representation of color #E2067C: hue angle of 327.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2067C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.11 |
| HSL | 327.82º | 0.95% | 0.45% | - |
| HSV(B) | 327.82º | 0.97% | 0.89% | - |
| XYZ | 35.07 | 17.75 | 20.65 | - |
| YUV | 85.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 124 | 0 | 0.97 | 0.45 | 0.11 | 327.82 | 0.95 | 0.45 |
| Hex | E2 | 6 | 7C | 0 | 61 | 2D | B | 148 | 5F | 2D |
| Octal | 342 | 6 | 174 | 0 | 141 | 55 | 13 | 510 | 137 | 55 |
| Binary | 11100010 | 110 | 1111100 | 0 | 1100001 | 101101 | 1011 | 101001000 | 1011111 | 101101 |
Color Harmonies of #E2067C
Complementary color
Monochromatic Colors of #E2067C
Black with #E2067C
Text Example
Text Example
White with #E2067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2067C; }
p { color: rgb(226,6,124); }
H1.HeaderClassName
{
color: #E2067C;
}
.AnyTagClassName
{
color: #E2067C;
}
</style>
background-color css
<style>
a { background-color: #E2067C; }
a { background-color: rgb(226,6,124); }
div.DivClassName
{
background-color: #E2067C;
}
.BgClassName
{
background-color: #E2067C;
}
</style>
border-color css
<style>
span { border-color: #E2067C; }
span { border-color: rgb(226,6,124); }
td.TdClassName
{
border-color: #E2067C;
}
.TagClassName
{
border-color: #E2067C;
}
</style>