Shades of Psychedelic Purple #E410E9
Tints of Psychedelic Purple #E410E9
RGB
CMYK
RGB Variations
Color information
#E410E9 (or 0xE410E9) is known color: Psychedelic Purple. HEX triplet: E4, 10 and E9. RGB value is (228,16,233). Sum of RGB (Red+Green+Blue) = 228+16+233=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #E410E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E410E9 is #1BEF16. Grayscale: #676767. Windows color (decimal): -1830679 or 15274212. OLE color: 15274212.
HSL color Cylindrical-coordinate representation of color #E410E9: hue angle of 298.62º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E410E9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 16 | 233 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.09 |
| HSL | 298.62º | 0.87% | 0.49% | - |
| HSV(B) | 298.62º | 0.93% | 0.91% | - |
| XYZ | 46.89 | 22.75 | 79.01 | - |
| YUV | 104.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 233 | 0.02 | 0.93 | 0 | 0.09 | 298.62 | 0.87 | 0.49 |
| Hex | E4 | 10 | E9 | 2 | 5D | 0 | 9 | 12B | 57 | 31 |
| Octal | 344 | 20 | 351 | 2 | 135 | 0 | 11 | 453 | 127 | 61 |
| Binary | 11100100 | 10000 | 11101001 | 10 | 1011101 | 0 | 1001 | 100101011 | 1010111 | 110001 |
Color Harmonies of #E410E9
Complementary color
Monochromatic Colors of #E410E9
Black with #E410E9
Text Example
Text Example
White with #E410E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410E9; }
p { color: rgb(228,16,233); }
H1.HeaderClassName
{
color: #E410E9;
}
.AnyTagClassName
{
color: #E410E9;
}
</style>
background-color css
<style>
a { background-color: #E410E9; }
a { background-color: rgb(228,16,233); }
div.DivClassName
{
background-color: #E410E9;
}
.BgClassName
{
background-color: #E410E9;
}
</style>
border-color css
<style>
span { border-color: #E410E9; }
span { border-color: rgb(228,16,233); }
td.TdClassName
{
border-color: #E410E9;
}
.TagClassName
{
border-color: #E410E9;
}
</style>