Shades of Psychedelic Purple #E217ED
Tints of Psychedelic Purple #E217ED
RGB
CMYK
RGB Variations
Color information
#E217ED (or 0xE217ED) is known color: Psychedelic Purple. HEX triplet: E2, 17 and ED. RGB value is (226,23,237). Sum of RGB (Red+Green+Blue) = 226+23+237=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #E217ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217ED is #1DE812. Grayscale: #6B6B6B. Windows color (decimal): -1959955 or 15538146. OLE color: 15538146.
HSL color Cylindrical-coordinate representation of color #E217ED: hue angle of 296.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217ED is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 23 | 237 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.07 |
| HSL | 296.92º | 0.86% | 0.51% | - |
| HSV(B) | 296.92º | 0.9% | 0.93% | - |
| XYZ | 46.96 | 22.9 | 82.07 | - |
| YUV | 108.09 | 200.75 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 237 | 0.05 | 0.90 | 0 | 0.07 | 296.92 | 0.86 | 0.51 |
| Hex | E2 | 17 | ED | 5 | 5A | 0 | 7 | 129 | 56 | 33 |
| Octal | 342 | 27 | 355 | 5 | 132 | 0 | 7 | 451 | 126 | 63 |
| Binary | 11100010 | 10111 | 11101101 | 101 | 1011010 | 0 | 111 | 100101001 | 1010110 | 110011 |
Color Harmonies of #E217ED
Complementary color
Monochromatic Colors of #E217ED
Black with #E217ED
Text Example
Text Example
White with #E217ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217ED; }
p { color: rgb(226,23,237); }
H1.HeaderClassName
{
color: #E217ED;
}
.AnyTagClassName
{
color: #E217ED;
}
</style>
background-color css
<style>
a { background-color: #E217ED; }
a { background-color: rgb(226,23,237); }
div.DivClassName
{
background-color: #E217ED;
}
.BgClassName
{
background-color: #E217ED;
}
</style>
border-color css
<style>
span { border-color: #E217ED; }
span { border-color: rgb(226,23,237); }
td.TdClassName
{
border-color: #E217ED;
}
.TagClassName
{
border-color: #E217ED;
}
</style>