Shades of Psychedelic Purple #E229FF
Tints of Psychedelic Purple #E229FF
RGB
CMYK
RGB Variations
Color information
#E229FF (or 0xE229FF) is known color: Psychedelic Purple. HEX triplet: E2, 29 and FF. RGB value is (226,41,255). Sum of RGB (Red+Green+Blue) = 226+41+255=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #E229FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229FF is #1DD600. Grayscale: #787878. Windows color (decimal): -1955329 or 16722402. OLE color: 16722402.
HSL color Cylindrical-coordinate representation of color #E229FF: hue angle of 291.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E229FF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 41 | 255 | - |
| CMYK | 0.11 | 0.84 | 0 | 0 |
| HSL | 291.87º | 1% | 0.58% | - |
| HSV(B) | 291.87º | 0.84% | 1% | - |
| XYZ | 50.21 | 24.97 | 96.78 | - |
| YUV | 120.71 | 203.79 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 255 | 0.11 | 0.84 | 0 | 0 | 291.87 | 1 | 0.58 |
| Hex | E2 | 29 | FF | B | 54 | 0 | 0 | 124 | 64 | 3A |
| Octal | 342 | 51 | 377 | 13 | 124 | 0 | 0 | 444 | 144 | 72 |
| Binary | 11100010 | 101001 | 11111111 | 1011 | 1010100 | 0 | 0 | 100100100 | 1100100 | 111010 |
Color Harmonies of #E229FF
Complementary color
Monochromatic Colors of #E229FF
Black with #E229FF
Text Example
Text Example
White with #E229FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229FF; }
p { color: rgb(226,41,255); }
H1.HeaderClassName
{
color: #E229FF;
}
.AnyTagClassName
{
color: #E229FF;
}
</style>
background-color css
<style>
a { background-color: #E229FF; }
a { background-color: rgb(226,41,255); }
div.DivClassName
{
background-color: #E229FF;
}
.BgClassName
{
background-color: #E229FF;
}
</style>
border-color css
<style>
span { border-color: #E229FF; }
span { border-color: rgb(226,41,255); }
td.TdClassName
{
border-color: #E229FF;
}
.TagClassName
{
border-color: #E229FF;
}
</style>