Shades of Psychedelic Purple #E005F1
Tints of Psychedelic Purple #E005F1
RGB
CMYK
RGB Variations
Color information
#E005F1 (or 0xE005F1) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F1. RGB value is (224,5,241). Sum of RGB (Red+Green+Blue) = 224+5+241=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #E005F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F1 is #1FFA0E. Grayscale: #606060. Windows color (decimal): -2095631 or 15795680. OLE color: 15795680.
HSL color Cylindrical-coordinate representation of color #E005F1: hue angle of 295.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F1 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 5 | 241 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.05 |
| HSL | 295.68º | 0.96% | 0.48% | - |
| HSV(B) | 295.68º | 0.98% | 0.95% | - |
| XYZ | 46.67 | 22.31 | 85.06 | - |
| YUV | 97.39 | 209.05 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 241 | 0.07 | 0.98 | 0 | 0.05 | 295.68 | 0.96 | 0.48 |
| Hex | E0 | 5 | F1 | 7 | 62 | 0 | 5 | 128 | 60 | 30 |
| Octal | 340 | 5 | 361 | 7 | 142 | 0 | 5 | 450 | 140 | 60 |
| Binary | 11100000 | 101 | 11110001 | 111 | 1100010 | 0 | 101 | 100101000 | 1100000 | 110000 |
Color Harmonies of #E005F1
Complementary color
Monochromatic Colors of #E005F1
Black with #E005F1
Text Example
Text Example
White with #E005F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005F1; }
p { color: rgb(224,5,241); }
H1.HeaderClassName
{
color: #E005F1;
}
.AnyTagClassName
{
color: #E005F1;
}
</style>
background-color css
<style>
a { background-color: #E005F1; }
a { background-color: rgb(224,5,241); }
div.DivClassName
{
background-color: #E005F1;
}
.BgClassName
{
background-color: #E005F1;
}
</style>
border-color css
<style>
span { border-color: #E005F1; }
span { border-color: rgb(224,5,241); }
td.TdClassName
{
border-color: #E005F1;
}
.TagClassName
{
border-color: #E005F1;
}
</style>