Shades of Psychedelic Purple #E213ED
Tints of Psychedelic Purple #E213ED
RGB
CMYK
RGB Variations
Color information
#E213ED (or 0xE213ED) is known color: Psychedelic Purple. HEX triplet: E2, 13 and ED. RGB value is (226,19,237). Sum of RGB (Red+Green+Blue) = 226+19+237=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E213ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E213ED is #1DEC12. Grayscale: #696969. Windows color (decimal): -1960979 or 15537122. OLE color: 15537122.
HSL color Cylindrical-coordinate representation of color #E213ED: hue angle of 296.97º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E213ED is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 19 | 237 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.07 |
| HSL | 296.97º | 0.86% | 0.5% | - |
| HSV(B) | 296.97º | 0.92% | 0.93% | - |
| XYZ | 46.88 | 22.75 | 82.04 | - |
| YUV | 105.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 237 | 0.05 | 0.92 | 0 | 0.07 | 296.97 | 0.86 | 0.5 |
| Hex | E2 | 13 | ED | 5 | 5C | 0 | 7 | 129 | 56 | 32 |
| Octal | 342 | 23 | 355 | 5 | 134 | 0 | 7 | 451 | 126 | 62 |
| Binary | 11100010 | 10011 | 11101101 | 101 | 1011100 | 0 | 111 | 100101001 | 1010110 | 110010 |
Color Harmonies of #E213ED
Complementary color
Monochromatic Colors of #E213ED
Black with #E213ED
Text Example
Text Example
White with #E213ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E213ED; }
p { color: rgb(226,19,237); }
H1.HeaderClassName
{
color: #E213ED;
}
.AnyTagClassName
{
color: #E213ED;
}
</style>
background-color css
<style>
a { background-color: #E213ED; }
a { background-color: rgb(226,19,237); }
div.DivClassName
{
background-color: #E213ED;
}
.BgClassName
{
background-color: #E213ED;
}
</style>
border-color css
<style>
span { border-color: #E213ED; }
span { border-color: rgb(226,19,237); }
td.TdClassName
{
border-color: #E213ED;
}
.TagClassName
{
border-color: #E213ED;
}
</style>