Shades of Psychedelic Purple #E005F3
Tints of Psychedelic Purple #E005F3
RGB
CMYK
RGB Variations
Color information
#E005F3 (or 0xE005F3) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F3. RGB value is (224,5,243). Sum of RGB (Red+Green+Blue) = 224+5+243=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #E005F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F3 is #1FFA0C. Grayscale: #606060. Windows color (decimal): -2095629 or 15926752. OLE color: 15926752.
HSL color Cylindrical-coordinate representation of color #E005F3: hue angle of 295.21º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 5 | 243 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.05 |
| HSL | 295.21º | 0.96% | 0.49% | - |
| HSV(B) | 295.21º | 0.98% | 0.95% | - |
| XYZ | 46.97 | 22.43 | 86.65 | - |
| YUV | 97.61 | 210.05 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 243 | 0.08 | 0.98 | 0 | 0.05 | 295.21 | 0.96 | 0.49 |
| Hex | E0 | 5 | F3 | 8 | 62 | 0 | 5 | 127 | 60 | 31 |
| Octal | 340 | 5 | 363 | 10 | 142 | 0 | 5 | 447 | 140 | 61 |
| Binary | 11100000 | 101 | 11110011 | 1000 | 1100010 | 0 | 101 | 100100111 | 1100000 | 110001 |
Color Harmonies of #E005F3
Complementary color
Monochromatic Colors of #E005F3
Black with #E005F3
Text Example
Text Example
White with #E005F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005F3; }
p { color: rgb(224,5,243); }
H1.HeaderClassName
{
color: #E005F3;
}
.AnyTagClassName
{
color: #E005F3;
}
</style>
background-color css
<style>
a { background-color: #E005F3; }
a { background-color: rgb(224,5,243); }
div.DivClassName
{
background-color: #E005F3;
}
.BgClassName
{
background-color: #E005F3;
}
</style>
border-color css
<style>
span { border-color: #E005F3; }
span { border-color: rgb(224,5,243); }
td.TdClassName
{
border-color: #E005F3;
}
.TagClassName
{
border-color: #E005F3;
}
</style>