Shades of Psychedelic Purple #E429F4
Tints of Psychedelic Purple #E429F4
RGB
CMYK
RGB Variations
Color information
#E429F4 (or 0xE429F4) is known color: Psychedelic Purple. HEX triplet: E4, 29 and F4. RGB value is (228,41,244). Sum of RGB (Red+Green+Blue) = 228+41+244=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #E429F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429F4 is #1BD60B. Grayscale: #777777. Windows color (decimal): -1824268 or 16001508. OLE color: 16001508.
HSL color Cylindrical-coordinate representation of color #E429F4: hue angle of 295.27º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E429F4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 41 | 244 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.04 |
| HSL | 295.27º | 0.9% | 0.56% | - |
| HSV(B) | 295.27º | 0.83% | 0.96% | - |
| XYZ | 49.12 | 24.61 | 87.75 | - |
| YUV | 120.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 244 | 0.07 | 0.83 | 0 | 0.04 | 295.27 | 0.9 | 0.56 |
| Hex | E4 | 29 | F4 | 7 | 53 | 0 | 4 | 127 | 5A | 38 |
| Octal | 344 | 51 | 364 | 7 | 123 | 0 | 4 | 447 | 132 | 70 |
| Binary | 11100100 | 101001 | 11110100 | 111 | 1010011 | 0 | 100 | 100100111 | 1011010 | 111000 |
Color Harmonies of #E429F4
Complementary color
Monochromatic Colors of #E429F4
Black with #E429F4
Text Example
Text Example
White with #E429F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429F4; }
p { color: rgb(228,41,244); }
H1.HeaderClassName
{
color: #E429F4;
}
.AnyTagClassName
{
color: #E429F4;
}
</style>
background-color css
<style>
a { background-color: #E429F4; }
a { background-color: rgb(228,41,244); }
div.DivClassName
{
background-color: #E429F4;
}
.BgClassName
{
background-color: #E429F4;
}
</style>
border-color css
<style>
span { border-color: #E429F4; }
span { border-color: rgb(228,41,244); }
td.TdClassName
{
border-color: #E429F4;
}
.TagClassName
{
border-color: #E429F4;
}
</style>