Shades of Psychedelic Purple #E226ED
Tints of Psychedelic Purple #E226ED
RGB
CMYK
RGB Variations
Color information
#E226ED (or 0xE226ED) is known color: Psychedelic Purple. HEX triplet: E2, 26 and ED. RGB value is (226,38,237). Sum of RGB (Red+Green+Blue) = 226+38+237=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #E226ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E226ED is #1DD912. Grayscale: #747474. Windows color (decimal): -1956115 or 15541986. OLE color: 15541986.
HSL color Cylindrical-coordinate representation of color #E226ED: hue angle of 296.68º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E226ED is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 38 | 237 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.68º | 0.85% | 0.54% | - |
| HSV(B) | 296.68º | 0.84% | 0.93% | - |
| XYZ | 47.34 | 23.67 | 82.19 | - |
| YUV | 116.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 237 | 0.05 | 0.84 | 0 | 0.07 | 296.68 | 0.85 | 0.54 |
| Hex | E2 | 26 | ED | 5 | 54 | 0 | 7 | 129 | 55 | 36 |
| Octal | 342 | 46 | 355 | 5 | 124 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100010 | 100110 | 11101101 | 101 | 1010100 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E226ED
Complementary color
Monochromatic Colors of #E226ED
Black with #E226ED
Text Example
Text Example
White with #E226ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226ED; }
p { color: rgb(226,38,237); }
H1.HeaderClassName
{
color: #E226ED;
}
.AnyTagClassName
{
color: #E226ED;
}
</style>
background-color css
<style>
a { background-color: #E226ED; }
a { background-color: rgb(226,38,237); }
div.DivClassName
{
background-color: #E226ED;
}
.BgClassName
{
background-color: #E226ED;
}
</style>
border-color css
<style>
span { border-color: #E226ED; }
span { border-color: rgb(226,38,237); }
td.TdClassName
{
border-color: #E226ED;
}
.TagClassName
{
border-color: #E226ED;
}
</style>