Shades of Psychedelic Purple #E028E6
Tints of Psychedelic Purple #E028E6
RGB
CMYK
RGB Variations
Color information
#E028E6 (or 0xE028E6) is known color: Psychedelic Purple. HEX triplet: E0, 28 and E6. RGB value is (224,40,230). Sum of RGB (Red+Green+Blue) = 224+40+230=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #E028E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028E6 is #1FD719. Grayscale: #747474. Windows color (decimal): -2086682 or 15083744. OLE color: 15083744.
HSL color Cylindrical-coordinate representation of color #E028E6: hue angle of 298.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E028E6 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 40 | 230 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.10 |
| HSL | 298.11º | 0.79% | 0.53% | - |
| HSV(B) | 298.11º | 0.83% | 0.9% | - |
| XYZ | 45.78 | 23.08 | 76.9 | - |
| YUV | 116.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 230 | 0.03 | 0.83 | 0 | 0.10 | 298.11 | 0.79 | 0.53 |
| Hex | E0 | 28 | E6 | 3 | 53 | 0 | A | 12A | 4F | 35 |
| Octal | 340 | 50 | 346 | 3 | 123 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11100000 | 101000 | 11100110 | 11 | 1010011 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #E028E6
Complementary color
Monochromatic Colors of #E028E6
Black with #E028E6
Text Example
Text Example
White with #E028E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028E6; }
p { color: rgb(224,40,230); }
H1.HeaderClassName
{
color: #E028E6;
}
.AnyTagClassName
{
color: #E028E6;
}
</style>
background-color css
<style>
a { background-color: #E028E6; }
a { background-color: rgb(224,40,230); }
div.DivClassName
{
background-color: #E028E6;
}
.BgClassName
{
background-color: #E028E6;
}
</style>
border-color css
<style>
span { border-color: #E028E6; }
span { border-color: rgb(224,40,230); }
td.TdClassName
{
border-color: #E028E6;
}
.TagClassName
{
border-color: #E028E6;
}
</style>