Shades of Psychedelic Purple #E62BFE
Tints of Psychedelic Purple #E62BFE
RGB
CMYK
RGB Variations
Color information
#E62BFE (or 0xE62BFE) is known color: Psychedelic Purple. HEX triplet: E6, 2B and FE. RGB value is (230,43,254). Sum of RGB (Red+Green+Blue) = 230+43+254=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #E62BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62BFE is #19D401. Grayscale: #7A7A7A. Windows color (decimal): -1692674 or 16657382. OLE color: 16657382.
HSL color Cylindrical-coordinate representation of color #E62BFE: hue angle of 293.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62BFE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 43 | 254 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.00 |
| HSL | 293.18º | 0.99% | 0.58% | - |
| HSV(B) | 293.18º | 0.83% | 1% | - |
| XYZ | 51.39 | 25.71 | 96.02 | - |
| YUV | 122.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 254 | 0.09 | 0.83 | 0 | 0.00 | 293.18 | 0.99 | 0.58 |
| Hex | E6 | 2B | FE | 9 | 53 | 0 | 0 | 125 | 63 | 3A |
| Octal | 346 | 53 | 376 | 11 | 123 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100110 | 101011 | 11111110 | 1001 | 1010011 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E62BFE
Complementary color
Monochromatic Colors of #E62BFE
Black with #E62BFE
Text Example
Text Example
White with #E62BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BFE; }
p { color: rgb(230,43,254); }
H1.HeaderClassName
{
color: #E62BFE;
}
.AnyTagClassName
{
color: #E62BFE;
}
</style>
background-color css
<style>
a { background-color: #E62BFE; }
a { background-color: rgb(230,43,254); }
div.DivClassName
{
background-color: #E62BFE;
}
.BgClassName
{
background-color: #E62BFE;
}
</style>
border-color css
<style>
span { border-color: #E62BFE; }
span { border-color: rgb(230,43,254); }
td.TdClassName
{
border-color: #E62BFE;
}
.TagClassName
{
border-color: #E62BFE;
}
</style>