Shades of Psychedelic Purple #E30DEE
Tints of Psychedelic Purple #E30DEE
RGB
CMYK
RGB Variations
Color information
#E30DEE (or 0xE30DEE) is known color: Psychedelic Purple. HEX triplet: E3, 0D and EE. RGB value is (227,13,238). Sum of RGB (Red+Green+Blue) = 227+13+238=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEE is #1CF211. Grayscale: #656565. Windows color (decimal): -1896978 or 15601123. OLE color: 15601123.
HSL color Cylindrical-coordinate representation of color #E30DEE: hue angle of 297.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30DEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 13 | 238 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 297.07º | 0.9% | 0.49% | - |
| HSV(B) | 297.07º | 0.95% | 0.93% | - |
| XYZ | 47.26 | 22.79 | 82.8 | - |
| YUV | 102.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 238 | 0.05 | 0.95 | 0 | 0.07 | 297.07 | 0.9 | 0.49 |
| Hex | E3 | D | EE | 5 | 5F | 0 | 7 | 129 | 5A | 31 |
| Octal | 343 | 15 | 356 | 5 | 137 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11100011 | 1101 | 11101110 | 101 | 1011111 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E30DEE
Complementary color
Monochromatic Colors of #E30DEE
Black with #E30DEE
Text Example
Text Example
White with #E30DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DEE; }
p { color: rgb(227,13,238); }
H1.HeaderClassName
{
color: #E30DEE;
}
.AnyTagClassName
{
color: #E30DEE;
}
</style>
background-color css
<style>
a { background-color: #E30DEE; }
a { background-color: rgb(227,13,238); }
div.DivClassName
{
background-color: #E30DEE;
}
.BgClassName
{
background-color: #E30DEE;
}
</style>
border-color css
<style>
span { border-color: #E30DEE; }
span { border-color: rgb(227,13,238); }
td.TdClassName
{
border-color: #E30DEE;
}
.TagClassName
{
border-color: #E30DEE;
}
</style>