Shades of Psychedelic Purple #E232FE
Tints of Psychedelic Purple #E232FE
RGB
CMYK
RGB Variations
Color information
#E232FE (or 0xE232FE) is known color: Psychedelic Purple. HEX triplet: E2, 32 and FE. RGB value is (226,50,254). Sum of RGB (Red+Green+Blue) = 226+50+254=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 50 (19.92% from 255 or 9.43% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #E232FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E232FE is #1DCD01. Grayscale: #7D7D7D. Windows color (decimal): -1953026 or 16659170. OLE color: 16659170.
HSL color Cylindrical-coordinate representation of color #E232FE: hue angle of 291.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E232FE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 50 | 254 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.00 |
| HSL | 291.76º | 0.99% | 0.6% | - |
| HSV(B) | 291.76º | 0.8% | 1% | - |
| XYZ | 50.39 | 25.61 | 96.05 | - |
| YUV | 125.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 254 | 0.11 | 0.80 | 0 | 0.00 | 291.76 | 0.99 | 0.6 |
| Hex | E2 | 32 | FE | B | 50 | 0 | 0 | 124 | 63 | 3C |
| Octal | 342 | 62 | 376 | 13 | 120 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100010 | 110010 | 11111110 | 1011 | 1010000 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E232FE
Complementary color
Monochromatic Colors of #E232FE
Black with #E232FE
Text Example
Text Example
White with #E232FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232FE; }
p { color: rgb(226,50,254); }
H1.HeaderClassName
{
color: #E232FE;
}
.AnyTagClassName
{
color: #E232FE;
}
</style>
background-color css
<style>
a { background-color: #E232FE; }
a { background-color: rgb(226,50,254); }
div.DivClassName
{
background-color: #E232FE;
}
.BgClassName
{
background-color: #E232FE;
}
</style>
border-color css
<style>
span { border-color: #E232FE; }
span { border-color: rgb(226,50,254); }
td.TdClassName
{
border-color: #E232FE;
}
.TagClassName
{
border-color: #E232FE;
}
</style>