Shades of Psychedelic Purple #E403FC
Tints of Psychedelic Purple #E403FC
RGB
CMYK
RGB Variations
Color information
#E403FC (or 0xE403FC) is known color: Psychedelic Purple. HEX triplet: E4, 03 and FC. RGB value is (228,3,252). Sum of RGB (Red+Green+Blue) = 228+3+252=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 3 (1.56% from 255 or 0.62% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E403FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403FC is #1BFC03. Grayscale: #616161. Windows color (decimal): -1833988 or 16516068. OLE color: 16516068.
HSL color Cylindrical-coordinate representation of color #E403FC: hue angle of 294.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403FC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 3 | 252 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 294.22º | 0.98% | 0.5% | - |
| HSV(B) | 294.22º | 0.99% | 0.99% | - |
| XYZ | 49.6 | 23.59 | 94.03 | - |
| YUV | 98.66 | 214.54 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 252 | 0.10 | 0.99 | 0 | 0.01 | 294.22 | 0.98 | 0.5 |
| Hex | E4 | 3 | FC | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 344 | 3 | 374 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100100 | 11 | 11111100 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E403FC
Complementary color
Monochromatic Colors of #E403FC
Black with #E403FC
Text Example
Text Example
White with #E403FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403FC; }
p { color: rgb(228,3,252); }
H1.HeaderClassName
{
color: #E403FC;
}
.AnyTagClassName
{
color: #E403FC;
}
</style>
background-color css
<style>
a { background-color: #E403FC; }
a { background-color: rgb(228,3,252); }
div.DivClassName
{
background-color: #E403FC;
}
.BgClassName
{
background-color: #E403FC;
}
</style>
border-color css
<style>
span { border-color: #E403FC; }
span { border-color: rgb(228,3,252); }
td.TdClassName
{
border-color: #E403FC;
}
.TagClassName
{
border-color: #E403FC;
}
</style>