Shades of Psychedelic Purple #E01DFB
Tints of Psychedelic Purple #E01DFB
RGB
CMYK
RGB Variations
Color information
#E01DFB (or 0xE01DFB) is known color: Psychedelic Purple. HEX triplet: E0, 1D and FB. RGB value is (224,29,251). Sum of RGB (Red+Green+Blue) = 224+29+251=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 29 (11.72% from 255 or 5.75% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #E01DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DFB is #1FE204. Grayscale: #6F6F6F. Windows color (decimal): -2089477 or 16457184. OLE color: 16457184.
HSL color Cylindrical-coordinate representation of color #E01DFB: hue angle of 292.7º 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 #E01DFB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 29 | 251 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.02 |
| HSL | 292.7º | 0.97% | 0.55% | - |
| HSV(B) | 292.7º | 0.88% | 0.98% | - |
| XYZ | 48.59 | 23.69 | 93.28 | - |
| YUV | 112.61 | 206.1 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 251 | 0.11 | 0.88 | 0 | 0.02 | 292.7 | 0.97 | 0.55 |
| Hex | E0 | 1D | FB | B | 58 | 0 | 2 | 125 | 61 | 37 |
| Octal | 340 | 35 | 373 | 13 | 130 | 0 | 2 | 445 | 141 | 67 |
| Binary | 11100000 | 11101 | 11111011 | 1011 | 1011000 | 0 | 10 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E01DFB
Complementary color
Monochromatic Colors of #E01DFB
Black with #E01DFB
Text Example
Text Example
White with #E01DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DFB; }
p { color: rgb(224,29,251); }
H1.HeaderClassName
{
color: #E01DFB;
}
.AnyTagClassName
{
color: #E01DFB;
}
</style>
background-color css
<style>
a { background-color: #E01DFB; }
a { background-color: rgb(224,29,251); }
div.DivClassName
{
background-color: #E01DFB;
}
.BgClassName
{
background-color: #E01DFB;
}
</style>
border-color css
<style>
span { border-color: #E01DFB; }
span { border-color: rgb(224,29,251); }
td.TdClassName
{
border-color: #E01DFB;
}
.TagClassName
{
border-color: #E01DFB;
}
</style>