Shades of Psychedelic Purple #E229EE
Tints of Psychedelic Purple #E229EE
RGB
CMYK
RGB Variations
Color information
#E229EE (or 0xE229EE) is known color: Psychedelic Purple. HEX triplet: E2, 29 and EE. RGB value is (226,41,238). Sum of RGB (Red+Green+Blue) = 226+41+238=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E229EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229EE is #1DD611. Grayscale: #767676. Windows color (decimal): -1955346 or 15608290. OLE color: 15608290.
HSL color Cylindrical-coordinate representation of color #E229EE: hue angle of 296.35º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E229EE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 41 | 238 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.07 |
| HSL | 296.35º | 0.85% | 0.55% | - |
| HSV(B) | 296.35º | 0.83% | 0.93% | - |
| XYZ | 47.59 | 23.93 | 83 | - |
| YUV | 118.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 238 | 0.05 | 0.83 | 0 | 0.07 | 296.35 | 0.85 | 0.55 |
| Hex | E2 | 29 | EE | 5 | 53 | 0 | 7 | 128 | 55 | 37 |
| Octal | 342 | 51 | 356 | 5 | 123 | 0 | 7 | 450 | 125 | 67 |
| Binary | 11100010 | 101001 | 11101110 | 101 | 1010011 | 0 | 111 | 100101000 | 1010101 | 110111 |
Color Harmonies of #E229EE
Complementary color
Monochromatic Colors of #E229EE
Black with #E229EE
Text Example
Text Example
White with #E229EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229EE; }
p { color: rgb(226,41,238); }
H1.HeaderClassName
{
color: #E229EE;
}
.AnyTagClassName
{
color: #E229EE;
}
</style>
background-color css
<style>
a { background-color: #E229EE; }
a { background-color: rgb(226,41,238); }
div.DivClassName
{
background-color: #E229EE;
}
.BgClassName
{
background-color: #E229EE;
}
</style>
border-color css
<style>
span { border-color: #E229EE; }
span { border-color: rgb(226,41,238); }
td.TdClassName
{
border-color: #E229EE;
}
.TagClassName
{
border-color: #E229EE;
}
</style>