Shades of Psychedelic Purple #E302FE
Tints of Psychedelic Purple #E302FE
RGB
CMYK
RGB Variations
Color information
#E302FE (or 0xE302FE) is known color: Psychedelic Purple. HEX triplet: E3, 02 and FE. RGB value is (227,2,254). Sum of RGB (Red+Green+Blue) = 227+2+254=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #E302FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302FE is #1CFD01. Grayscale: #616161. Windows color (decimal): -1899778 or 16646883. OLE color: 16646883.
HSL color Cylindrical-coordinate representation of color #E302FE: hue angle of 293.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302FE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 2 | 254 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.00 |
| HSL | 293.57º | 0.99% | 0.5% | - |
| HSV(B) | 293.57º | 0.99% | 1% | - |
| XYZ | 49.59 | 23.53 | 95.69 | - |
| YUV | 98 | 216.04 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 254 | 0.11 | 0.99 | 0 | 0.00 | 293.57 | 0.99 | 0.5 |
| Hex | E3 | 2 | FE | B | 63 | 0 | 0 | 126 | 63 | 32 |
| Octal | 343 | 2 | 376 | 13 | 143 | 0 | 0 | 446 | 143 | 62 |
| Binary | 11100011 | 10 | 11111110 | 1011 | 1100011 | 0 | 0 | 100100110 | 1100011 | 110010 |
Color Harmonies of #E302FE
Complementary color
Monochromatic Colors of #E302FE
Black with #E302FE
Text Example
Text Example
White with #E302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302FE; }
p { color: rgb(227,2,254); }
H1.HeaderClassName
{
color: #E302FE;
}
.AnyTagClassName
{
color: #E302FE;
}
</style>
background-color css
<style>
a { background-color: #E302FE; }
a { background-color: rgb(227,2,254); }
div.DivClassName
{
background-color: #E302FE;
}
.BgClassName
{
background-color: #E302FE;
}
</style>
border-color css
<style>
span { border-color: #E302FE; }
span { border-color: rgb(227,2,254); }
td.TdClassName
{
border-color: #E302FE;
}
.TagClassName
{
border-color: #E302FE;
}
</style>