Shades of Psychedelic Purple #E403FF
Tints of Psychedelic Purple #E403FF
RGB
CMYK
RGB Variations
Color information
#E403FF (or 0xE403FF) is known color: Psychedelic Purple. HEX triplet: E4, 03 and FF. RGB value is (228,3,255). Sum of RGB (Red+Green+Blue) = 228+3+255=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E403FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403FF is #1BFC00. Grayscale: #626262. Windows color (decimal): -1833985 or 16712676. OLE color: 16712676.
HSL color Cylindrical-coordinate representation of color #E403FF: hue angle of 293.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403FF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 3 | 255 | - |
| CMYK | 0.11 | 0.99 | 0 | 0 |
| HSL | 293.57º | 1% | 0.51% | - |
| HSV(B) | 293.57º | 0.99% | 1% | - |
| XYZ | 50.08 | 23.78 | 96.56 | - |
| YUV | 99 | 216.04 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 255 | 0.11 | 0.99 | 0 | 0 | 293.57 | 1 | 0.51 |
| Hex | E4 | 3 | FF | B | 63 | 0 | 0 | 126 | 64 | 33 |
| Octal | 344 | 3 | 377 | 13 | 143 | 0 | 0 | 446 | 144 | 63 |
| Binary | 11100100 | 11 | 11111111 | 1011 | 1100011 | 0 | 0 | 100100110 | 1100100 | 110011 |
Color Harmonies of #E403FF
Complementary color
Monochromatic Colors of #E403FF
Black with #E403FF
Text Example
Text Example
White with #E403FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403FF; }
p { color: rgb(228,3,255); }
H1.HeaderClassName
{
color: #E403FF;
}
.AnyTagClassName
{
color: #E403FF;
}
</style>
background-color css
<style>
a { background-color: #E403FF; }
a { background-color: rgb(228,3,255); }
div.DivClassName
{
background-color: #E403FF;
}
.BgClassName
{
background-color: #E403FF;
}
</style>
border-color css
<style>
span { border-color: #E403FF; }
span { border-color: rgb(228,3,255); }
td.TdClassName
{
border-color: #E403FF;
}
.TagClassName
{
border-color: #E403FF;
}
</style>