Shades of Medium Violet Red #E0067F
Tints of Medium Violet Red #E0067F
RGB
CMYK
RGB Variations
Color information
#E0067F (or 0xE0067F) is known color: Medium Violet Red. HEX triplet: E0, 06 and 7F. RGB value is (224,6,127). Sum of RGB (Red+Green+Blue) = 224+6+127=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0067F is #1FF980. Grayscale: #545454. Windows color (decimal): -2095489 or 8324832. OLE color: 8324832.
HSL color Cylindrical-coordinate representation of color #E0067F: hue angle of 326.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0067F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.12 |
| HSL | 326.7º | 0.95% | 0.45% | - |
| HSV(B) | 326.7º | 0.97% | 0.88% | - |
| XYZ | 34.64 | 17.51 | 21.63 | - |
| YUV | 84.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 127 | 0 | 0.97 | 0.43 | 0.12 | 326.7 | 0.95 | 0.45 |
| Hex | E0 | 6 | 7F | 0 | 61 | 2B | C | 147 | 5F | 2D |
| Octal | 340 | 6 | 177 | 0 | 141 | 53 | 14 | 507 | 137 | 55 |
| Binary | 11100000 | 110 | 1111111 | 0 | 1100001 | 101011 | 1100 | 101000111 | 1011111 | 101101 |
Color Harmonies of #E0067F
Complementary color
Monochromatic Colors of #E0067F
Black with #E0067F
Text Example
Text Example
White with #E0067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0067F; }
p { color: rgb(224,6,127); }
H1.HeaderClassName
{
color: #E0067F;
}
.AnyTagClassName
{
color: #E0067F;
}
</style>
background-color css
<style>
a { background-color: #E0067F; }
a { background-color: rgb(224,6,127); }
div.DivClassName
{
background-color: #E0067F;
}
.BgClassName
{
background-color: #E0067F;
}
</style>
border-color css
<style>
span { border-color: #E0067F; }
span { border-color: rgb(224,6,127); }
td.TdClassName
{
border-color: #E0067F;
}
.TagClassName
{
border-color: #E0067F;
}
</style>