Shades of Psychedelic Purple #E236FE
Tints of Psychedelic Purple #E236FE
RGB
CMYK
RGB Variations
Color information
#E236FE (or 0xE236FE) is known color: Psychedelic Purple. HEX triplet: E2, 36 and FE. RGB value is (226,54,254). Sum of RGB (Red+Green+Blue) = 226+54+254=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #E236FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E236FE is #1DC901. Grayscale: #7F7F7F. Windows color (decimal): -1952002 or 16660194. OLE color: 16660194.
HSL color Cylindrical-coordinate representation of color #E236FE: hue angle of 291.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E236FE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 54 | 254 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.00 |
| HSL | 291.6º | 0.99% | 0.6% | - |
| HSV(B) | 291.6º | 0.79% | 1% | - |
| XYZ | 50.57 | 25.96 | 96.11 | - |
| YUV | 128.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 254 | 0.11 | 0.79 | 0 | 0.00 | 291.6 | 0.99 | 0.6 |
| Hex | E2 | 36 | FE | B | 4F | 0 | 0 | 124 | 63 | 3C |
| Octal | 342 | 66 | 376 | 13 | 117 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100010 | 110110 | 11111110 | 1011 | 1001111 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E236FE
Complementary color
Monochromatic Colors of #E236FE
Black with #E236FE
Text Example
Text Example
White with #E236FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236FE; }
p { color: rgb(226,54,254); }
H1.HeaderClassName
{
color: #E236FE;
}
.AnyTagClassName
{
color: #E236FE;
}
</style>
background-color css
<style>
a { background-color: #E236FE; }
a { background-color: rgb(226,54,254); }
div.DivClassName
{
background-color: #E236FE;
}
.BgClassName
{
background-color: #E236FE;
}
</style>
border-color css
<style>
span { border-color: #E236FE; }
span { border-color: rgb(226,54,254); }
td.TdClassName
{
border-color: #E236FE;
}
.TagClassName
{
border-color: #E236FE;
}
</style>