Shades of Medium Violet Red #E21690
Tints of Medium Violet Red #E21690
RGB
CMYK
RGB Variations
Color information
#E21690 (or 0xE21690) is known color: Medium Violet Red. HEX triplet: E2, 16 and 90. RGB value is (226,22,144). Sum of RGB (Red+Green+Blue) = 226+22+144=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E21690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21690 is #1DE96F. Grayscale: #606060. Windows color (decimal): -1960304 or 9443042. OLE color: 9443042.
HSL color Cylindrical-coordinate representation of color #E21690: hue angle of 324.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21690 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 144 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.11 |
| HSL | 324.12º | 0.82% | 0.49% | - |
| HSV(B) | 324.12º | 0.9% | 0.89% | - |
| XYZ | 36.68 | 18.76 | 28.07 | - |
| YUV | 96.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 144 | 0 | 0.90 | 0.36 | 0.11 | 324.12 | 0.82 | 0.49 |
| Hex | E2 | 16 | 90 | 0 | 5A | 24 | B | 144 | 52 | 31 |
| Octal | 342 | 26 | 220 | 0 | 132 | 44 | 13 | 504 | 122 | 61 |
| Binary | 11100010 | 10110 | 10010000 | 0 | 1011010 | 100100 | 1011 | 101000100 | 1010010 | 110001 |
Color Harmonies of #E21690
Complementary color
Monochromatic Colors of #E21690
Black with #E21690
Text Example
Text Example
White with #E21690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21690; }
p { color: rgb(226,22,144); }
H1.HeaderClassName
{
color: #E21690;
}
.AnyTagClassName
{
color: #E21690;
}
</style>
background-color css
<style>
a { background-color: #E21690; }
a { background-color: rgb(226,22,144); }
div.DivClassName
{
background-color: #E21690;
}
.BgClassName
{
background-color: #E21690;
}
</style>
border-color css
<style>
span { border-color: #E21690; }
span { border-color: rgb(226,22,144); }
td.TdClassName
{
border-color: #E21690;
}
.TagClassName
{
border-color: #E21690;
}
</style>