Shades of Psychedelic Purple #E228ED
Tints of Psychedelic Purple #E228ED
RGB
CMYK
RGB Variations
Color information
#E228ED (or 0xE228ED) is known color: Psychedelic Purple. HEX triplet: E2, 28 and ED. RGB value is (226,40,237). Sum of RGB (Red+Green+Blue) = 226+40+237=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #E228ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228ED is #1DD712. Grayscale: #757575. Windows color (decimal): -1955603 or 15542498. OLE color: 15542498.
HSL color Cylindrical-coordinate representation of color #E228ED: hue angle of 296.65º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E228ED is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 40 | 237 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.07 |
| HSL | 296.65º | 0.85% | 0.54% | - |
| HSV(B) | 296.65º | 0.83% | 0.93% | - |
| XYZ | 47.41 | 23.8 | 82.22 | - |
| YUV | 118.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 237 | 0.05 | 0.83 | 0 | 0.07 | 296.65 | 0.85 | 0.54 |
| Hex | E2 | 28 | ED | 5 | 53 | 0 | 7 | 129 | 55 | 36 |
| Octal | 342 | 50 | 355 | 5 | 123 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100010 | 101000 | 11101101 | 101 | 1010011 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E228ED
Complementary color
Monochromatic Colors of #E228ED
Black with #E228ED
Text Example
Text Example
White with #E228ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228ED; }
p { color: rgb(226,40,237); }
H1.HeaderClassName
{
color: #E228ED;
}
.AnyTagClassName
{
color: #E228ED;
}
</style>
background-color css
<style>
a { background-color: #E228ED; }
a { background-color: rgb(226,40,237); }
div.DivClassName
{
background-color: #E228ED;
}
.BgClassName
{
background-color: #E228ED;
}
</style>
border-color css
<style>
span { border-color: #E228ED; }
span { border-color: rgb(226,40,237); }
td.TdClassName
{
border-color: #E228ED;
}
.TagClassName
{
border-color: #E228ED;
}
</style>