Shades of Psychedelic Purple #E223FE
Tints of Psychedelic Purple #E223FE
RGB
CMYK
RGB Variations
Color information
#E223FE (or 0xE223FE) is known color: Psychedelic Purple. HEX triplet: E2, 23 and FE. RGB value is (226,35,254). Sum of RGB (Red+Green+Blue) = 226+35+254=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 35 (14.06% from 255 or 6.80% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #E223FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E223FE is #1DDC01. Grayscale: #747474. Windows color (decimal): -1956866 or 16655330. OLE color: 16655330.
HSL color Cylindrical-coordinate representation of color #E223FE: hue angle of 292.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E223FE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 35 | 254 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.00 |
| HSL | 292.33º | 0.99% | 0.57% | - |
| HSV(B) | 292.33º | 0.86% | 1% | - |
| XYZ | 49.85 | 24.53 | 95.87 | - |
| YUV | 117.08 | 205.28 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 254 | 0.11 | 0.86 | 0 | 0.00 | 292.33 | 0.99 | 0.57 |
| Hex | E2 | 23 | FE | B | 56 | 0 | 0 | 124 | 63 | 39 |
| Octal | 342 | 43 | 376 | 13 | 126 | 0 | 0 | 444 | 143 | 71 |
| Binary | 11100010 | 100011 | 11111110 | 1011 | 1010110 | 0 | 0 | 100100100 | 1100011 | 111001 |
Color Harmonies of #E223FE
Complementary color
Monochromatic Colors of #E223FE
Black with #E223FE
Text Example
Text Example
White with #E223FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223FE; }
p { color: rgb(226,35,254); }
H1.HeaderClassName
{
color: #E223FE;
}
.AnyTagClassName
{
color: #E223FE;
}
</style>
background-color css
<style>
a { background-color: #E223FE; }
a { background-color: rgb(226,35,254); }
div.DivClassName
{
background-color: #E223FE;
}
.BgClassName
{
background-color: #E223FE;
}
</style>
border-color css
<style>
span { border-color: #E223FE; }
span { border-color: rgb(226,35,254); }
td.TdClassName
{
border-color: #E223FE;
}
.TagClassName
{
border-color: #E223FE;
}
</style>