Shades of Psychedelic Purple #E232F4
Tints of Psychedelic Purple #E232F4
RGB
CMYK
RGB Variations
Color information
#E232F4 (or 0xE232F4) is known color: Psychedelic Purple. HEX triplet: E2, 32 and F4. RGB value is (226,50,244). Sum of RGB (Red+Green+Blue) = 226+50+244=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 50 (19.92% from 255 or 9.62% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #E232F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E232F4 is #1DCD0B. Grayscale: #7C7C7C. Windows color (decimal): -1953036 or 16003810. OLE color: 16003810.
HSL color Cylindrical-coordinate representation of color #E232F4: hue angle of 294.43º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E232F4 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 50 | 244 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.04 |
| HSL | 294.43º | 0.9% | 0.58% | - |
| HSV(B) | 294.43º | 0.8% | 0.96% | - |
| XYZ | 48.83 | 24.98 | 87.84 | - |
| YUV | 124.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 244 | 0.07 | 0.80 | 0 | 0.04 | 294.43 | 0.9 | 0.58 |
| Hex | E2 | 32 | F4 | 7 | 50 | 0 | 4 | 126 | 5A | 3A |
| Octal | 342 | 62 | 364 | 7 | 120 | 0 | 4 | 446 | 132 | 72 |
| Binary | 11100010 | 110010 | 11110100 | 111 | 1010000 | 0 | 100 | 100100110 | 1011010 | 111010 |
Color Harmonies of #E232F4
Complementary color
Monochromatic Colors of #E232F4
Black with #E232F4
Text Example
Text Example
White with #E232F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232F4; }
p { color: rgb(226,50,244); }
H1.HeaderClassName
{
color: #E232F4;
}
.AnyTagClassName
{
color: #E232F4;
}
</style>
background-color css
<style>
a { background-color: #E232F4; }
a { background-color: rgb(226,50,244); }
div.DivClassName
{
background-color: #E232F4;
}
.BgClassName
{
background-color: #E232F4;
}
</style>
border-color css
<style>
span { border-color: #E232F4; }
span { border-color: rgb(226,50,244); }
td.TdClassName
{
border-color: #E232F4;
}
.TagClassName
{
border-color: #E232F4;
}
</style>