Shades of Psychedelic Purple #E005FC
Tints of Psychedelic Purple #E005FC
RGB
CMYK
RGB Variations
Color information
#E005FC (or 0xE005FC) is known color: Psychedelic Purple. HEX triplet: E0, 05 and FC. RGB value is (224,5,252). Sum of RGB (Red+Green+Blue) = 224+5+252=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #E005FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005FC is #1FFA03. Grayscale: #616161. Windows color (decimal): -2095620 or 16516576. OLE color: 16516576.
HSL color Cylindrical-coordinate representation of color #E005FC: hue angle of 293.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005FC is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 5 | 252 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.01 |
| HSL | 293.2º | 0.98% | 0.5% | - |
| HSV(B) | 293.2º | 0.98% | 0.99% | - |
| XYZ | 48.37 | 22.98 | 93.98 | - |
| YUV | 98.64 | 214.55 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 252 | 0.11 | 0.98 | 0 | 0.01 | 293.2 | 0.98 | 0.5 |
| Hex | E0 | 5 | FC | B | 62 | 0 | 1 | 125 | 62 | 32 |
| Octal | 340 | 5 | 374 | 13 | 142 | 0 | 1 | 445 | 142 | 62 |
| Binary | 11100000 | 101 | 11111100 | 1011 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110010 |
Color Harmonies of #E005FC
Complementary color
Monochromatic Colors of #E005FC
Black with #E005FC
Text Example
Text Example
White with #E005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005FC; }
p { color: rgb(224,5,252); }
H1.HeaderClassName
{
color: #E005FC;
}
.AnyTagClassName
{
color: #E005FC;
}
</style>
background-color css
<style>
a { background-color: #E005FC; }
a { background-color: rgb(224,5,252); }
div.DivClassName
{
background-color: #E005FC;
}
.BgClassName
{
background-color: #E005FC;
}
</style>
border-color css
<style>
span { border-color: #E005FC; }
span { border-color: rgb(224,5,252); }
td.TdClassName
{
border-color: #E005FC;
}
.TagClassName
{
border-color: #E005FC;
}
</style>