Shades of Psychedelic Purple #E926F3
Tints of Psychedelic Purple #E926F3
RGB
CMYK
RGB Variations
Color information
#E926F3 (or 0xE926F3) is known color: Psychedelic Purple. HEX triplet: E9, 26 and F3. RGB value is (233,38,243). Sum of RGB (Red+Green+Blue) = 233+38+243=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #E926F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926F3 is #16D90C. Grayscale: #777777. Windows color (decimal): -1497357 or 15935209. OLE color: 15935209.
HSL color Cylindrical-coordinate representation of color #E926F3: hue angle of 297.07º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E926F3 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 38 | 243 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.05 |
| HSL | 297.07º | 0.9% | 0.55% | - |
| HSV(B) | 297.07º | 0.84% | 0.95% | - |
| XYZ | 50.48 | 25.18 | 86.99 | - |
| YUV | 119.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 243 | 0.04 | 0.84 | 0 | 0.05 | 297.07 | 0.9 | 0.55 |
| Hex | E9 | 26 | F3 | 4 | 54 | 0 | 5 | 129 | 5A | 37 |
| Octal | 351 | 46 | 363 | 4 | 124 | 0 | 5 | 451 | 132 | 67 |
| Binary | 11101001 | 100110 | 11110011 | 100 | 1010100 | 0 | 101 | 100101001 | 1011010 | 110111 |
Color Harmonies of #E926F3
Complementary color
Monochromatic Colors of #E926F3
Black with #E926F3
Text Example
Text Example
White with #E926F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926F3; }
p { color: rgb(233,38,243); }
H1.HeaderClassName
{
color: #E926F3;
}
.AnyTagClassName
{
color: #E926F3;
}
</style>
background-color css
<style>
a { background-color: #E926F3; }
a { background-color: rgb(233,38,243); }
div.DivClassName
{
background-color: #E926F3;
}
.BgClassName
{
background-color: #E926F3;
}
</style>
border-color css
<style>
span { border-color: #E926F3; }
span { border-color: rgb(233,38,243); }
td.TdClassName
{
border-color: #E926F3;
}
.TagClassName
{
border-color: #E926F3;
}
</style>