Shades of Psychedelic Purple #E018FD
Tints of Psychedelic Purple #E018FD
RGB
CMYK
RGB Variations
Color information
#E018FD (or 0xE018FD) is known color: Psychedelic Purple. HEX triplet: E0, 18 and FD. RGB value is (224,24,253). Sum of RGB (Red+Green+Blue) = 224+24+253=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E018FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018FD is #1FE702. Grayscale: #6D6D6D. Windows color (decimal): -2090755 or 16586976. OLE color: 16586976.
HSL color Cylindrical-coordinate representation of color #E018FD: hue angle of 292.4º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E018FD is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 24 | 253 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.01 |
| HSL | 292.4º | 0.98% | 0.54% | - |
| HSV(B) | 292.4º | 0.91% | 0.99% | - |
| XYZ | 48.8 | 23.59 | 94.91 | - |
| YUV | 109.91 | 208.76 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 253 | 0.11 | 0.91 | 0 | 0.01 | 292.4 | 0.98 | 0.54 |
| Hex | E0 | 18 | FD | B | 5B | 0 | 1 | 124 | 62 | 36 |
| Octal | 340 | 30 | 375 | 13 | 133 | 0 | 1 | 444 | 142 | 66 |
| Binary | 11100000 | 11000 | 11111101 | 1011 | 1011011 | 0 | 1 | 100100100 | 1100010 | 110110 |
Color Harmonies of #E018FD
Complementary color
Monochromatic Colors of #E018FD
Black with #E018FD
Text Example
Text Example
White with #E018FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018FD; }
p { color: rgb(224,24,253); }
H1.HeaderClassName
{
color: #E018FD;
}
.AnyTagClassName
{
color: #E018FD;
}
</style>
background-color css
<style>
a { background-color: #E018FD; }
a { background-color: rgb(224,24,253); }
div.DivClassName
{
background-color: #E018FD;
}
.BgClassName
{
background-color: #E018FD;
}
</style>
border-color css
<style>
span { border-color: #E018FD; }
span { border-color: rgb(224,24,253); }
td.TdClassName
{
border-color: #E018FD;
}
.TagClassName
{
border-color: #E018FD;
}
</style>