Shades of Psychedelic Purple #E229F7
Tints of Psychedelic Purple #E229F7
RGB
CMYK
RGB Variations
Color information
#E229F7 (or 0xE229F7) is known color: Psychedelic Purple. HEX triplet: E2, 29 and F7. RGB value is (226,41,247). Sum of RGB (Red+Green+Blue) = 226+41+247=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #E229F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229F7 is #1DD608. Grayscale: #777777. Windows color (decimal): -1955337 or 16198114. OLE color: 16198114.
HSL color Cylindrical-coordinate representation of color #E229F7: hue angle of 293.88º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E229F7 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 41 | 247 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.03 |
| HSL | 293.88º | 0.93% | 0.56% | - |
| HSV(B) | 293.88º | 0.83% | 0.97% | - |
| XYZ | 48.95 | 24.47 | 90.14 | - |
| YUV | 119.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 247 | 0.09 | 0.83 | 0 | 0.03 | 293.88 | 0.93 | 0.56 |
| Hex | E2 | 29 | F7 | 9 | 53 | 0 | 3 | 126 | 5D | 38 |
| Octal | 342 | 51 | 367 | 11 | 123 | 0 | 3 | 446 | 135 | 70 |
| Binary | 11100010 | 101001 | 11110111 | 1001 | 1010011 | 0 | 11 | 100100110 | 1011101 | 111000 |
Color Harmonies of #E229F7
Complementary color
Monochromatic Colors of #E229F7
Black with #E229F7
Text Example
Text Example
White with #E229F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229F7; }
p { color: rgb(226,41,247); }
H1.HeaderClassName
{
color: #E229F7;
}
.AnyTagClassName
{
color: #E229F7;
}
</style>
background-color css
<style>
a { background-color: #E229F7; }
a { background-color: rgb(226,41,247); }
div.DivClassName
{
background-color: #E229F7;
}
.BgClassName
{
background-color: #E229F7;
}
</style>
border-color css
<style>
span { border-color: #E229F7; }
span { border-color: rgb(226,41,247); }
td.TdClassName
{
border-color: #E229F7;
}
.TagClassName
{
border-color: #E229F7;
}
</style>