Shades of Psychedelic Purple #E403F3
Tints of Psychedelic Purple #E403F3
RGB
CMYK
RGB Variations
Color information
#E403F3 (or 0xE403F3) is known color: Psychedelic Purple. HEX triplet: E4, 03 and F3. RGB value is (228,3,243). Sum of RGB (Red+Green+Blue) = 228+3+243=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #E403F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403F3 is #1BFC0C. Grayscale: #606060. Windows color (decimal): -1833997 or 15926244. OLE color: 15926244.
HSL color Cylindrical-coordinate representation of color #E403F3: hue angle of 296.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403F3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 3 | 243 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.05 |
| HSL | 296.25º | 0.98% | 0.48% | - |
| HSV(B) | 296.25º | 0.99% | 0.95% | - |
| XYZ | 48.21 | 23.03 | 86.7 | - |
| YUV | 97.64 | 210.04 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 243 | 0.06 | 0.99 | 0 | 0.05 | 296.25 | 0.98 | 0.48 |
| Hex | E4 | 3 | F3 | 6 | 63 | 0 | 5 | 128 | 62 | 30 |
| Octal | 344 | 3 | 363 | 6 | 143 | 0 | 5 | 450 | 142 | 60 |
| Binary | 11100100 | 11 | 11110011 | 110 | 1100011 | 0 | 101 | 100101000 | 1100010 | 110000 |
Color Harmonies of #E403F3
Complementary color
Monochromatic Colors of #E403F3
Black with #E403F3
Text Example
Text Example
White with #E403F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403F3; }
p { color: rgb(228,3,243); }
H1.HeaderClassName
{
color: #E403F3;
}
.AnyTagClassName
{
color: #E403F3;
}
</style>
background-color css
<style>
a { background-color: #E403F3; }
a { background-color: rgb(228,3,243); }
div.DivClassName
{
background-color: #E403F3;
}
.BgClassName
{
background-color: #E403F3;
}
</style>
border-color css
<style>
span { border-color: #E403F3; }
span { border-color: rgb(228,3,243); }
td.TdClassName
{
border-color: #E403F3;
}
.TagClassName
{
border-color: #E403F3;
}
</style>