Shades of Psychedelic Purple #E321ED
Tints of Psychedelic Purple #E321ED
RGB
CMYK
RGB Variations
Color information
#E321ED (or 0xE321ED) is known color: Psychedelic Purple. HEX triplet: E3, 21 and ED. RGB value is (227,33,237). Sum of RGB (Red+Green+Blue) = 227+33+237=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E321ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321ED is #1CDE12. Grayscale: #717171. Windows color (decimal): -1891859 or 15540707. OLE color: 15540707.
HSL color Cylindrical-coordinate representation of color #E321ED: hue angle of 297.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E321ED is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 33 | 237 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.07 |
| HSL | 297.06º | 0.85% | 0.53% | - |
| HSV(B) | 297.06º | 0.86% | 0.93% | - |
| XYZ | 47.51 | 23.53 | 82.16 | - |
| YUV | 114.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 237 | 0.04 | 0.86 | 0 | 0.07 | 297.06 | 0.85 | 0.53 |
| Hex | E3 | 21 | ED | 4 | 56 | 0 | 7 | 129 | 55 | 35 |
| Octal | 343 | 41 | 355 | 4 | 126 | 0 | 7 | 451 | 125 | 65 |
| Binary | 11100011 | 100001 | 11101101 | 100 | 1010110 | 0 | 111 | 100101001 | 1010101 | 110101 |
Color Harmonies of #E321ED
Complementary color
Monochromatic Colors of #E321ED
Black with #E321ED
Text Example
Text Example
White with #E321ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E321ED; }
p { color: rgb(227,33,237); }
H1.HeaderClassName
{
color: #E321ED;
}
.AnyTagClassName
{
color: #E321ED;
}
</style>
background-color css
<style>
a { background-color: #E321ED; }
a { background-color: rgb(227,33,237); }
div.DivClassName
{
background-color: #E321ED;
}
.BgClassName
{
background-color: #E321ED;
}
</style>
border-color css
<style>
span { border-color: #E321ED; }
span { border-color: rgb(227,33,237); }
td.TdClassName
{
border-color: #E321ED;
}
.TagClassName
{
border-color: #E321ED;
}
</style>