Shades of Psychedelic Purple #E301EB
Tints of Psychedelic Purple #E301EB
RGB
CMYK
RGB Variations
Color information
#E301EB (or 0xE301EB) is known color: Psychedelic Purple. HEX triplet: E3, 01 and EB. RGB value is (227,1,235). Sum of RGB (Red+Green+Blue) = 227+1+235=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #E301EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301EB is #1CFE14. Grayscale: #5E5E5E. Windows color (decimal): -1900053 or 15401443. OLE color: 15401443.
HSL color Cylindrical-coordinate representation of color #E301EB: hue angle of 297.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301EB is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 1 | 235 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.08 |
| HSL | 297.95º | 0.99% | 0.46% | - |
| HSV(B) | 297.95º | 1% | 0.92% | - |
| XYZ | 46.68 | 22.35 | 80.45 | - |
| YUV | 95.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 235 | 0.03 | 1.00 | 0 | 0.08 | 297.95 | 0.99 | 0.46 |
| Hex | E3 | 1 | EB | 3 | 64 | 0 | 8 | 12A | 63 | 2E |
| Octal | 343 | 1 | 353 | 3 | 144 | 0 | 10 | 452 | 143 | 56 |
| Binary | 11100011 | 1 | 11101011 | 11 | 1100100 | 0 | 1000 | 100101010 | 1100011 | 101110 |
Color Harmonies of #E301EB
Complementary color
Monochromatic Colors of #E301EB
Black with #E301EB
Text Example
Text Example
White with #E301EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301EB; }
p { color: rgb(227,1,235); }
H1.HeaderClassName
{
color: #E301EB;
}
.AnyTagClassName
{
color: #E301EB;
}
</style>
background-color css
<style>
a { background-color: #E301EB; }
a { background-color: rgb(227,1,235); }
div.DivClassName
{
background-color: #E301EB;
}
.BgClassName
{
background-color: #E301EB;
}
</style>
border-color css
<style>
span { border-color: #E301EB; }
span { border-color: rgb(227,1,235); }
td.TdClassName
{
border-color: #E301EB;
}
.TagClassName
{
border-color: #E301EB;
}
</style>