Shades of Psychedelic Purple #E326ED
Tints of Psychedelic Purple #E326ED
RGB
CMYK
RGB Variations
Color information
#E326ED (or 0xE326ED) is known color: Psychedelic Purple. HEX triplet: E3, 26 and ED. RGB value is (227,38,237). Sum of RGB (Red+Green+Blue) = 227+38+237=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #E326ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326ED is #1CD912. Grayscale: #747474. Windows color (decimal): -1890579 or 15541987. OLE color: 15541987.
HSL color Cylindrical-coordinate representation of color #E326ED: hue angle of 296.98º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E326ED is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 38 | 237 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.07 |
| HSL | 296.98º | 0.85% | 0.54% | - |
| HSV(B) | 296.98º | 0.84% | 0.93% | - |
| XYZ | 47.66 | 23.83 | 82.21 | - |
| YUV | 117.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 237 | 0.04 | 0.84 | 0 | 0.07 | 296.98 | 0.85 | 0.54 |
| Hex | E3 | 26 | ED | 4 | 54 | 0 | 7 | 129 | 55 | 36 |
| Octal | 343 | 46 | 355 | 4 | 124 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100011 | 100110 | 11101101 | 100 | 1010100 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E326ED
Complementary color
Monochromatic Colors of #E326ED
Black with #E326ED
Text Example
Text Example
White with #E326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326ED; }
p { color: rgb(227,38,237); }
H1.HeaderClassName
{
color: #E326ED;
}
.AnyTagClassName
{
color: #E326ED;
}
</style>
background-color css
<style>
a { background-color: #E326ED; }
a { background-color: rgb(227,38,237); }
div.DivClassName
{
background-color: #E326ED;
}
.BgClassName
{
background-color: #E326ED;
}
</style>
border-color css
<style>
span { border-color: #E326ED; }
span { border-color: rgb(227,38,237); }
td.TdClassName
{
border-color: #E326ED;
}
.TagClassName
{
border-color: #E326ED;
}
</style>