Shades of Psychedelic Purple #E412EA
Tints of Psychedelic Purple #E412EA
RGB
CMYK
RGB Variations
Color information
#E412EA (or 0xE412EA) is known color: Psychedelic Purple. HEX triplet: E4, 12 and EA. RGB value is (228,18,234). Sum of RGB (Red+Green+Blue) = 228+18+234=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #E412EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E412EA is #1BED15. Grayscale: #686868. Windows color (decimal): -1830166 or 15340260. OLE color: 15340260.
HSL color Cylindrical-coordinate representation of color #E412EA: hue angle of 298.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412EA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 18 | 234 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.08 |
| HSL | 298.33º | 0.86% | 0.49% | - |
| HSV(B) | 298.33º | 0.92% | 0.92% | - |
| XYZ | 47.06 | 22.87 | 79.78 | - |
| YUV | 105.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 234 | 0.03 | 0.92 | 0 | 0.08 | 298.33 | 0.86 | 0.49 |
| Hex | E4 | 12 | EA | 3 | 5C | 0 | 8 | 12A | 56 | 31 |
| Octal | 344 | 22 | 352 | 3 | 134 | 0 | 10 | 452 | 126 | 61 |
| Binary | 11100100 | 10010 | 11101010 | 11 | 1011100 | 0 | 1000 | 100101010 | 1010110 | 110001 |
Color Harmonies of #E412EA
Complementary color
Monochromatic Colors of #E412EA
Black with #E412EA
Text Example
Text Example
White with #E412EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412EA; }
p { color: rgb(228,18,234); }
H1.HeaderClassName
{
color: #E412EA;
}
.AnyTagClassName
{
color: #E412EA;
}
</style>
background-color css
<style>
a { background-color: #E412EA; }
a { background-color: rgb(228,18,234); }
div.DivClassName
{
background-color: #E412EA;
}
.BgClassName
{
background-color: #E412EA;
}
</style>
border-color css
<style>
span { border-color: #E412EA; }
span { border-color: rgb(228,18,234); }
td.TdClassName
{
border-color: #E412EA;
}
.TagClassName
{
border-color: #E412EA;
}
</style>