Shades of Medium Violet Red #E01692
Tints of Medium Violet Red #E01692
RGB
CMYK
RGB Variations
Color information
#E01692 (or 0xE01692) is known color: Medium Violet Red. HEX triplet: E0, 16 and 92. RGB value is (224,22,146). Sum of RGB (Red+Green+Blue) = 224+22+146=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E01692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01692 is #1FE96D. Grayscale: #606060. Windows color (decimal): -2091374 or 9574112. OLE color: 9574112.
HSL color Cylindrical-coordinate representation of color #E01692: hue angle of 323.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01692 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 146 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.12 |
| HSL | 323.17º | 0.82% | 0.48% | - |
| HSV(B) | 323.17º | 0.9% | 0.88% | - |
| XYZ | 36.22 | 18.5 | 28.86 | - |
| YUV | 96.53 | 155.92 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 146 | 0 | 0.90 | 0.35 | 0.12 | 323.17 | 0.82 | 0.48 |
| Hex | E0 | 16 | 92 | 0 | 5A | 23 | C | 143 | 52 | 30 |
| Octal | 340 | 26 | 222 | 0 | 132 | 43 | 14 | 503 | 122 | 60 |
| Binary | 11100000 | 10110 | 10010010 | 0 | 1011010 | 100011 | 1100 | 101000011 | 1010010 | 110000 |
Color Harmonies of #E01692
Complementary color
Monochromatic Colors of #E01692
Black with #E01692
Text Example
Text Example
White with #E01692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01692; }
p { color: rgb(224,22,146); }
H1.HeaderClassName
{
color: #E01692;
}
.AnyTagClassName
{
color: #E01692;
}
</style>
background-color css
<style>
a { background-color: #E01692; }
a { background-color: rgb(224,22,146); }
div.DivClassName
{
background-color: #E01692;
}
.BgClassName
{
background-color: #E01692;
}
</style>
border-color css
<style>
span { border-color: #E01692; }
span { border-color: rgb(224,22,146); }
td.TdClassName
{
border-color: #E01692;
}
.TagClassName
{
border-color: #E01692;
}
</style>