Shades of Psychedelic Purple #E215ED
Tints of Psychedelic Purple #E215ED
RGB
CMYK
RGB Variations
Color information
#E215ED (or 0xE215ED) is known color: Psychedelic Purple. HEX triplet: E2, 15 and ED. RGB value is (226,21,237). Sum of RGB (Red+Green+Blue) = 226+21+237=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E215ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215ED is #1DEA12. Grayscale: #6A6A6A. Windows color (decimal): -1960467 or 15537634. OLE color: 15537634.
HSL color Cylindrical-coordinate representation of color #E215ED: hue angle of 296.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215ED is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 21 | 237 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.07 |
| HSL | 296.94º | 0.86% | 0.51% | - |
| HSV(B) | 296.94º | 0.91% | 0.93% | - |
| XYZ | 46.92 | 22.82 | 82.05 | - |
| YUV | 106.92 | 201.42 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 237 | 0.05 | 0.91 | 0 | 0.07 | 296.94 | 0.86 | 0.51 |
| Hex | E2 | 15 | ED | 5 | 5B | 0 | 7 | 129 | 56 | 33 |
| Octal | 342 | 25 | 355 | 5 | 133 | 0 | 7 | 451 | 126 | 63 |
| Binary | 11100010 | 10101 | 11101101 | 101 | 1011011 | 0 | 111 | 100101001 | 1010110 | 110011 |
Color Harmonies of #E215ED
Complementary color
Monochromatic Colors of #E215ED
Black with #E215ED
Text Example
Text Example
White with #E215ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215ED; }
p { color: rgb(226,21,237); }
H1.HeaderClassName
{
color: #E215ED;
}
.AnyTagClassName
{
color: #E215ED;
}
</style>
background-color css
<style>
a { background-color: #E215ED; }
a { background-color: rgb(226,21,237); }
div.DivClassName
{
background-color: #E215ED;
}
.BgClassName
{
background-color: #E215ED;
}
</style>
border-color css
<style>
span { border-color: #E215ED; }
span { border-color: rgb(226,21,237); }
td.TdClassName
{
border-color: #E215ED;
}
.TagClassName
{
border-color: #E215ED;
}
</style>