Shades of Psychedelic Purple #E206FD
Tints of Psychedelic Purple #E206FD
RGB
CMYK
RGB Variations
Color information
#E206FD (or 0xE206FD) is known color: Psychedelic Purple. HEX triplet: E2, 06 and FD. RGB value is (226,6,253). Sum of RGB (Red+Green+Blue) = 226+6+253=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #E206FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206FD is #1DF902. Grayscale: #636363. Windows color (decimal): -1964291 or 16582370. OLE color: 16582370.
HSL color Cylindrical-coordinate representation of color #E206FD: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E206FD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 6 | 253 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.01 |
| HSL | 293.44º | 0.98% | 0.51% | - |
| HSV(B) | 293.44º | 0.98% | 0.99% | - |
| XYZ | 49.16 | 23.39 | 94.85 | - |
| YUV | 99.94 | 214.39 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 253 | 0.11 | 0.98 | 0 | 0.01 | 293.44 | 0.98 | 0.51 |
| Hex | E2 | 6 | FD | B | 62 | 0 | 1 | 125 | 62 | 33 |
| Octal | 342 | 6 | 375 | 13 | 142 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11100010 | 110 | 11111101 | 1011 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #E206FD
Complementary color
Monochromatic Colors of #E206FD
Black with #E206FD
Text Example
Text Example
White with #E206FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206FD; }
p { color: rgb(226,6,253); }
H1.HeaderClassName
{
color: #E206FD;
}
.AnyTagClassName
{
color: #E206FD;
}
</style>
background-color css
<style>
a { background-color: #E206FD; }
a { background-color: rgb(226,6,253); }
div.DivClassName
{
background-color: #E206FD;
}
.BgClassName
{
background-color: #E206FD;
}
</style>
border-color css
<style>
span { border-color: #E206FD; }
span { border-color: rgb(226,6,253); }
td.TdClassName
{
border-color: #E206FD;
}
.TagClassName
{
border-color: #E206FD;
}
</style>