Shades of Psychedelic Purple #E20DF5
Tints of Psychedelic Purple #E20DF5
RGB
CMYK
RGB Variations
Color information
#E20DF5 (or 0xE20DF5) is known color: Psychedelic Purple. HEX triplet: E2, 0D and F5. RGB value is (226,13,245). Sum of RGB (Red+Green+Blue) = 226+13+245=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 13 (5.47% from 255 or 2.69% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #E20DF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DF5 is #1DF20A. Grayscale: #666666. Windows color (decimal): -1962507 or 16059874. OLE color: 16059874.
HSL color Cylindrical-coordinate representation of color #E20DF5: hue angle of 295.09º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20DF5 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 13 | 245 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.04 |
| HSL | 295.09º | 0.92% | 0.51% | - |
| HSV(B) | 295.09º | 0.95% | 0.96% | - |
| XYZ | 47.99 | 23.05 | 88.31 | - |
| YUV | 103.14 | 208.07 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 245 | 0.08 | 0.95 | 0 | 0.04 | 295.09 | 0.92 | 0.51 |
| Hex | E2 | D | F5 | 8 | 5F | 0 | 4 | 127 | 5C | 33 |
| Octal | 342 | 15 | 365 | 10 | 137 | 0 | 4 | 447 | 134 | 63 |
| Binary | 11100010 | 1101 | 11110101 | 1000 | 1011111 | 0 | 100 | 100100111 | 1011100 | 110011 |
Color Harmonies of #E20DF5
Complementary color
Monochromatic Colors of #E20DF5
Black with #E20DF5
Text Example
Text Example
White with #E20DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DF5; }
p { color: rgb(226,13,245); }
H1.HeaderClassName
{
color: #E20DF5;
}
.AnyTagClassName
{
color: #E20DF5;
}
</style>
background-color css
<style>
a { background-color: #E20DF5; }
a { background-color: rgb(226,13,245); }
div.DivClassName
{
background-color: #E20DF5;
}
.BgClassName
{
background-color: #E20DF5;
}
</style>
border-color css
<style>
span { border-color: #E20DF5; }
span { border-color: rgb(226,13,245); }
td.TdClassName
{
border-color: #E20DF5;
}
.TagClassName
{
border-color: #E20DF5;
}
</style>