Shades of Psychedelic Purple #E403E9
Tints of Psychedelic Purple #E403E9
RGB
CMYK
RGB Variations
Color information
#E403E9 (or 0xE403E9) is known color: Psychedelic Purple. HEX triplet: E4, 03 and E9. RGB value is (228,3,233). Sum of RGB (Red+Green+Blue) = 228+3+233=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #E403E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403E9 is #1BFC16. Grayscale: #5F5F5F. Windows color (decimal): -1834007 or 15270884. OLE color: 15270884.
HSL color Cylindrical-coordinate representation of color #E403E9: hue angle of 298.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403E9 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 3 | 233 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.09 |
| HSL | 298.7º | 0.97% | 0.46% | - |
| HSV(B) | 298.7º | 0.99% | 0.91% | - |
| XYZ | 46.74 | 22.44 | 78.96 | - |
| YUV | 96.5 | 205.04 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 233 | 0.02 | 0.99 | 0 | 0.09 | 298.7 | 0.97 | 0.46 |
| Hex | E4 | 3 | E9 | 2 | 63 | 0 | 9 | 12B | 61 | 2E |
| Octal | 344 | 3 | 351 | 2 | 143 | 0 | 11 | 453 | 141 | 56 |
| Binary | 11100100 | 11 | 11101001 | 10 | 1100011 | 0 | 1001 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E403E9
Complementary color
Monochromatic Colors of #E403E9
Black with #E403E9
Text Example
Text Example
White with #E403E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403E9; }
p { color: rgb(228,3,233); }
H1.HeaderClassName
{
color: #E403E9;
}
.AnyTagClassName
{
color: #E403E9;
}
</style>
background-color css
<style>
a { background-color: #E403E9; }
a { background-color: rgb(228,3,233); }
div.DivClassName
{
background-color: #E403E9;
}
.BgClassName
{
background-color: #E403E9;
}
</style>
border-color css
<style>
span { border-color: #E403E9; }
span { border-color: rgb(228,3,233); }
td.TdClassName
{
border-color: #E403E9;
}
.TagClassName
{
border-color: #E403E9;
}
</style>