Shades of Medium Violet Red #E21685
Tints of Medium Violet Red #E21685
RGB
CMYK
RGB Variations
Color information
#E21685 (or 0xE21685) is known color: Medium Violet Red. HEX triplet: E2, 16 and 85. RGB value is (226,22,133). Sum of RGB (Red+Green+Blue) = 226+22+133=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E21685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21685 is #1DE97A. Grayscale: #5F5F5F. Windows color (decimal): -1960315 or 8722146. OLE color: 8722146.
HSL color Cylindrical-coordinate representation of color #E21685: hue angle of 327.35º 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 #E21685 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.11 |
| HSL | 327.35º | 0.82% | 0.49% | - |
| HSV(B) | 327.35º | 0.9% | 0.89% | - |
| XYZ | 35.88 | 18.44 | 23.86 | - |
| YUV | 95.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 133 | 0 | 0.90 | 0.41 | 0.11 | 327.35 | 0.82 | 0.49 |
| Hex | E2 | 16 | 85 | 0 | 5A | 29 | B | 147 | 52 | 31 |
| Octal | 342 | 26 | 205 | 0 | 132 | 51 | 13 | 507 | 122 | 61 |
| Binary | 11100010 | 10110 | 10000101 | 0 | 1011010 | 101001 | 1011 | 101000111 | 1010010 | 110001 |
Color Harmonies of #E21685
Complementary color
Monochromatic Colors of #E21685
Black with #E21685
Text Example
Text Example
White with #E21685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21685; }
p { color: rgb(226,22,133); }
H1.HeaderClassName
{
color: #E21685;
}
.AnyTagClassName
{
color: #E21685;
}
</style>
background-color css
<style>
a { background-color: #E21685; }
a { background-color: rgb(226,22,133); }
div.DivClassName
{
background-color: #E21685;
}
.BgClassName
{
background-color: #E21685;
}
</style>
border-color css
<style>
span { border-color: #E21685; }
span { border-color: rgb(226,22,133); }
td.TdClassName
{
border-color: #E21685;
}
.TagClassName
{
border-color: #E21685;
}
</style>