Shades of Psychedelic Purple #E61DFB
Tints of Psychedelic Purple #E61DFB
RGB
CMYK
RGB Variations
Color information
#E61DFB (or 0xE61DFB) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FB. RGB value is (230,29,251). Sum of RGB (Red+Green+Blue) = 230+29+251=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #E61DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFB is #19E204. Grayscale: #717171. Windows color (decimal): -1696261 or 16457190. OLE color: 16457190.
HSL color Cylindrical-coordinate representation of color #E61DFB: hue angle of 294.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61DFB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 29 | 251 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.02 |
| HSL | 294.32º | 0.97% | 0.55% | - |
| HSV(B) | 294.32º | 0.88% | 0.98% | - |
| XYZ | 50.49 | 24.67 | 93.37 | - |
| YUV | 114.41 | 205.09 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 251 | 0.08 | 0.88 | 0 | 0.02 | 294.32 | 0.97 | 0.55 |
| Hex | E6 | 1D | FB | 8 | 58 | 0 | 2 | 126 | 61 | 37 |
| Octal | 346 | 35 | 373 | 10 | 130 | 0 | 2 | 446 | 141 | 67 |
| Binary | 11100110 | 11101 | 11111011 | 1000 | 1011000 | 0 | 10 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E61DFB
Complementary color
Monochromatic Colors of #E61DFB
Black with #E61DFB
Text Example
Text Example
White with #E61DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DFB; }
p { color: rgb(230,29,251); }
H1.HeaderClassName
{
color: #E61DFB;
}
.AnyTagClassName
{
color: #E61DFB;
}
</style>
background-color css
<style>
a { background-color: #E61DFB; }
a { background-color: rgb(230,29,251); }
div.DivClassName
{
background-color: #E61DFB;
}
.BgClassName
{
background-color: #E61DFB;
}
</style>
border-color css
<style>
span { border-color: #E61DFB; }
span { border-color: rgb(230,29,251); }
td.TdClassName
{
border-color: #E61DFB;
}
.TagClassName
{
border-color: #E61DFB;
}
</style>