Shades of Psychedelic Purple #E530FF
Tints of Psychedelic Purple #E530FF
RGB
CMYK
RGB Variations
Color information
#E530FF (or 0xE530FF) is known color: Psychedelic Purple. HEX triplet: E5, 30 and FF. RGB value is (229,48,255). Sum of RGB (Red+Green+Blue) = 229+48+255=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #E530FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E530FF is #1ACF00. Grayscale: #7D7D7D. Windows color (decimal): -1756929 or 16724197. OLE color: 16724197.
HSL color Cylindrical-coordinate representation of color #E530FF: hue angle of 292.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E530FF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 48 | 255 | - |
| CMYK | 0.10 | 0.81 | 0 | 0 |
| HSL | 292.46º | 1% | 0.59% | - |
| HSV(B) | 292.46º | 0.81% | 1% | - |
| XYZ | 51.42 | 25.99 | 96.91 | - |
| YUV | 125.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 255 | 0.10 | 0.81 | 0 | 0 | 292.46 | 1 | 0.59 |
| Hex | E5 | 30 | FF | A | 51 | 0 | 0 | 124 | 64 | 3B |
| Octal | 345 | 60 | 377 | 12 | 121 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100101 | 110000 | 11111111 | 1010 | 1010001 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E530FF
Complementary color
Monochromatic Colors of #E530FF
Black with #E530FF
Text Example
Text Example
White with #E530FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E530FF; }
p { color: rgb(229,48,255); }
H1.HeaderClassName
{
color: #E530FF;
}
.AnyTagClassName
{
color: #E530FF;
}
</style>
background-color css
<style>
a { background-color: #E530FF; }
a { background-color: rgb(229,48,255); }
div.DivClassName
{
background-color: #E530FF;
}
.BgClassName
{
background-color: #E530FF;
}
</style>
border-color css
<style>
span { border-color: #E530FF; }
span { border-color: rgb(229,48,255); }
td.TdClassName
{
border-color: #E530FF;
}
.TagClassName
{
border-color: #E530FF;
}
</style>