Shades of Psychedelic Purple #E227F0
Tints of Psychedelic Purple #E227F0
RGB
CMYK
RGB Variations
Color information
#E227F0 (or 0xE227F0) is known color: Psychedelic Purple. HEX triplet: E2, 27 and F0. RGB value is (226,39,240). Sum of RGB (Red+Green+Blue) = 226+39+240=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #E227F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E227F0 is #1DD80F. Grayscale: #757575. Windows color (decimal): -1955856 or 15738850. OLE color: 15738850.
HSL color Cylindrical-coordinate representation of color #E227F0: hue angle of 295.82º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E227F0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 39 | 240 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.06 |
| HSL | 295.82º | 0.87% | 0.55% | - |
| HSV(B) | 295.82º | 0.84% | 0.94% | - |
| XYZ | 47.82 | 23.91 | 84.53 | - |
| YUV | 117.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 240 | 0.06 | 0.84 | 0 | 0.06 | 295.82 | 0.87 | 0.55 |
| Hex | E2 | 27 | F0 | 6 | 54 | 0 | 6 | 128 | 57 | 37 |
| Octal | 342 | 47 | 360 | 6 | 124 | 0 | 6 | 450 | 127 | 67 |
| Binary | 11100010 | 100111 | 11110000 | 110 | 1010100 | 0 | 110 | 100101000 | 1010111 | 110111 |
Color Harmonies of #E227F0
Complementary color
Monochromatic Colors of #E227F0
Black with #E227F0
Text Example
Text Example
White with #E227F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227F0; }
p { color: rgb(226,39,240); }
H1.HeaderClassName
{
color: #E227F0;
}
.AnyTagClassName
{
color: #E227F0;
}
</style>
background-color css
<style>
a { background-color: #E227F0; }
a { background-color: rgb(226,39,240); }
div.DivClassName
{
background-color: #E227F0;
}
.BgClassName
{
background-color: #E227F0;
}
</style>
border-color css
<style>
span { border-color: #E227F0; }
span { border-color: rgb(226,39,240); }
td.TdClassName
{
border-color: #E227F0;
}
.TagClassName
{
border-color: #E227F0;
}
</style>