Shades of Psychedelic Purple #E30EE8
Tints of Psychedelic Purple #E30EE8
RGB
CMYK
RGB Variations
Color information
#E30EE8 (or 0xE30EE8) is known color: Psychedelic Purple. HEX triplet: E3, 0E and E8. RGB value is (227,14,232). Sum of RGB (Red+Green+Blue) = 227+14+232=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #E30EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EE8 is #1CF117. Grayscale: #656565. Windows color (decimal): -1896728 or 15208163. OLE color: 15208163.
HSL color Cylindrical-coordinate representation of color #E30EE8: hue angle of 298.62º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EE8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 14 | 232 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.09 |
| HSL | 298.62º | 0.89% | 0.48% | - |
| HSV(B) | 298.62º | 0.94% | 0.91% | - |
| XYZ | 46.4 | 22.47 | 78.24 | - |
| YUV | 102.54 | 201.07 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 232 | 0.02 | 0.94 | 0 | 0.09 | 298.62 | 0.89 | 0.48 |
| Hex | E3 | E | E8 | 2 | 5E | 0 | 9 | 12B | 59 | 30 |
| Octal | 343 | 16 | 350 | 2 | 136 | 0 | 11 | 453 | 131 | 60 |
| Binary | 11100011 | 1110 | 11101000 | 10 | 1011110 | 0 | 1001 | 100101011 | 1011001 | 110000 |
Color Harmonies of #E30EE8
Complementary color
Monochromatic Colors of #E30EE8
Black with #E30EE8
Text Example
Text Example
White with #E30EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EE8; }
p { color: rgb(227,14,232); }
H1.HeaderClassName
{
color: #E30EE8;
}
.AnyTagClassName
{
color: #E30EE8;
}
</style>
background-color css
<style>
a { background-color: #E30EE8; }
a { background-color: rgb(227,14,232); }
div.DivClassName
{
background-color: #E30EE8;
}
.BgClassName
{
background-color: #E30EE8;
}
</style>
border-color css
<style>
span { border-color: #E30EE8; }
span { border-color: rgb(227,14,232); }
td.TdClassName
{
border-color: #E30EE8;
}
.TagClassName
{
border-color: #E30EE8;
}
</style>