Shades of Psychedelic Purple #E301ED
Tints of Psychedelic Purple #E301ED
RGB
CMYK
RGB Variations
Color information
#E301ED (or 0xE301ED) is known color: Psychedelic Purple. HEX triplet: E3, 01 and ED. RGB value is (227,1,237). Sum of RGB (Red+Green+Blue) = 227+1+237=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #E301ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301ED is #1CFE12. Grayscale: #5E5E5E. Windows color (decimal): -1900051 or 15532515. OLE color: 15532515.
HSL color Cylindrical-coordinate representation of color #E301ED: hue angle of 297.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301ED is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 1 | 237 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.07 |
| HSL | 297.46º | 0.99% | 0.47% | - |
| HSV(B) | 297.46º | 1% | 0.93% | - |
| XYZ | 46.98 | 22.47 | 81.98 | - |
| YUV | 95.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 237 | 0.04 | 1.00 | 0 | 0.07 | 297.46 | 0.99 | 0.47 |
| Hex | E3 | 1 | ED | 4 | 64 | 0 | 7 | 129 | 63 | 2F |
| Octal | 343 | 1 | 355 | 4 | 144 | 0 | 7 | 451 | 143 | 57 |
| Binary | 11100011 | 1 | 11101101 | 100 | 1100100 | 0 | 111 | 100101001 | 1100011 | 101111 |
Color Harmonies of #E301ED
Complementary color
Monochromatic Colors of #E301ED
Black with #E301ED
Text Example
Text Example
White with #E301ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301ED; }
p { color: rgb(227,1,237); }
H1.HeaderClassName
{
color: #E301ED;
}
.AnyTagClassName
{
color: #E301ED;
}
</style>
background-color css
<style>
a { background-color: #E301ED; }
a { background-color: rgb(227,1,237); }
div.DivClassName
{
background-color: #E301ED;
}
.BgClassName
{
background-color: #E301ED;
}
</style>
border-color css
<style>
span { border-color: #E301ED; }
span { border-color: rgb(227,1,237); }
td.TdClassName
{
border-color: #E301ED;
}
.TagClassName
{
border-color: #E301ED;
}
</style>