Shades of Psychedelic Purple #E006F0
Tints of Psychedelic Purple #E006F0
RGB
CMYK
RGB Variations
Color information
#E006F0 (or 0xE006F0) is known color: Psychedelic Purple. HEX triplet: E0, 06 and F0. RGB value is (224,6,240). Sum of RGB (Red+Green+Blue) = 224+6+240=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 6 (2.73% from 255 or 1.28% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #E006F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006F0 is #1FF90F. Grayscale: #616161. Windows color (decimal): -2095376 or 15730400. OLE color: 15730400.
HSL color Cylindrical-coordinate representation of color #E006F0: hue angle of 295.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E006F0 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 6 | 240 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.06 |
| HSL | 295.9º | 0.95% | 0.48% | - |
| HSV(B) | 295.9º | 0.98% | 0.94% | - |
| XYZ | 46.53 | 22.27 | 84.28 | - |
| YUV | 97.86 | 208.22 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 240 | 0.07 | 0.98 | 0 | 0.06 | 295.9 | 0.95 | 0.48 |
| Hex | E0 | 6 | F0 | 7 | 62 | 0 | 6 | 128 | 5F | 30 |
| Octal | 340 | 6 | 360 | 7 | 142 | 0 | 6 | 450 | 137 | 60 |
| Binary | 11100000 | 110 | 11110000 | 111 | 1100010 | 0 | 110 | 100101000 | 1011111 | 110000 |
Color Harmonies of #E006F0
Complementary color
Monochromatic Colors of #E006F0
Black with #E006F0
Text Example
Text Example
White with #E006F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006F0; }
p { color: rgb(224,6,240); }
H1.HeaderClassName
{
color: #E006F0;
}
.AnyTagClassName
{
color: #E006F0;
}
</style>
background-color css
<style>
a { background-color: #E006F0; }
a { background-color: rgb(224,6,240); }
div.DivClassName
{
background-color: #E006F0;
}
.BgClassName
{
background-color: #E006F0;
}
</style>
border-color css
<style>
span { border-color: #E006F0; }
span { border-color: rgb(224,6,240); }
td.TdClassName
{
border-color: #E006F0;
}
.TagClassName
{
border-color: #E006F0;
}
</style>