Shades of Psychedelic Purple #E20BFD
Tints of Psychedelic Purple #E20BFD
RGB
CMYK
RGB Variations
Color information
#E20BFD (or 0xE20BFD) is known color: Psychedelic Purple. HEX triplet: E2, 0B and FD. RGB value is (226,11,253). Sum of RGB (Red+Green+Blue) = 226+11+253=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #E20BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BFD is #1DF402. Grayscale: #666666. Windows color (decimal): -1963011 or 16583650. OLE color: 16583650.
HSL color Cylindrical-coordinate representation of color #E20BFD: hue angle of 293.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20BFD is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 11 | 253 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.01 |
| HSL | 293.31º | 0.98% | 0.52% | - |
| HSV(B) | 293.31º | 0.96% | 0.99% | - |
| XYZ | 49.21 | 23.5 | 94.87 | - |
| YUV | 102.87 | 212.73 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 253 | 0.11 | 0.96 | 0 | 0.01 | 293.31 | 0.98 | 0.52 |
| Hex | E2 | B | FD | B | 60 | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 13 | 375 | 13 | 140 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1011 | 11111101 | 1011 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20BFD
Complementary color
Monochromatic Colors of #E20BFD
Black with #E20BFD
Text Example
Text Example
White with #E20BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BFD; }
p { color: rgb(226,11,253); }
H1.HeaderClassName
{
color: #E20BFD;
}
.AnyTagClassName
{
color: #E20BFD;
}
</style>
background-color css
<style>
a { background-color: #E20BFD; }
a { background-color: rgb(226,11,253); }
div.DivClassName
{
background-color: #E20BFD;
}
.BgClassName
{
background-color: #E20BFD;
}
</style>
border-color css
<style>
span { border-color: #E20BFD; }
span { border-color: rgb(226,11,253); }
td.TdClassName
{
border-color: #E20BFD;
}
.TagClassName
{
border-color: #E20BFD;
}
</style>