Shades of Psychedelic Purple #E026E6
Tints of Psychedelic Purple #E026E6
RGB
CMYK
RGB Variations
Color information
#E026E6 (or 0xE026E6) is known color: Psychedelic Purple. HEX triplet: E0, 26 and E6. RGB value is (224,38,230). Sum of RGB (Red+Green+Blue) = 224+38+230=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #E026E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026E6 is #1FD919. Grayscale: #727272. Windows color (decimal): -2087194 or 15083232. OLE color: 15083232.
HSL color Cylindrical-coordinate representation of color #E026E6: hue angle of 298.12º 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 #E026E6 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 38 | 230 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.10 |
| HSL | 298.13º | 0.79% | 0.53% | - |
| HSV(B) | 298.13º | 0.83% | 0.9% | - |
| XYZ | 45.72 | 22.95 | 76.88 | - |
| YUV | 115.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 230 | 0.03 | 0.83 | 0 | 0.10 | 298.13 | 0.79 | 0.53 |
| Hex | E0 | 26 | E6 | 3 | 53 | 0 | A | 12A | 4F | 35 |
| Octal | 340 | 46 | 346 | 3 | 123 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11100000 | 100110 | 11100110 | 11 | 1010011 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #E026E6
Complementary color
Monochromatic Colors of #E026E6
Black with #E026E6
Text Example
Text Example
White with #E026E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026E6; }
p { color: rgb(224,38,230); }
H1.HeaderClassName
{
color: #E026E6;
}
.AnyTagClassName
{
color: #E026E6;
}
</style>
background-color css
<style>
a { background-color: #E026E6; }
a { background-color: rgb(224,38,230); }
div.DivClassName
{
background-color: #E026E6;
}
.BgClassName
{
background-color: #E026E6;
}
</style>
border-color css
<style>
span { border-color: #E026E6; }
span { border-color: rgb(224,38,230); }
td.TdClassName
{
border-color: #E026E6;
}
.TagClassName
{
border-color: #E026E6;
}
</style>