Shades of Psychedelic Purple #E62FFA
Tints of Psychedelic Purple #E62FFA
RGB
CMYK
RGB Variations
Color information
#E62FFA (or 0xE62FFA) is known color: Psychedelic Purple. HEX triplet: E6, 2F and FA. RGB value is (230,47,250). Sum of RGB (Red+Green+Blue) = 230+47+250=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #E62FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FFA is #19D005. Grayscale: #7C7C7C. Windows color (decimal): -1691654 or 16396262. OLE color: 16396262.
HSL color Cylindrical-coordinate representation of color #E62FFA: hue angle of 294.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62FFA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 47 | 250 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.02 |
| HSL | 294.09º | 0.95% | 0.58% | - |
| HSV(B) | 294.09º | 0.81% | 0.98% | - |
| XYZ | 50.9 | 25.76 | 92.73 | - |
| YUV | 124.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 250 | 0.08 | 0.81 | 0 | 0.02 | 294.09 | 0.95 | 0.58 |
| Hex | E6 | 2F | FA | 8 | 51 | 0 | 2 | 126 | 5F | 3A |
| Octal | 346 | 57 | 372 | 10 | 121 | 0 | 2 | 446 | 137 | 72 |
| Binary | 11100110 | 101111 | 11111010 | 1000 | 1010001 | 0 | 10 | 100100110 | 1011111 | 111010 |
Color Harmonies of #E62FFA
Complementary color
Monochromatic Colors of #E62FFA
Black with #E62FFA
Text Example
Text Example
White with #E62FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FFA; }
p { color: rgb(230,47,250); }
H1.HeaderClassName
{
color: #E62FFA;
}
.AnyTagClassName
{
color: #E62FFA;
}
</style>
background-color css
<style>
a { background-color: #E62FFA; }
a { background-color: rgb(230,47,250); }
div.DivClassName
{
background-color: #E62FFA;
}
.BgClassName
{
background-color: #E62FFA;
}
</style>
border-color css
<style>
span { border-color: #E62FFA; }
span { border-color: rgb(230,47,250); }
td.TdClassName
{
border-color: #E62FFA;
}
.TagClassName
{
border-color: #E62FFA;
}
</style>