Shades of Psychedelic Purple #E018FB
Tints of Psychedelic Purple #E018FB
RGB
CMYK
RGB Variations
Color information
#E018FB (or 0xE018FB) is known color: Psychedelic Purple. HEX triplet: E0, 18 and FB. RGB value is (224,24,251). Sum of RGB (Red+Green+Blue) = 224+24+251=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #E018FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018FB is #1FE704. Grayscale: #6C6C6C. Windows color (decimal): -2090757 or 16455904. OLE color: 16455904.
HSL color Cylindrical-coordinate representation of color #E018FB: hue angle of 292.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018FB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 24 | 251 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.02 |
| HSL | 292.86º | 0.97% | 0.54% | - |
| HSV(B) | 292.86º | 0.9% | 0.98% | - |
| XYZ | 48.48 | 23.47 | 93.24 | - |
| YUV | 109.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 251 | 0.11 | 0.90 | 0 | 0.02 | 292.86 | 0.97 | 0.54 |
| Hex | E0 | 18 | FB | B | 5A | 0 | 2 | 125 | 61 | 36 |
| Octal | 340 | 30 | 373 | 13 | 132 | 0 | 2 | 445 | 141 | 66 |
| Binary | 11100000 | 11000 | 11111011 | 1011 | 1011010 | 0 | 10 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E018FB
Complementary color
Monochromatic Colors of #E018FB
Black with #E018FB
Text Example
Text Example
White with #E018FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018FB; }
p { color: rgb(224,24,251); }
H1.HeaderClassName
{
color: #E018FB;
}
.AnyTagClassName
{
color: #E018FB;
}
</style>
background-color css
<style>
a { background-color: #E018FB; }
a { background-color: rgb(224,24,251); }
div.DivClassName
{
background-color: #E018FB;
}
.BgClassName
{
background-color: #E018FB;
}
</style>
border-color css
<style>
span { border-color: #E018FB; }
span { border-color: rgb(224,24,251); }
td.TdClassName
{
border-color: #E018FB;
}
.TagClassName
{
border-color: #E018FB;
}
</style>