Shades of Psychedelic Purple #E302FC
Tints of Psychedelic Purple #E302FC
RGB
CMYK
RGB Variations
Color information
#E302FC (or 0xE302FC) is known color: Psychedelic Purple. HEX triplet: E3, 02 and FC. RGB value is (227,2,252). Sum of RGB (Red+Green+Blue) = 227+2+252=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #E302FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302FC is #1CFD03. Grayscale: #616161. Windows color (decimal): -1899780 or 16515811. OLE color: 16515811.
HSL color Cylindrical-coordinate representation of color #E302FC: hue angle of 294º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302FC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 2 | 252 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 294º | 0.98% | 0.5% | - |
| HSV(B) | 294º | 0.99% | 0.99% | - |
| XYZ | 49.27 | 23.4 | 94.02 | - |
| YUV | 97.78 | 215.04 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 252 | 0.10 | 0.99 | 0 | 0.01 | 294 | 0.98 | 0.5 |
| Hex | E3 | 2 | FC | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 343 | 2 | 374 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100011 | 10 | 11111100 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E302FC
Complementary color
Monochromatic Colors of #E302FC
Black with #E302FC
Text Example
Text Example
White with #E302FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302FC; }
p { color: rgb(227,2,252); }
H1.HeaderClassName
{
color: #E302FC;
}
.AnyTagClassName
{
color: #E302FC;
}
</style>
background-color css
<style>
a { background-color: #E302FC; }
a { background-color: rgb(227,2,252); }
div.DivClassName
{
background-color: #E302FC;
}
.BgClassName
{
background-color: #E302FC;
}
</style>
border-color css
<style>
span { border-color: #E302FC; }
span { border-color: rgb(227,2,252); }
td.TdClassName
{
border-color: #E302FC;
}
.TagClassName
{
border-color: #E302FC;
}
</style>