Shades of Psychedelic Purple #E30EF2
Tints of Psychedelic Purple #E30EF2
RGB
CMYK
RGB Variations
Color information
#E30EF2 (or 0xE30EF2) is known color: Psychedelic Purple. HEX triplet: E3, 0E and F2. RGB value is (227,14,242). Sum of RGB (Red+Green+Blue) = 227+14+242=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E30EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EF2 is #1CF10D. Grayscale: #666666. Windows color (decimal): -1896718 or 15863523. OLE color: 15863523.
HSL color Cylindrical-coordinate representation of color #E30EF2: hue angle of 296.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EF2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 14 | 242 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.05 |
| HSL | 296.05º | 0.9% | 0.5% | - |
| HSV(B) | 296.05º | 0.94% | 0.95% | - |
| XYZ | 47.86 | 23.06 | 85.93 | - |
| YUV | 103.68 | 206.07 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 242 | 0.06 | 0.94 | 0 | 0.05 | 296.05 | 0.9 | 0.5 |
| Hex | E3 | E | F2 | 6 | 5E | 0 | 5 | 128 | 5A | 32 |
| Octal | 343 | 16 | 362 | 6 | 136 | 0 | 5 | 450 | 132 | 62 |
| Binary | 11100011 | 1110 | 11110010 | 110 | 1011110 | 0 | 101 | 100101000 | 1011010 | 110010 |
Color Harmonies of #E30EF2
Complementary color
Monochromatic Colors of #E30EF2
Black with #E30EF2
Text Example
Text Example
White with #E30EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EF2; }
p { color: rgb(227,14,242); }
H1.HeaderClassName
{
color: #E30EF2;
}
.AnyTagClassName
{
color: #E30EF2;
}
</style>
background-color css
<style>
a { background-color: #E30EF2; }
a { background-color: rgb(227,14,242); }
div.DivClassName
{
background-color: #E30EF2;
}
.BgClassName
{
background-color: #E30EF2;
}
</style>
border-color css
<style>
span { border-color: #E30EF2; }
span { border-color: rgb(227,14,242); }
td.TdClassName
{
border-color: #E30EF2;
}
.TagClassName
{
border-color: #E30EF2;
}
</style>