Shades of Psychedelic Purple #E623EA
Tints of Psychedelic Purple #E623EA
RGB
CMYK
RGB Variations
Color information
#E623EA (or 0xE623EA) is known color: Psychedelic Purple. HEX triplet: E6, 23 and EA. RGB value is (230,35,234). Sum of RGB (Red+Green+Blue) = 230+35+234=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #E623EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E623EA is #19DC15. Grayscale: #737373. Windows color (decimal): -1694742 or 15344614. OLE color: 15344614.
HSL color Cylindrical-coordinate representation of color #E623EA: hue angle of 298.79º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E623EA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 35 | 234 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.08 |
| HSL | 298.79º | 0.83% | 0.53% | - |
| HSV(B) | 298.79º | 0.85% | 0.92% | - |
| XYZ | 48.09 | 23.97 | 79.93 | - |
| YUV | 115.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 234 | 0.02 | 0.85 | 0 | 0.08 | 298.79 | 0.83 | 0.53 |
| Hex | E6 | 23 | EA | 2 | 55 | 0 | 8 | 12B | 53 | 35 |
| Octal | 346 | 43 | 352 | 2 | 125 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11100110 | 100011 | 11101010 | 10 | 1010101 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E623EA
Complementary color
Monochromatic Colors of #E623EA
Black with #E623EA
Text Example
Text Example
White with #E623EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E623EA; }
p { color: rgb(230,35,234); }
H1.HeaderClassName
{
color: #E623EA;
}
.AnyTagClassName
{
color: #E623EA;
}
</style>
background-color css
<style>
a { background-color: #E623EA; }
a { background-color: rgb(230,35,234); }
div.DivClassName
{
background-color: #E623EA;
}
.BgClassName
{
background-color: #E623EA;
}
</style>
border-color css
<style>
span { border-color: #E623EA; }
span { border-color: rgb(230,35,234); }
td.TdClassName
{
border-color: #E623EA;
}
.TagClassName
{
border-color: #E623EA;
}
</style>