Shades of Psychedelic Purple #E433FE
Tints of Psychedelic Purple #E433FE
RGB
CMYK
RGB Variations
Color information
#E433FE (or 0xE433FE) is known color: Psychedelic Purple. HEX triplet: E4, 33 and FE. RGB value is (228,51,254). Sum of RGB (Red+Green+Blue) = 228+51+254=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 51 (20.31% from 255 or 9.57% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #E433FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E433FE is #1BCC01. Grayscale: #7E7E7E. Windows color (decimal): -1821698 or 16659428. OLE color: 16659428.
HSL color Cylindrical-coordinate representation of color #E433FE: hue angle of 292.32º 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 #E433FE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 51 | 254 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.00 |
| HSL | 292.32º | 0.99% | 0.6% | - |
| HSV(B) | 292.32º | 0.8% | 1% | - |
| XYZ | 51.07 | 26.02 | 96.1 | - |
| YUV | 127.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 254 | 0.10 | 0.80 | 0 | 0.00 | 292.32 | 0.99 | 0.6 |
| Hex | E4 | 33 | FE | A | 50 | 0 | 0 | 124 | 63 | 3C |
| Octal | 344 | 63 | 376 | 12 | 120 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100100 | 110011 | 11111110 | 1010 | 1010000 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E433FE
Complementary color
Monochromatic Colors of #E433FE
Black with #E433FE
Text Example
Text Example
White with #E433FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E433FE; }
p { color: rgb(228,51,254); }
H1.HeaderClassName
{
color: #E433FE;
}
.AnyTagClassName
{
color: #E433FE;
}
</style>
background-color css
<style>
a { background-color: #E433FE; }
a { background-color: rgb(228,51,254); }
div.DivClassName
{
background-color: #E433FE;
}
.BgClassName
{
background-color: #E433FE;
}
</style>
border-color css
<style>
span { border-color: #E433FE; }
span { border-color: rgb(228,51,254); }
td.TdClassName
{
border-color: #E433FE;
}
.TagClassName
{
border-color: #E433FE;
}
</style>