Shades of Medium Violet Red #E0067D
Tints of Medium Violet Red #E0067D
RGB
CMYK
RGB Variations
Color information
#E0067D (or 0xE0067D) is known color: Medium Violet Red. HEX triplet: E0, 06 and 7D. RGB value is (224,6,125). Sum of RGB (Red+Green+Blue) = 224+6+125=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0067D is #1FF982. Grayscale: #545454. Windows color (decimal): -2095491 or 8193760. OLE color: 8193760.
HSL color Cylindrical-coordinate representation of color #E0067D: hue angle of 327.25º 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 #E0067D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.12 |
| HSL | 327.25º | 0.95% | 0.45% | - |
| HSV(B) | 327.25º | 0.97% | 0.88% | - |
| XYZ | 34.51 | 17.46 | 20.95 | - |
| YUV | 84.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 125 | 0 | 0.97 | 0.44 | 0.12 | 327.25 | 0.95 | 0.45 |
| Hex | E0 | 6 | 7D | 0 | 61 | 2C | C | 147 | 5F | 2D |
| Octal | 340 | 6 | 175 | 0 | 141 | 54 | 14 | 507 | 137 | 55 |
| Binary | 11100000 | 110 | 1111101 | 0 | 1100001 | 101100 | 1100 | 101000111 | 1011111 | 101101 |
Color Harmonies of #E0067D
Complementary color
Monochromatic Colors of #E0067D
Black with #E0067D
Text Example
Text Example
White with #E0067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0067D; }
p { color: rgb(224,6,125); }
H1.HeaderClassName
{
color: #E0067D;
}
.AnyTagClassName
{
color: #E0067D;
}
</style>
background-color css
<style>
a { background-color: #E0067D; }
a { background-color: rgb(224,6,125); }
div.DivClassName
{
background-color: #E0067D;
}
.BgClassName
{
background-color: #E0067D;
}
</style>
border-color css
<style>
span { border-color: #E0067D; }
span { border-color: rgb(224,6,125); }
td.TdClassName
{
border-color: #E0067D;
}
.TagClassName
{
border-color: #E0067D;
}
</style>