Shades of Psychedelic Purple #E005F7
Tints of Psychedelic Purple #E005F7
RGB
CMYK
RGB Variations
Color information
#E005F7 (or 0xE005F7) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F7. RGB value is (224,5,247). Sum of RGB (Red+Green+Blue) = 224+5+247=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #E005F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F7 is #1FFA08. Grayscale: #616161. Windows color (decimal): -2095625 or 16188896. OLE color: 16188896.
HSL color Cylindrical-coordinate representation of color #E005F7: hue angle of 294.3º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F7 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 5 | 247 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.03 |
| HSL | 294.3º | 0.96% | 0.49% | - |
| HSV(B) | 294.3º | 0.98% | 0.97% | - |
| XYZ | 47.58 | 22.67 | 89.86 | - |
| YUV | 98.07 | 212.05 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 247 | 0.09 | 0.98 | 0 | 0.03 | 294.3 | 0.96 | 0.49 |
| Hex | E0 | 5 | F7 | 9 | 62 | 0 | 3 | 126 | 60 | 31 |
| Octal | 340 | 5 | 367 | 11 | 142 | 0 | 3 | 446 | 140 | 61 |
| Binary | 11100000 | 101 | 11110111 | 1001 | 1100010 | 0 | 11 | 100100110 | 1100000 | 110001 |
Color Harmonies of #E005F7
Complementary color
Monochromatic Colors of #E005F7
Black with #E005F7
Text Example
Text Example
White with #E005F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005F7; }
p { color: rgb(224,5,247); }
H1.HeaderClassName
{
color: #E005F7;
}
.AnyTagClassName
{
color: #E005F7;
}
</style>
background-color css
<style>
a { background-color: #E005F7; }
a { background-color: rgb(224,5,247); }
div.DivClassName
{
background-color: #E005F7;
}
.BgClassName
{
background-color: #E005F7;
}
</style>
border-color css
<style>
span { border-color: #E005F7; }
span { border-color: rgb(224,5,247); }
td.TdClassName
{
border-color: #E005F7;
}
.TagClassName
{
border-color: #E005F7;
}
</style>