Shades of Psychedelic Purple #E009FC
Tints of Psychedelic Purple #E009FC
RGB
CMYK
RGB Variations
Color information
#E009FC (or 0xE009FC) is known color: Psychedelic Purple. HEX triplet: E0, 09 and FC. RGB value is (224,9,252). Sum of RGB (Red+Green+Blue) = 224+9+252=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #E009FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009FC is #1FF603. Grayscale: #646464. Windows color (decimal): -2094596 or 16517600. OLE color: 16517600.
HSL color Cylindrical-coordinate representation of color #E009FC: hue angle of 293.09º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009FC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 9 | 252 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.01 |
| HSL | 293.09º | 0.98% | 0.51% | - |
| HSV(B) | 293.09º | 0.96% | 0.99% | - |
| XYZ | 48.41 | 23.07 | 94 | - |
| YUV | 100.99 | 213.23 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 252 | 0.11 | 0.96 | 0 | 0.01 | 293.09 | 0.98 | 0.51 |
| Hex | E0 | 9 | FC | B | 60 | 0 | 1 | 125 | 62 | 33 |
| Octal | 340 | 11 | 374 | 13 | 140 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11100000 | 1001 | 11111100 | 1011 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #E009FC
Complementary color
Monochromatic Colors of #E009FC
Black with #E009FC
Text Example
Text Example
White with #E009FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009FC; }
p { color: rgb(224,9,252); }
H1.HeaderClassName
{
color: #E009FC;
}
.AnyTagClassName
{
color: #E009FC;
}
</style>
background-color css
<style>
a { background-color: #E009FC; }
a { background-color: rgb(224,9,252); }
div.DivClassName
{
background-color: #E009FC;
}
.BgClassName
{
background-color: #E009FC;
}
</style>
border-color css
<style>
span { border-color: #E009FC; }
span { border-color: rgb(224,9,252); }
td.TdClassName
{
border-color: #E009FC;
}
.TagClassName
{
border-color: #E009FC;
}
</style>