Shades of Psychedelic Purple #E506FF
Tints of Psychedelic Purple #E506FF
RGB
CMYK
RGB Variations
Color information
#E506FF (or 0xE506FF) is known color: Psychedelic Purple. HEX triplet: E5, 06 and FF. RGB value is (229,6,255). Sum of RGB (Red+Green+Blue) = 229+6+255=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E506FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E506FF is #1AF900. Grayscale: #646464. Windows color (decimal): -1767681 or 16713445. OLE color: 16713445.
HSL color Cylindrical-coordinate representation of color #E506FF: hue angle of 293.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E506FF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 6 | 255 | - |
| CMYK | 0.10 | 0.98 | 0 | 0 |
| HSL | 293.73º | 1% | 0.51% | - |
| HSV(B) | 293.73º | 0.98% | 1% | - |
| XYZ | 50.43 | 24.01 | 96.58 | - |
| YUV | 101.06 | 214.88 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 255 | 0.10 | 0.98 | 0 | 0 | 293.73 | 1 | 0.51 |
| Hex | E5 | 6 | FF | A | 62 | 0 | 0 | 126 | 64 | 33 |
| Octal | 345 | 6 | 377 | 12 | 142 | 0 | 0 | 446 | 144 | 63 |
| Binary | 11100101 | 110 | 11111111 | 1010 | 1100010 | 0 | 0 | 100100110 | 1100100 | 110011 |
Color Harmonies of #E506FF
Complementary color
Monochromatic Colors of #E506FF
Black with #E506FF
Text Example
Text Example
White with #E506FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506FF; }
p { color: rgb(229,6,255); }
H1.HeaderClassName
{
color: #E506FF;
}
.AnyTagClassName
{
color: #E506FF;
}
</style>
background-color css
<style>
a { background-color: #E506FF; }
a { background-color: rgb(229,6,255); }
div.DivClassName
{
background-color: #E506FF;
}
.BgClassName
{
background-color: #E506FF;
}
</style>
border-color css
<style>
span { border-color: #E506FF; }
span { border-color: rgb(229,6,255); }
td.TdClassName
{
border-color: #E506FF;
}
.TagClassName
{
border-color: #E506FF;
}
</style>