Shades of Psychedelic Purple #E300FC
Tints of Psychedelic Purple #E300FC
RGB
CMYK
RGB Variations
Color information
#E300FC (or 0xE300FC) is known color: Psychedelic Purple. HEX triplet: E3, 00 and FC. RGB value is (227,0,252). Sum of RGB (Red+Green+Blue) = 227+0+252=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #E300FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300FC is #1CFF03. Grayscale: #5F5F5F. Windows color (decimal): -1900292 or 16515299. OLE color: 16515299.
HSL color Cylindrical-coordinate representation of color #E300FC: hue angle of 294.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300FC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 0 | 252 | - |
| CMYK | 0.10 | 1 | 0 | 0.01 |
| HSL | 294.05º | 1% | 0.49% | - |
| HSV(B) | 294.05º | 1% | 0.99% | - |
| XYZ | 49.25 | 23.36 | 94.01 | - |
| YUV | 96.6 | 215.71 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 252 | 0.10 | 1 | 0 | 0.01 | 294.05 | 1 | 0.49 |
| Hex | E3 | 0 | FC | A | 64 | 0 | 1 | 126 | 64 | 31 |
| Octal | 343 | 0 | 374 | 12 | 144 | 0 | 1 | 446 | 144 | 61 |
| Binary | 11100011 | 0 | 11111100 | 1010 | 1100100 | 0 | 1 | 100100110 | 1100100 | 110001 |
Color Harmonies of #E300FC
Complementary color
Monochromatic Colors of #E300FC
Black with #E300FC
Text Example
Text Example
White with #E300FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300FC; }
p { color: rgb(227,0,252); }
H1.HeaderClassName
{
color: #E300FC;
}
.AnyTagClassName
{
color: #E300FC;
}
</style>
background-color css
<style>
a { background-color: #E300FC; }
a { background-color: rgb(227,0,252); }
div.DivClassName
{
background-color: #E300FC;
}
.BgClassName
{
background-color: #E300FC;
}
</style>
border-color css
<style>
span { border-color: #E300FC; }
span { border-color: rgb(227,0,252); }
td.TdClassName
{
border-color: #E300FC;
}
.TagClassName
{
border-color: #E300FC;
}
</style>