Shades of Psychedelic Purple #E306FE
Tints of Psychedelic Purple #E306FE
RGB
CMYK
RGB Variations
Color information
#E306FE (or 0xE306FE) is known color: Psychedelic Purple. HEX triplet: E3, 06 and FE. RGB value is (227,6,254). Sum of RGB (Red+Green+Blue) = 227+6+254=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E306FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E306FE is #1CF901. Grayscale: #636363. Windows color (decimal): -1898754 or 16647907. OLE color: 16647907.
HSL color Cylindrical-coordinate representation of color #E306FE: hue angle of 293.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E306FE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 6 | 254 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.00 |
| HSL | 293.47º | 0.99% | 0.51% | - |
| HSV(B) | 293.47º | 0.98% | 1% | - |
| XYZ | 49.63 | 23.62 | 95.71 | - |
| YUV | 100.35 | 214.72 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 254 | 0.11 | 0.98 | 0 | 0.00 | 293.47 | 0.99 | 0.51 |
| Hex | E3 | 6 | FE | B | 62 | 0 | 0 | 125 | 63 | 33 |
| Octal | 343 | 6 | 376 | 13 | 142 | 0 | 0 | 445 | 143 | 63 |
| Binary | 11100011 | 110 | 11111110 | 1011 | 1100010 | 0 | 0 | 100100101 | 1100011 | 110011 |
Color Harmonies of #E306FE
Complementary color
Monochromatic Colors of #E306FE
Black with #E306FE
Text Example
Text Example
White with #E306FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306FE; }
p { color: rgb(227,6,254); }
H1.HeaderClassName
{
color: #E306FE;
}
.AnyTagClassName
{
color: #E306FE;
}
</style>
background-color css
<style>
a { background-color: #E306FE; }
a { background-color: rgb(227,6,254); }
div.DivClassName
{
background-color: #E306FE;
}
.BgClassName
{
background-color: #E306FE;
}
</style>
border-color css
<style>
span { border-color: #E306FE; }
span { border-color: rgb(227,6,254); }
td.TdClassName
{
border-color: #E306FE;
}
.TagClassName
{
border-color: #E306FE;
}
</style>