Shades of Psychedelic Purple #E20BFE
Tints of Psychedelic Purple #E20BFE
RGB
CMYK
RGB Variations
Color information
#E20BFE (or 0xE20BFE) is known color: Psychedelic Purple. HEX triplet: E2, 0B and FE. RGB value is (226,11,254). Sum of RGB (Red+Green+Blue) = 226+11+254=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E20BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BFE is #1DF401. Grayscale: #666666. Windows color (decimal): -1963010 or 16649186. OLE color: 16649186.
HSL color Cylindrical-coordinate representation of color #E20BFE: hue angle of 293.09º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20BFE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 11 | 254 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.00 |
| HSL | 293.09º | 0.99% | 0.52% | - |
| HSV(B) | 293.09º | 0.96% | 1% | - |
| XYZ | 49.37 | 23.56 | 95.71 | - |
| YUV | 102.99 | 213.23 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 254 | 0.11 | 0.96 | 0 | 0.00 | 293.09 | 0.99 | 0.52 |
| Hex | E2 | B | FE | B | 60 | 0 | 0 | 125 | 63 | 34 |
| Octal | 342 | 13 | 376 | 13 | 140 | 0 | 0 | 445 | 143 | 64 |
| Binary | 11100010 | 1011 | 11111110 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100011 | 110100 |
Color Harmonies of #E20BFE
Complementary color
Monochromatic Colors of #E20BFE
Black with #E20BFE
Text Example
Text Example
White with #E20BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BFE; }
p { color: rgb(226,11,254); }
H1.HeaderClassName
{
color: #E20BFE;
}
.AnyTagClassName
{
color: #E20BFE;
}
</style>
background-color css
<style>
a { background-color: #E20BFE; }
a { background-color: rgb(226,11,254); }
div.DivClassName
{
background-color: #E20BFE;
}
.BgClassName
{
background-color: #E20BFE;
}
</style>
border-color css
<style>
span { border-color: #E20BFE; }
span { border-color: rgb(226,11,254); }
td.TdClassName
{
border-color: #E20BFE;
}
.TagClassName
{
border-color: #E20BFE;
}
</style>