Shades of Medium Violet Red #E00384
Tints of Medium Violet Red #E00384
RGB
CMYK
RGB Variations
Color information
#E00384 (or 0xE00384) is known color: Medium Violet Red. HEX triplet: E0, 03 and 84. RGB value is (224,3,132). Sum of RGB (Red+Green+Blue) = 224+3+132=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E00384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00384 is #1FFC7B. Grayscale: #535353. Windows color (decimal): -2096252 or 8651744. OLE color: 8651744.
HSL color Cylindrical-coordinate representation of color #E00384: hue angle of 324.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00384 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.12 |
| HSL | 324.98º | 0.97% | 0.45% | - |
| HSV(B) | 324.98º | 0.99% | 0.88% | - |
| XYZ | 34.94 | 17.58 | 23.38 | - |
| YUV | 83.79 | 155.22 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 132 | 0 | 0.99 | 0.41 | 0.12 | 324.98 | 0.97 | 0.45 |
| Hex | E0 | 3 | 84 | 0 | 63 | 29 | C | 145 | 61 | 2D |
| Octal | 340 | 3 | 204 | 0 | 143 | 51 | 14 | 505 | 141 | 55 |
| Binary | 11100000 | 11 | 10000100 | 0 | 1100011 | 101001 | 1100 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E00384
Complementary color
Monochromatic Colors of #E00384
Black with #E00384
Text Example
Text Example
White with #E00384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00384; }
p { color: rgb(224,3,132); }
H1.HeaderClassName
{
color: #E00384;
}
.AnyTagClassName
{
color: #E00384;
}
</style>
background-color css
<style>
a { background-color: #E00384; }
a { background-color: rgb(224,3,132); }
div.DivClassName
{
background-color: #E00384;
}
.BgClassName
{
background-color: #E00384;
}
</style>
border-color css
<style>
span { border-color: #E00384; }
span { border-color: rgb(224,3,132); }
td.TdClassName
{
border-color: #E00384;
}
.TagClassName
{
border-color: #E00384;
}
</style>