Shades of Psychedelic Purple #E311ED
Tints of Psychedelic Purple #E311ED
RGB
CMYK
RGB Variations
Color information
#E311ED (or 0xE311ED) is known color: Psychedelic Purple. HEX triplet: E3, 11 and ED. RGB value is (227,17,237). Sum of RGB (Red+Green+Blue) = 227+17+237=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #E311ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311ED is #1CEE12. Grayscale: #686868. Windows color (decimal): -1895955 or 15536611. OLE color: 15536611.
HSL color Cylindrical-coordinate representation of color #E311ED: hue angle of 297.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E311ED is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 17 | 237 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.07 |
| HSL | 297.27º | 0.87% | 0.5% | - |
| HSV(B) | 297.27º | 0.93% | 0.93% | - |
| XYZ | 47.17 | 22.85 | 82.04 | - |
| YUV | 104.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 237 | 0.04 | 0.93 | 0 | 0.07 | 297.27 | 0.87 | 0.5 |
| Hex | E3 | 11 | ED | 4 | 5D | 0 | 7 | 129 | 57 | 32 |
| Octal | 343 | 21 | 355 | 4 | 135 | 0 | 7 | 451 | 127 | 62 |
| Binary | 11100011 | 10001 | 11101101 | 100 | 1011101 | 0 | 111 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E311ED
Complementary color
Monochromatic Colors of #E311ED
Black with #E311ED
Text Example
Text Example
White with #E311ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311ED; }
p { color: rgb(227,17,237); }
H1.HeaderClassName
{
color: #E311ED;
}
.AnyTagClassName
{
color: #E311ED;
}
</style>
background-color css
<style>
a { background-color: #E311ED; }
a { background-color: rgb(227,17,237); }
div.DivClassName
{
background-color: #E311ED;
}
.BgClassName
{
background-color: #E311ED;
}
</style>
border-color css
<style>
span { border-color: #E311ED; }
span { border-color: rgb(227,17,237); }
td.TdClassName
{
border-color: #E311ED;
}
.TagClassName
{
border-color: #E311ED;
}
</style>