Shades of Psychedelic Purple #E610FA
Tints of Psychedelic Purple #E610FA
RGB
CMYK
RGB Variations
Color information
#E610FA (or 0xE610FA) is known color: Psychedelic Purple. HEX triplet: E6, 10 and FA. RGB value is (230,16,250). Sum of RGB (Red+Green+Blue) = 230+16+250=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E610FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E610FA is #19EF05. Grayscale: #696969. Windows color (decimal): -1699590 or 16388326. OLE color: 16388326.
HSL color Cylindrical-coordinate representation of color #E610FA: hue angle of 294.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E610FA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 16 | 250 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 294.87º | 0.96% | 0.52% | - |
| HSV(B) | 294.87º | 0.94% | 0.98% | - |
| XYZ | 50.07 | 24.1 | 92.45 | - |
| YUV | 106.66 | 208.9 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 250 | 0.08 | 0.94 | 0 | 0.02 | 294.87 | 0.96 | 0.52 |
| Hex | E6 | 10 | FA | 8 | 5E | 0 | 2 | 127 | 60 | 34 |
| Octal | 346 | 20 | 372 | 10 | 136 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11100110 | 10000 | 11111010 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E610FA
Complementary color
Monochromatic Colors of #E610FA
Black with #E610FA
Text Example
Text Example
White with #E610FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610FA; }
p { color: rgb(230,16,250); }
H1.HeaderClassName
{
color: #E610FA;
}
.AnyTagClassName
{
color: #E610FA;
}
</style>
background-color css
<style>
a { background-color: #E610FA; }
a { background-color: rgb(230,16,250); }
div.DivClassName
{
background-color: #E610FA;
}
.BgClassName
{
background-color: #E610FA;
}
</style>
border-color css
<style>
span { border-color: #E610FA; }
span { border-color: rgb(230,16,250); }
td.TdClassName
{
border-color: #E610FA;
}
.TagClassName
{
border-color: #E610FA;
}
</style>