Shades of Psychedelic Purple #E20FEA
Tints of Psychedelic Purple #E20FEA
RGB
CMYK
RGB Variations
Color information
#E20FEA (or 0xE20FEA) is known color: Psychedelic Purple. HEX triplet: E2, 0F and EA. RGB value is (226,15,234). Sum of RGB (Red+Green+Blue) = 226+15+234=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #E20FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FEA is #1DF015. Grayscale: #666666. Windows color (decimal): -1962006 or 15339490. OLE color: 15339490.
HSL color Cylindrical-coordinate representation of color #E20FEA: hue angle of 297.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 15 | 234 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 297.81º | 0.88% | 0.49% | - |
| HSV(B) | 297.81º | 0.94% | 0.92% | - |
| XYZ | 46.39 | 22.45 | 79.73 | - |
| YUV | 103.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 234 | 0.03 | 0.94 | 0 | 0.08 | 297.81 | 0.88 | 0.49 |
| Hex | E2 | F | EA | 3 | 5E | 0 | 8 | 12A | 58 | 31 |
| Octal | 342 | 17 | 352 | 3 | 136 | 0 | 10 | 452 | 130 | 61 |
| Binary | 11100010 | 1111 | 11101010 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E20FEA
Complementary color
Monochromatic Colors of #E20FEA
Black with #E20FEA
Text Example
Text Example
White with #E20FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FEA; }
p { color: rgb(226,15,234); }
H1.HeaderClassName
{
color: #E20FEA;
}
.AnyTagClassName
{
color: #E20FEA;
}
</style>
background-color css
<style>
a { background-color: #E20FEA; }
a { background-color: rgb(226,15,234); }
div.DivClassName
{
background-color: #E20FEA;
}
.BgClassName
{
background-color: #E20FEA;
}
</style>
border-color css
<style>
span { border-color: #E20FEA; }
span { border-color: rgb(226,15,234); }
td.TdClassName
{
border-color: #E20FEA;
}
.TagClassName
{
border-color: #E20FEA;
}
</style>