Shades of Psychedelic Purple #E232F7
Tints of Psychedelic Purple #E232F7
RGB
CMYK
RGB Variations
Color information
#E232F7 (or 0xE232F7) is known color: Psychedelic Purple. HEX triplet: E2, 32 and F7. RGB value is (226,50,247). Sum of RGB (Red+Green+Blue) = 226+50+247=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 50 (19.92% from 255 or 9.56% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #E232F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E232F7 is #1DCD08. Grayscale: #7C7C7C. Windows color (decimal): -1953033 or 16200418. OLE color: 16200418.
HSL color Cylindrical-coordinate representation of color #E232F7: hue angle of 293.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E232F7 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 50 | 247 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.03 |
| HSL | 293.6º | 0.92% | 0.58% | - |
| HSV(B) | 293.6º | 0.8% | 0.97% | - |
| XYZ | 49.29 | 25.17 | 90.26 | - |
| YUV | 125.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 247 | 0.09 | 0.80 | 0 | 0.03 | 293.6 | 0.92 | 0.58 |
| Hex | E2 | 32 | F7 | 9 | 50 | 0 | 3 | 126 | 5C | 3A |
| Octal | 342 | 62 | 367 | 11 | 120 | 0 | 3 | 446 | 134 | 72 |
| Binary | 11100010 | 110010 | 11110111 | 1001 | 1010000 | 0 | 11 | 100100110 | 1011100 | 111010 |
Color Harmonies of #E232F7
Complementary color
Monochromatic Colors of #E232F7
Black with #E232F7
Text Example
Text Example
White with #E232F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232F7; }
p { color: rgb(226,50,247); }
H1.HeaderClassName
{
color: #E232F7;
}
.AnyTagClassName
{
color: #E232F7;
}
</style>
background-color css
<style>
a { background-color: #E232F7; }
a { background-color: rgb(226,50,247); }
div.DivClassName
{
background-color: #E232F7;
}
.BgClassName
{
background-color: #E232F7;
}
</style>
border-color css
<style>
span { border-color: #E232F7; }
span { border-color: rgb(226,50,247); }
td.TdClassName
{
border-color: #E232F7;
}
.TagClassName
{
border-color: #E232F7;
}
</style>