Shades of Psychedelic Purple #E61EFD
Tints of Psychedelic Purple #E61EFD
RGB
CMYK
RGB Variations
Color information
#E61EFD (or 0xE61EFD) is known color: Psychedelic Purple. HEX triplet: E6, 1E and FD. RGB value is (230,30,253). Sum of RGB (Red+Green+Blue) = 230+30+253=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #E61EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EFD is #19E102. Grayscale: #727272. Windows color (decimal): -1696003 or 16588518. OLE color: 16588518.
HSL color Cylindrical-coordinate representation of color #E61EFD: hue angle of 293.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61EFD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 30 | 253 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.01 |
| HSL | 293.81º | 0.98% | 0.55% | - |
| HSV(B) | 293.81º | 0.88% | 0.99% | - |
| XYZ | 50.83 | 24.84 | 95.04 | - |
| YUV | 115.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 253 | 0.09 | 0.88 | 0 | 0.01 | 293.81 | 0.98 | 0.55 |
| Hex | E6 | 1E | FD | 9 | 58 | 0 | 1 | 126 | 62 | 37 |
| Octal | 346 | 36 | 375 | 11 | 130 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100110 | 11110 | 11111101 | 1001 | 1011000 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E61EFD
Complementary color
Monochromatic Colors of #E61EFD
Black with #E61EFD
Text Example
Text Example
White with #E61EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EFD; }
p { color: rgb(230,30,253); }
H1.HeaderClassName
{
color: #E61EFD;
}
.AnyTagClassName
{
color: #E61EFD;
}
</style>
background-color css
<style>
a { background-color: #E61EFD; }
a { background-color: rgb(230,30,253); }
div.DivClassName
{
background-color: #E61EFD;
}
.BgClassName
{
background-color: #E61EFD;
}
</style>
border-color css
<style>
span { border-color: #E61EFD; }
span { border-color: rgb(230,30,253); }
td.TdClassName
{
border-color: #E61EFD;
}
.TagClassName
{
border-color: #E61EFD;
}
</style>