Shades of Psychedelic Purple #E40FF4
Tints of Psychedelic Purple #E40FF4
RGB
CMYK
RGB Variations
Color information
#E40FF4 (or 0xE40FF4) is known color: Psychedelic Purple. HEX triplet: E4, 0F and F4. RGB value is (228,15,244). Sum of RGB (Red+Green+Blue) = 228+15+244=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #E40FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FF4 is #1BF00B. Grayscale: #686868. Windows color (decimal): -1830924 or 15994852. OLE color: 15994852.
HSL color Cylindrical-coordinate representation of color #E40FF4: hue angle of 295.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FF4 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 15 | 244 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.04 |
| HSL | 295.81º | 0.91% | 0.51% | - |
| HSV(B) | 295.81º | 0.94% | 0.96% | - |
| XYZ | 48.49 | 23.37 | 87.54 | - |
| YUV | 104.79 | 206.57 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 244 | 0.07 | 0.94 | 0 | 0.04 | 295.81 | 0.91 | 0.51 |
| Hex | E4 | F | F4 | 7 | 5E | 0 | 4 | 128 | 5B | 33 |
| Octal | 344 | 17 | 364 | 7 | 136 | 0 | 4 | 450 | 133 | 63 |
| Binary | 11100100 | 1111 | 11110100 | 111 | 1011110 | 0 | 100 | 100101000 | 1011011 | 110011 |
Color Harmonies of #E40FF4
Complementary color
Monochromatic Colors of #E40FF4
Black with #E40FF4
Text Example
Text Example
White with #E40FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FF4; }
p { color: rgb(228,15,244); }
H1.HeaderClassName
{
color: #E40FF4;
}
.AnyTagClassName
{
color: #E40FF4;
}
</style>
background-color css
<style>
a { background-color: #E40FF4; }
a { background-color: rgb(228,15,244); }
div.DivClassName
{
background-color: #E40FF4;
}
.BgClassName
{
background-color: #E40FF4;
}
</style>
border-color css
<style>
span { border-color: #E40FF4; }
span { border-color: rgb(228,15,244); }
td.TdClassName
{
border-color: #E40FF4;
}
.TagClassName
{
border-color: #E40FF4;
}
</style>