Shades of Psychedelic Purple #E403EF
Tints of Psychedelic Purple #E403EF
RGB
CMYK
RGB Variations
Color information
#E403EF (or 0xE403EF) is known color: Psychedelic Purple. HEX triplet: E4, 03 and EF. RGB value is (228,3,239). Sum of RGB (Red+Green+Blue) = 228+3+239=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #E403EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403EF is #1BFC10. Grayscale: #606060. Windows color (decimal): -1834001 or 15664100. OLE color: 15664100.
HSL color Cylindrical-coordinate representation of color #E403EF: hue angle of 297.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403EF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 3 | 239 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.06 |
| HSL | 297.2º | 0.98% | 0.47% | - |
| HSV(B) | 297.2º | 0.99% | 0.94% | - |
| XYZ | 47.61 | 22.79 | 83.55 | - |
| YUV | 97.18 | 208.04 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 239 | 0.05 | 0.99 | 0 | 0.06 | 297.2 | 0.98 | 0.47 |
| Hex | E4 | 3 | EF | 5 | 63 | 0 | 6 | 129 | 62 | 2F |
| Octal | 344 | 3 | 357 | 5 | 143 | 0 | 6 | 451 | 142 | 57 |
| Binary | 11100100 | 11 | 11101111 | 101 | 1100011 | 0 | 110 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E403EF
Complementary color
Monochromatic Colors of #E403EF
Black with #E403EF
Text Example
Text Example
White with #E403EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403EF; }
p { color: rgb(228,3,239); }
H1.HeaderClassName
{
color: #E403EF;
}
.AnyTagClassName
{
color: #E403EF;
}
</style>
background-color css
<style>
a { background-color: #E403EF; }
a { background-color: rgb(228,3,239); }
div.DivClassName
{
background-color: #E403EF;
}
.BgClassName
{
background-color: #E403EF;
}
</style>
border-color css
<style>
span { border-color: #E403EF; }
span { border-color: rgb(228,3,239); }
td.TdClassName
{
border-color: #E403EF;
}
.TagClassName
{
border-color: #E403EF;
}
</style>