Shades of Psychedelic Purple #E326F3
Tints of Psychedelic Purple #E326F3
RGB
CMYK
RGB Variations
Color information
#E326F3 (or 0xE326F3) is known color: Psychedelic Purple. HEX triplet: E3, 26 and F3. RGB value is (227,38,243). Sum of RGB (Red+Green+Blue) = 227+38+243=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 38 (15.23% from 255 or 7.48% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #E326F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E326F3 is #1CD90C. Grayscale: #757575. Windows color (decimal): -1890573 or 15935203. OLE color: 15935203.
HSL color Cylindrical-coordinate representation of color #E326F3: hue angle of 295.32º 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 #E326F3 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 38 | 243 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.05 |
| HSL | 295.32º | 0.9% | 0.55% | - |
| HSV(B) | 295.32º | 0.84% | 0.95% | - |
| XYZ | 48.55 | 24.19 | 86.9 | - |
| YUV | 117.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 243 | 0.07 | 0.84 | 0 | 0.05 | 295.32 | 0.9 | 0.55 |
| Hex | E3 | 26 | F3 | 7 | 54 | 0 | 5 | 127 | 5A | 37 |
| Octal | 343 | 46 | 363 | 7 | 124 | 0 | 5 | 447 | 132 | 67 |
| Binary | 11100011 | 100110 | 11110011 | 111 | 1010100 | 0 | 101 | 100100111 | 1011010 | 110111 |
Color Harmonies of #E326F3
Complementary color
Monochromatic Colors of #E326F3
Black with #E326F3
Text Example
Text Example
White with #E326F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326F3; }
p { color: rgb(227,38,243); }
H1.HeaderClassName
{
color: #E326F3;
}
.AnyTagClassName
{
color: #E326F3;
}
</style>
background-color css
<style>
a { background-color: #E326F3; }
a { background-color: rgb(227,38,243); }
div.DivClassName
{
background-color: #E326F3;
}
.BgClassName
{
background-color: #E326F3;
}
</style>
border-color css
<style>
span { border-color: #E326F3; }
span { border-color: rgb(227,38,243); }
td.TdClassName
{
border-color: #E326F3;
}
.TagClassName
{
border-color: #E326F3;
}
</style>