Shades of Psychedelic Purple #E434FE
Tints of Psychedelic Purple #E434FE
RGB
CMYK
RGB Variations
Color information
#E434FE (or 0xE434FE) is known color: Psychedelic Purple. HEX triplet: E4, 34 and FE. RGB value is (228,52,254). Sum of RGB (Red+Green+Blue) = 228+52+254=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 52 (20.70% from 255 or 9.74% 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 #E434FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E434FE is #1BCB01. Grayscale: #7F7F7F. Windows color (decimal): -1821442 or 16659684. OLE color: 16659684.
HSL color Cylindrical-coordinate representation of color #E434FE: hue angle of 292.28º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E434FE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 52 | 254 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.00 |
| HSL | 292.28º | 0.99% | 0.6% | - |
| HSV(B) | 292.28º | 0.8% | 1% | - |
| XYZ | 51.11 | 26.11 | 96.11 | - |
| YUV | 127.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 254 | 0.10 | 0.80 | 0 | 0.00 | 292.28 | 0.99 | 0.6 |
| Hex | E4 | 34 | FE | A | 50 | 0 | 0 | 124 | 63 | 3C |
| Octal | 344 | 64 | 376 | 12 | 120 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100100 | 110100 | 11111110 | 1010 | 1010000 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E434FE
Complementary color
Monochromatic Colors of #E434FE
Black with #E434FE
Text Example
Text Example
White with #E434FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434FE; }
p { color: rgb(228,52,254); }
H1.HeaderClassName
{
color: #E434FE;
}
.AnyTagClassName
{
color: #E434FE;
}
</style>
background-color css
<style>
a { background-color: #E434FE; }
a { background-color: rgb(228,52,254); }
div.DivClassName
{
background-color: #E434FE;
}
.BgClassName
{
background-color: #E434FE;
}
</style>
border-color css
<style>
span { border-color: #E434FE; }
span { border-color: rgb(228,52,254); }
td.TdClassName
{
border-color: #E434FE;
}
.TagClassName
{
border-color: #E434FE;
}
</style>