Shades of Psychedelic Purple #E227EE
Tints of Psychedelic Purple #E227EE
RGB
CMYK
RGB Variations
Color information
#E227EE (or 0xE227EE) is known color: Psychedelic Purple. HEX triplet: E2, 27 and EE. RGB value is (226,39,238). Sum of RGB (Red+Green+Blue) = 226+39+238=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #E227EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E227EE is #1DD811. Grayscale: #747474. Windows color (decimal): -1955858 or 15607778. OLE color: 15607778.
HSL color Cylindrical-coordinate representation of color #E227EE: hue angle of 296.38º 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 #E227EE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 39 | 238 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.38º | 0.85% | 0.54% | - |
| HSV(B) | 296.38º | 0.84% | 0.93% | - |
| XYZ | 47.52 | 23.79 | 82.98 | - |
| YUV | 117.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 238 | 0.05 | 0.84 | 0 | 0.07 | 296.38 | 0.85 | 0.54 |
| Hex | E2 | 27 | EE | 5 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 342 | 47 | 356 | 5 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11100010 | 100111 | 11101110 | 101 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #E227EE
Complementary color
Monochromatic Colors of #E227EE
Black with #E227EE
Text Example
Text Example
White with #E227EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227EE; }
p { color: rgb(226,39,238); }
H1.HeaderClassName
{
color: #E227EE;
}
.AnyTagClassName
{
color: #E227EE;
}
</style>
background-color css
<style>
a { background-color: #E227EE; }
a { background-color: rgb(226,39,238); }
div.DivClassName
{
background-color: #E227EE;
}
.BgClassName
{
background-color: #E227EE;
}
</style>
border-color css
<style>
span { border-color: #E227EE; }
span { border-color: rgb(226,39,238); }
td.TdClassName
{
border-color: #E227EE;
}
.TagClassName
{
border-color: #E227EE;
}
</style>