Shades of Psychedelic Purple #E206FF
Tints of Psychedelic Purple #E206FF
RGB
CMYK
RGB Variations
Color information
#E206FF (or 0xE206FF) is known color: Psychedelic Purple. HEX triplet: E2, 06 and FF. RGB value is (226,6,255). Sum of RGB (Red+Green+Blue) = 226+6+255=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #E206FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206FF is #1DF900. Grayscale: #636363. Windows color (decimal): -1964289 or 16713442. OLE color: 16713442.
HSL color Cylindrical-coordinate representation of color #E206FF: hue angle of 293.01º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E206FF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 6 | 255 | - |
| CMYK | 0.11 | 0.98 | 0 | 0 |
| HSL | 293.01º | 1% | 0.51% | - |
| HSV(B) | 293.01º | 0.98% | 1% | - |
| XYZ | 49.48 | 23.52 | 96.54 | - |
| YUV | 100.17 | 215.39 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 255 | 0.11 | 0.98 | 0 | 0 | 293.01 | 1 | 0.51 |
| Hex | E2 | 6 | FF | B | 62 | 0 | 0 | 125 | 64 | 33 |
| Octal | 342 | 6 | 377 | 13 | 142 | 0 | 0 | 445 | 144 | 63 |
| Binary | 11100010 | 110 | 11111111 | 1011 | 1100010 | 0 | 0 | 100100101 | 1100100 | 110011 |
Color Harmonies of #E206FF
Complementary color
Monochromatic Colors of #E206FF
Black with #E206FF
Text Example
Text Example
White with #E206FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206FF; }
p { color: rgb(226,6,255); }
H1.HeaderClassName
{
color: #E206FF;
}
.AnyTagClassName
{
color: #E206FF;
}
</style>
background-color css
<style>
a { background-color: #E206FF; }
a { background-color: rgb(226,6,255); }
div.DivClassName
{
background-color: #E206FF;
}
.BgClassName
{
background-color: #E206FF;
}
</style>
border-color css
<style>
span { border-color: #E206FF; }
span { border-color: rgb(226,6,255); }
td.TdClassName
{
border-color: #E206FF;
}
.TagClassName
{
border-color: #E206FF;
}
</style>