Shades of Psychedelic Purple #E40AFF
Tints of Psychedelic Purple #E40AFF
RGB
CMYK
RGB Variations
Color information
#E40AFF (or 0xE40AFF) is known color: Psychedelic Purple. HEX triplet: E4, 0A and FF. RGB value is (228,10,255). Sum of RGB (Red+Green+Blue) = 228+10+255=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E40AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AFF is #1BF500. Grayscale: #666666. Windows color (decimal): -1832193 or 16714468. OLE color: 16714468.
HSL color Cylindrical-coordinate representation of color #E40AFF: hue angle of 293.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AFF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 10 | 255 | - |
| CMYK | 0.11 | 0.96 | 0 | 0 |
| HSL | 293.39º | 1% | 0.52% | - |
| HSV(B) | 293.39º | 0.96% | 1% | - |
| XYZ | 50.15 | 23.93 | 96.58 | - |
| YUV | 103.11 | 213.72 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 255 | 0.11 | 0.96 | 0 | 0 | 293.39 | 1 | 0.52 |
| Hex | E4 | A | FF | B | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 344 | 12 | 377 | 13 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100100 | 1010 | 11111111 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E40AFF
Complementary color
Monochromatic Colors of #E40AFF
Black with #E40AFF
Text Example
Text Example
White with #E40AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40AFF; }
p { color: rgb(228,10,255); }
H1.HeaderClassName
{
color: #E40AFF;
}
.AnyTagClassName
{
color: #E40AFF;
}
</style>
background-color css
<style>
a { background-color: #E40AFF; }
a { background-color: rgb(228,10,255); }
div.DivClassName
{
background-color: #E40AFF;
}
.BgClassName
{
background-color: #E40AFF;
}
</style>
border-color css
<style>
span { border-color: #E40AFF; }
span { border-color: rgb(228,10,255); }
td.TdClassName
{
border-color: #E40AFF;
}
.TagClassName
{
border-color: #E40AFF;
}
</style>