Shades of Psychedelic Purple #E427EB
Tints of Psychedelic Purple #E427EB
RGB
CMYK
RGB Variations
Color information
#E427EB (or 0xE427EB) is known color: Psychedelic Purple. HEX triplet: E4, 27 and EB. RGB value is (228,39,235). Sum of RGB (Red+Green+Blue) = 228+39+235=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #E427EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427EB is #1BD814. Grayscale: #757575. Windows color (decimal): -1824789 or 15411172. OLE color: 15411172.
HSL color Cylindrical-coordinate representation of color #E427EB: hue angle of 297.86º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E427EB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 39 | 235 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.08 |
| HSL | 297.86º | 0.83% | 0.54% | - |
| HSV(B) | 297.86º | 0.83% | 0.92% | - |
| XYZ | 47.72 | 23.94 | 80.7 | - |
| YUV | 117.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 235 | 0.03 | 0.83 | 0 | 0.08 | 297.86 | 0.83 | 0.54 |
| Hex | E4 | 27 | EB | 3 | 53 | 0 | 8 | 12A | 53 | 36 |
| Octal | 344 | 47 | 353 | 3 | 123 | 0 | 10 | 452 | 123 | 66 |
| Binary | 11100100 | 100111 | 11101011 | 11 | 1010011 | 0 | 1000 | 100101010 | 1010011 | 110110 |
Color Harmonies of #E427EB
Complementary color
Monochromatic Colors of #E427EB
Black with #E427EB
Text Example
Text Example
White with #E427EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427EB; }
p { color: rgb(228,39,235); }
H1.HeaderClassName
{
color: #E427EB;
}
.AnyTagClassName
{
color: #E427EB;
}
</style>
background-color css
<style>
a { background-color: #E427EB; }
a { background-color: rgb(228,39,235); }
div.DivClassName
{
background-color: #E427EB;
}
.BgClassName
{
background-color: #E427EB;
}
</style>
border-color css
<style>
span { border-color: #E427EB; }
span { border-color: rgb(228,39,235); }
td.TdClassName
{
border-color: #E427EB;
}
.TagClassName
{
border-color: #E427EB;
}
</style>