Shades of Psychedelic Purple #E206FC
Tints of Psychedelic Purple #E206FC
RGB
CMYK
RGB Variations
Color information
#E206FC (or 0xE206FC) is known color: Psychedelic Purple. HEX triplet: E2, 06 and FC. RGB value is (226,6,252). Sum of RGB (Red+Green+Blue) = 226+6+252=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #E206FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206FC is #1DF903. Grayscale: #636363. Windows color (decimal): -1964292 or 16516834. OLE color: 16516834.
HSL color Cylindrical-coordinate representation of color #E206FC: hue angle of 293.66º 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 #E206FC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 6 | 252 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.01 |
| HSL | 293.66º | 0.98% | 0.51% | - |
| HSV(B) | 293.66º | 0.98% | 0.99% | - |
| XYZ | 49 | 23.33 | 94.02 | - |
| YUV | 99.82 | 213.89 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 252 | 0.10 | 0.98 | 0 | 0.01 | 293.66 | 0.98 | 0.51 |
| Hex | E2 | 6 | FC | A | 62 | 0 | 1 | 126 | 62 | 33 |
| Octal | 342 | 6 | 374 | 12 | 142 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100010 | 110 | 11111100 | 1010 | 1100010 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E206FC
Complementary color
Monochromatic Colors of #E206FC
Black with #E206FC
Text Example
Text Example
White with #E206FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206FC; }
p { color: rgb(226,6,252); }
H1.HeaderClassName
{
color: #E206FC;
}
.AnyTagClassName
{
color: #E206FC;
}
</style>
background-color css
<style>
a { background-color: #E206FC; }
a { background-color: rgb(226,6,252); }
div.DivClassName
{
background-color: #E206FC;
}
.BgClassName
{
background-color: #E206FC;
}
</style>
border-color css
<style>
span { border-color: #E206FC; }
span { border-color: rgb(226,6,252); }
td.TdClassName
{
border-color: #E206FC;
}
.TagClassName
{
border-color: #E206FC;
}
</style>