Shades of Psychedelic Purple #E229FE
Tints of Psychedelic Purple #E229FE
RGB
CMYK
RGB Variations
Color information
#E229FE (or 0xE229FE) is known color: Psychedelic Purple. HEX triplet: E2, 29 and FE. RGB value is (226,41,254). Sum of RGB (Red+Green+Blue) = 226+41+254=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E229FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229FE is #1DD601. Grayscale: #777777. Windows color (decimal): -1955330 or 16656866. OLE color: 16656866.
HSL color Cylindrical-coordinate representation of color #E229FE: hue angle of 292.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E229FE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 41 | 254 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.00 |
| HSL | 292.11º | 0.99% | 0.58% | - |
| HSV(B) | 292.11º | 0.84% | 1% | - |
| XYZ | 50.05 | 24.91 | 95.94 | - |
| YUV | 120.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 254 | 0.11 | 0.84 | 0 | 0.00 | 292.11 | 0.99 | 0.58 |
| Hex | E2 | 29 | FE | B | 54 | 0 | 0 | 124 | 63 | 3A |
| Octal | 342 | 51 | 376 | 13 | 124 | 0 | 0 | 444 | 143 | 72 |
| Binary | 11100010 | 101001 | 11111110 | 1011 | 1010100 | 0 | 0 | 100100100 | 1100011 | 111010 |
Color Harmonies of #E229FE
Complementary color
Monochromatic Colors of #E229FE
Black with #E229FE
Text Example
Text Example
White with #E229FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229FE; }
p { color: rgb(226,41,254); }
H1.HeaderClassName
{
color: #E229FE;
}
.AnyTagClassName
{
color: #E229FE;
}
</style>
background-color css
<style>
a { background-color: #E229FE; }
a { background-color: rgb(226,41,254); }
div.DivClassName
{
background-color: #E229FE;
}
.BgClassName
{
background-color: #E229FE;
}
</style>
border-color css
<style>
span { border-color: #E229FE; }
span { border-color: rgb(226,41,254); }
td.TdClassName
{
border-color: #E229FE;
}
.TagClassName
{
border-color: #E229FE;
}
</style>