Shades of Psychedelic Purple #E229EF
Tints of Psychedelic Purple #E229EF
RGB
CMYK
RGB Variations
Color information
#E229EF (or 0xE229EF) is known color: Psychedelic Purple. HEX triplet: E2, 29 and EF. RGB value is (226,41,239). Sum of RGB (Red+Green+Blue) = 226+41+239=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #E229EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229EF is #1DD610. Grayscale: #767676. Windows color (decimal): -1955345 or 15673826. OLE color: 15673826.
HSL color Cylindrical-coordinate representation of color #E229EF: hue angle of 296.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E229EF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 41 | 239 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.06 |
| HSL | 296.06º | 0.86% | 0.55% | - |
| HSV(B) | 296.06º | 0.83% | 0.94% | - |
| XYZ | 47.74 | 23.99 | 83.78 | - |
| YUV | 118.89 | 195.79 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 239 | 0.05 | 0.83 | 0 | 0.06 | 296.06 | 0.86 | 0.55 |
| Hex | E2 | 29 | EF | 5 | 53 | 0 | 6 | 128 | 56 | 37 |
| Octal | 342 | 51 | 357 | 5 | 123 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100010 | 101001 | 11101111 | 101 | 1010011 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E229EF
Complementary color
Monochromatic Colors of #E229EF
Black with #E229EF
Text Example
Text Example
White with #E229EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229EF; }
p { color: rgb(226,41,239); }
H1.HeaderClassName
{
color: #E229EF;
}
.AnyTagClassName
{
color: #E229EF;
}
</style>
background-color css
<style>
a { background-color: #E229EF; }
a { background-color: rgb(226,41,239); }
div.DivClassName
{
background-color: #E229EF;
}
.BgClassName
{
background-color: #E229EF;
}
</style>
border-color css
<style>
span { border-color: #E229EF; }
span { border-color: rgb(226,41,239); }
td.TdClassName
{
border-color: #E229EF;
}
.TagClassName
{
border-color: #E229EF;
}
</style>