Shades of Psychedelic Purple #E62EEF
Tints of Psychedelic Purple #E62EEF
RGB
CMYK
RGB Variations
Color information
#E62EEF (or 0xE62EEF) is known color: Psychedelic Purple. HEX triplet: E6, 2E and EF. RGB value is (230,46,239). Sum of RGB (Red+Green+Blue) = 230+46+239=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #E62EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62EEF is #19D110. Grayscale: #7A7A7A. Windows color (decimal): -1691921 or 15675110. OLE color: 15675110.
HSL color Cylindrical-coordinate representation of color #E62EEF: hue angle of 297.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62EEF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 46 | 239 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.06 |
| HSL | 297.2º | 0.86% | 0.56% | - |
| HSV(B) | 297.2º | 0.81% | 0.94% | - |
| XYZ | 49.19 | 25.01 | 83.9 | - |
| YUV | 123.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 239 | 0.04 | 0.81 | 0 | 0.06 | 297.2 | 0.86 | 0.56 |
| Hex | E6 | 2E | EF | 4 | 51 | 0 | 6 | 129 | 56 | 38 |
| Octal | 346 | 56 | 357 | 4 | 121 | 0 | 6 | 451 | 126 | 70 |
| Binary | 11100110 | 101110 | 11101111 | 100 | 1010001 | 0 | 110 | 100101001 | 1010110 | 111000 |
Color Harmonies of #E62EEF
Complementary color
Monochromatic Colors of #E62EEF
Black with #E62EEF
Text Example
Text Example
White with #E62EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EEF; }
p { color: rgb(230,46,239); }
H1.HeaderClassName
{
color: #E62EEF;
}
.AnyTagClassName
{
color: #E62EEF;
}
</style>
background-color css
<style>
a { background-color: #E62EEF; }
a { background-color: rgb(230,46,239); }
div.DivClassName
{
background-color: #E62EEF;
}
.BgClassName
{
background-color: #E62EEF;
}
</style>
border-color css
<style>
span { border-color: #E62EEF; }
span { border-color: rgb(230,46,239); }
td.TdClassName
{
border-color: #E62EEF;
}
.TagClassName
{
border-color: #E62EEF;
}
</style>