Shades of Psychedelic Purple #E30EEA
Tints of Psychedelic Purple #E30EEA
RGB
CMYK
RGB Variations
Color information
#E30EEA (or 0xE30EEA) is known color: Psychedelic Purple. HEX triplet: E3, 0E and EA. RGB value is (227,14,234). Sum of RGB (Red+Green+Blue) = 227+14+234=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #E30EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EEA is #1CF115. Grayscale: #666666. Windows color (decimal): -1896726 or 15339235. OLE color: 15339235.
HSL color Cylindrical-coordinate representation of color #E30EEA: hue angle of 298.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 14 | 234 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 298.09º | 0.89% | 0.49% | - |
| HSV(B) | 298.09º | 0.94% | 0.92% | - |
| XYZ | 46.69 | 22.59 | 79.74 | - |
| YUV | 102.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 234 | 0.03 | 0.94 | 0 | 0.08 | 298.09 | 0.89 | 0.49 |
| Hex | E3 | E | EA | 3 | 5E | 0 | 8 | 12A | 59 | 31 |
| Octal | 343 | 16 | 352 | 3 | 136 | 0 | 10 | 452 | 131 | 61 |
| Binary | 11100011 | 1110 | 11101010 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E30EEA
Complementary color
Monochromatic Colors of #E30EEA
Black with #E30EEA
Text Example
Text Example
White with #E30EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EEA; }
p { color: rgb(227,14,234); }
H1.HeaderClassName
{
color: #E30EEA;
}
.AnyTagClassName
{
color: #E30EEA;
}
</style>
background-color css
<style>
a { background-color: #E30EEA; }
a { background-color: rgb(227,14,234); }
div.DivClassName
{
background-color: #E30EEA;
}
.BgClassName
{
background-color: #E30EEA;
}
</style>
border-color css
<style>
span { border-color: #E30EEA; }
span { border-color: rgb(227,14,234); }
td.TdClassName
{
border-color: #E30EEA;
}
.TagClassName
{
border-color: #E30EEA;
}
</style>