Shades of Psychedelic Purple #E20BFF
Tints of Psychedelic Purple #E20BFF
RGB
CMYK
RGB Variations
Color information
#E20BFF (or 0xE20BFF) is known color: Psychedelic Purple. HEX triplet: E2, 0B and FF. RGB value is (226,11,255). Sum of RGB (Red+Green+Blue) = 226+11+255=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E20BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BFF is #1DF400. Grayscale: #666666. Windows color (decimal): -1963009 or 16714722. OLE color: 16714722.
HSL color Cylindrical-coordinate representation of color #E20BFF: hue angle of 292.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20BFF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 11 | 255 | - |
| CMYK | 0.11 | 0.96 | 0 | 0 |
| HSL | 292.87º | 1% | 0.52% | - |
| HSV(B) | 292.87º | 0.96% | 1% | - |
| XYZ | 49.53 | 23.63 | 96.56 | - |
| YUV | 103.1 | 213.73 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 255 | 0.11 | 0.96 | 0 | 0 | 292.87 | 1 | 0.52 |
| Hex | E2 | B | FF | B | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 342 | 13 | 377 | 13 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100010 | 1011 | 11111111 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E20BFF
Complementary color
Monochromatic Colors of #E20BFF
Black with #E20BFF
Text Example
Text Example
White with #E20BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BFF; }
p { color: rgb(226,11,255); }
H1.HeaderClassName
{
color: #E20BFF;
}
.AnyTagClassName
{
color: #E20BFF;
}
</style>
background-color css
<style>
a { background-color: #E20BFF; }
a { background-color: rgb(226,11,255); }
div.DivClassName
{
background-color: #E20BFF;
}
.BgClassName
{
background-color: #E20BFF;
}
</style>
border-color css
<style>
span { border-color: #E20BFF; }
span { border-color: rgb(226,11,255); }
td.TdClassName
{
border-color: #E20BFF;
}
.TagClassName
{
border-color: #E20BFF;
}
</style>