Shades of Psychedelic Purple #E62FFF
Tints of Psychedelic Purple #E62FFF
RGB
CMYK
RGB Variations
Color information
#E62FFF (or 0xE62FFF) is known color: Psychedelic Purple. HEX triplet: E6, 2F and FF. RGB value is (230,47,255). Sum of RGB (Red+Green+Blue) = 230+47+255=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 47 (18.75% from 255 or 8.83% 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 #E62FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FFF is #19D000. Grayscale: #7C7C7C. Windows color (decimal): -1691649 or 16723942. OLE color: 16723942.
HSL color Cylindrical-coordinate representation of color #E62FFF: hue angle of 292.79º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62FFF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 47 | 255 | - |
| CMYK | 0.10 | 0.82 | 0 | 0 |
| HSL | 292.79º | 1% | 0.59% | - |
| HSV(B) | 292.79º | 0.82% | 1% | - |
| XYZ | 51.7 | 26.08 | 96.92 | - |
| YUV | 125.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 255 | 0.10 | 0.82 | 0 | 0 | 292.79 | 1 | 0.59 |
| Hex | E6 | 2F | FF | A | 52 | 0 | 0 | 125 | 64 | 3B |
| Octal | 346 | 57 | 377 | 12 | 122 | 0 | 0 | 445 | 144 | 73 |
| Binary | 11100110 | 101111 | 11111111 | 1010 | 1010010 | 0 | 0 | 100100101 | 1100100 | 111011 |
Color Harmonies of #E62FFF
Complementary color
Monochromatic Colors of #E62FFF
Black with #E62FFF
Text Example
Text Example
White with #E62FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FFF; }
p { color: rgb(230,47,255); }
H1.HeaderClassName
{
color: #E62FFF;
}
.AnyTagClassName
{
color: #E62FFF;
}
</style>
background-color css
<style>
a { background-color: #E62FFF; }
a { background-color: rgb(230,47,255); }
div.DivClassName
{
background-color: #E62FFF;
}
.BgClassName
{
background-color: #E62FFF;
}
</style>
border-color css
<style>
span { border-color: #E62FFF; }
span { border-color: rgb(230,47,255); }
td.TdClassName
{
border-color: #E62FFF;
}
.TagClassName
{
border-color: #E62FFF;
}
</style>