Shades of Psychedelic Purple #E20FE5
Tints of Psychedelic Purple #E20FE5
RGB
CMYK
RGB Variations
Color information
#E20FE5 (or 0xE20FE5) is known color: Psychedelic Purple. HEX triplet: E2, 0F and E5. RGB value is (226,15,229). Sum of RGB (Red+Green+Blue) = 226+15+229=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #E20FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FE5 is #1DF01A. Grayscale: #656565. Windows color (decimal): -1962011 or 15011810. OLE color: 15011810.
HSL color Cylindrical-coordinate representation of color #E20FE5: hue angle of 299.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FE5 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 15 | 229 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.10 |
| HSL | 299.16º | 0.88% | 0.48% | - |
| HSV(B) | 299.16º | 0.93% | 0.9% | - |
| XYZ | 45.68 | 22.17 | 76 | - |
| YUV | 102.49 | 199.4 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 229 | 0.01 | 0.93 | 0 | 0.10 | 299.16 | 0.88 | 0.48 |
| Hex | E2 | F | E5 | 1 | 5D | 0 | A | 12B | 58 | 30 |
| Octal | 342 | 17 | 345 | 1 | 135 | 0 | 12 | 453 | 130 | 60 |
| Binary | 11100010 | 1111 | 11100101 | 1 | 1011101 | 0 | 1010 | 100101011 | 1011000 | 110000 |
Color Harmonies of #E20FE5
Complementary color
Monochromatic Colors of #E20FE5
Black with #E20FE5
Text Example
Text Example
White with #E20FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FE5; }
p { color: rgb(226,15,229); }
H1.HeaderClassName
{
color: #E20FE5;
}
.AnyTagClassName
{
color: #E20FE5;
}
</style>
background-color css
<style>
a { background-color: #E20FE5; }
a { background-color: rgb(226,15,229); }
div.DivClassName
{
background-color: #E20FE5;
}
.BgClassName
{
background-color: #E20FE5;
}
</style>
border-color css
<style>
span { border-color: #E20FE5; }
span { border-color: rgb(226,15,229); }
td.TdClassName
{
border-color: #E20FE5;
}
.TagClassName
{
border-color: #E20FE5;
}
</style>