Shades of Psychedelic Purple #E228E8
Tints of Psychedelic Purple #E228E8
RGB
CMYK
RGB Variations
Color information
#E228E8 (or 0xE228E8) is known color: Psychedelic Purple. HEX triplet: E2, 28 and E8. RGB value is (226,40,232). Sum of RGB (Red+Green+Blue) = 226+40+232=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #E228E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228E8 is #1DD717. Grayscale: #747474. Windows color (decimal): -1955608 or 15214818. OLE color: 15214818.
HSL color Cylindrical-coordinate representation of color #E228E8: hue angle of 298.12º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E228E8 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 40 | 232 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.09 |
| HSL | 298.13º | 0.81% | 0.53% | - |
| HSV(B) | 298.13º | 0.83% | 0.91% | - |
| XYZ | 46.69 | 23.51 | 78.42 | - |
| YUV | 117.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 232 | 0.03 | 0.83 | 0 | 0.09 | 298.13 | 0.81 | 0.53 |
| Hex | E2 | 28 | E8 | 3 | 53 | 0 | 9 | 12A | 51 | 35 |
| Octal | 342 | 50 | 350 | 3 | 123 | 0 | 11 | 452 | 121 | 65 |
| Binary | 11100010 | 101000 | 11101000 | 11 | 1010011 | 0 | 1001 | 100101010 | 1010001 | 110101 |
Color Harmonies of #E228E8
Complementary color
Monochromatic Colors of #E228E8
Black with #E228E8
Text Example
Text Example
White with #E228E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228E8; }
p { color: rgb(226,40,232); }
H1.HeaderClassName
{
color: #E228E8;
}
.AnyTagClassName
{
color: #E228E8;
}
</style>
background-color css
<style>
a { background-color: #E228E8; }
a { background-color: rgb(226,40,232); }
div.DivClassName
{
background-color: #E228E8;
}
.BgClassName
{
background-color: #E228E8;
}
</style>
border-color css
<style>
span { border-color: #E228E8; }
span { border-color: rgb(226,40,232); }
td.TdClassName
{
border-color: #E228E8;
}
.TagClassName
{
border-color: #E228E8;
}
</style>