Shades of Psychedelic Purple #E610FD
Tints of Psychedelic Purple #E610FD
RGB
CMYK
RGB Variations
Color information
#E610FD (or 0xE610FD) is known color: Psychedelic Purple. HEX triplet: E6, 10 and FD. RGB value is (230,16,253). Sum of RGB (Red+Green+Blue) = 230+16+253=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E610FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E610FD is #19EF02. Grayscale: #6A6A6A. Windows color (decimal): -1699587 or 16584934. OLE color: 16584934.
HSL color Cylindrical-coordinate representation of color #E610FD: hue angle of 294.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E610FD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 16 | 253 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.01 |
| HSL | 294.18º | 0.98% | 0.53% | - |
| HSV(B) | 294.18º | 0.94% | 0.99% | - |
| XYZ | 50.55 | 24.29 | 94.95 | - |
| YUV | 107 | 210.4 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 253 | 0.09 | 0.94 | 0 | 0.01 | 294.18 | 0.98 | 0.53 |
| Hex | E6 | 10 | FD | 9 | 5E | 0 | 1 | 126 | 62 | 35 |
| Octal | 346 | 20 | 375 | 11 | 136 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100110 | 10000 | 11111101 | 1001 | 1011110 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E610FD
Complementary color
Monochromatic Colors of #E610FD
Black with #E610FD
Text Example
Text Example
White with #E610FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610FD; }
p { color: rgb(230,16,253); }
H1.HeaderClassName
{
color: #E610FD;
}
.AnyTagClassName
{
color: #E610FD;
}
</style>
background-color css
<style>
a { background-color: #E610FD; }
a { background-color: rgb(230,16,253); }
div.DivClassName
{
background-color: #E610FD;
}
.BgClassName
{
background-color: #E610FD;
}
</style>
border-color css
<style>
span { border-color: #E610FD; }
span { border-color: rgb(230,16,253); }
td.TdClassName
{
border-color: #E610FD;
}
.TagClassName
{
border-color: #E610FD;
}
</style>