Shades of Psychedelic Purple #E223FF
Tints of Psychedelic Purple #E223FF
RGB
CMYK
RGB Variations
Color information
#E223FF (or 0xE223FF) is known color: Psychedelic Purple. HEX triplet: E2, 23 and FF. RGB value is (226,35,255). Sum of RGB (Red+Green+Blue) = 226+35+255=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 35 (14.06% from 255 or 6.78% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E223FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E223FF is #1DDC00. Grayscale: #747474. Windows color (decimal): -1956865 or 16720866. OLE color: 16720866.
HSL color Cylindrical-coordinate representation of color #E223FF: hue angle of 292.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E223FF is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 35 | 255 | - |
| CMYK | 0.11 | 0.86 | 0 | 0 |
| HSL | 292.09º | 1% | 0.57% | - |
| HSV(B) | 292.09º | 0.86% | 1% | - |
| XYZ | 50.02 | 24.59 | 96.72 | - |
| YUV | 117.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 255 | 0.11 | 0.86 | 0 | 0 | 292.09 | 1 | 0.57 |
| Hex | E2 | 23 | FF | B | 56 | 0 | 0 | 124 | 64 | 39 |
| Octal | 342 | 43 | 377 | 13 | 126 | 0 | 0 | 444 | 144 | 71 |
| Binary | 11100010 | 100011 | 11111111 | 1011 | 1010110 | 0 | 0 | 100100100 | 1100100 | 111001 |
Color Harmonies of #E223FF
Complementary color
Monochromatic Colors of #E223FF
Black with #E223FF
Text Example
Text Example
White with #E223FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223FF; }
p { color: rgb(226,35,255); }
H1.HeaderClassName
{
color: #E223FF;
}
.AnyTagClassName
{
color: #E223FF;
}
</style>
background-color css
<style>
a { background-color: #E223FF; }
a { background-color: rgb(226,35,255); }
div.DivClassName
{
background-color: #E223FF;
}
.BgClassName
{
background-color: #E223FF;
}
</style>
border-color css
<style>
span { border-color: #E223FF; }
span { border-color: rgb(226,35,255); }
td.TdClassName
{
border-color: #E223FF;
}
.TagClassName
{
border-color: #E223FF;
}
</style>