Shades of Psychedelic Purple #E40FE8
Tints of Psychedelic Purple #E40FE8
RGB
CMYK
RGB Variations
Color information
#E40FE8 (or 0xE40FE8) is known color: Psychedelic Purple. HEX triplet: E4, 0F and E8. RGB value is (228,15,232). Sum of RGB (Red+Green+Blue) = 228+15+232=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #E40FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FE8 is #1BF017. Grayscale: #666666. Windows color (decimal): -1830936 or 15208420. OLE color: 15208420.
HSL color Cylindrical-coordinate representation of color #E40FE8: hue angle of 298.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FE8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 15 | 232 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.09 |
| HSL | 298.89º | 0.88% | 0.48% | - |
| HSV(B) | 298.89º | 0.94% | 0.91% | - |
| XYZ | 46.73 | 22.66 | 78.26 | - |
| YUV | 103.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 232 | 0.02 | 0.94 | 0 | 0.09 | 298.89 | 0.88 | 0.48 |
| Hex | E4 | F | E8 | 2 | 5E | 0 | 9 | 12B | 58 | 30 |
| Octal | 344 | 17 | 350 | 2 | 136 | 0 | 11 | 453 | 130 | 60 |
| Binary | 11100100 | 1111 | 11101000 | 10 | 1011110 | 0 | 1001 | 100101011 | 1011000 | 110000 |
Color Harmonies of #E40FE8
Complementary color
Monochromatic Colors of #E40FE8
Black with #E40FE8
Text Example
Text Example
White with #E40FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FE8; }
p { color: rgb(228,15,232); }
H1.HeaderClassName
{
color: #E40FE8;
}
.AnyTagClassName
{
color: #E40FE8;
}
</style>
background-color css
<style>
a { background-color: #E40FE8; }
a { background-color: rgb(228,15,232); }
div.DivClassName
{
background-color: #E40FE8;
}
.BgClassName
{
background-color: #E40FE8;
}
</style>
border-color css
<style>
span { border-color: #E40FE8; }
span { border-color: rgb(228,15,232); }
td.TdClassName
{
border-color: #E40FE8;
}
.TagClassName
{
border-color: #E40FE8;
}
</style>