Shades of Psychedelic Purple #E626EF
Tints of Psychedelic Purple #E626EF
RGB
CMYK
RGB Variations
Color information
#E626EF (or 0xE626EF) is known color: Psychedelic Purple. HEX triplet: E6, 26 and EF. RGB value is (230,38,239). Sum of RGB (Red+Green+Blue) = 230+38+239=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 38 (15.23% from 255 or 7.50% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #E626EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E626EF is #19D910. Grayscale: #757575. Windows color (decimal): -1693969 or 15673062. OLE color: 15673062.
HSL color Cylindrical-coordinate representation of color #E626EF: hue angle of 297.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E626EF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 38 | 239 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.06 |
| HSL | 297.31º | 0.86% | 0.54% | - |
| HSV(B) | 297.31º | 0.84% | 0.94% | - |
| XYZ | 48.91 | 24.44 | 83.8 | - |
| YUV | 118.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 239 | 0.04 | 0.84 | 0 | 0.06 | 297.31 | 0.86 | 0.54 |
| Hex | E6 | 26 | EF | 4 | 54 | 0 | 6 | 129 | 56 | 36 |
| Octal | 346 | 46 | 357 | 4 | 124 | 0 | 6 | 451 | 126 | 66 |
| Binary | 11100110 | 100110 | 11101111 | 100 | 1010100 | 0 | 110 | 100101001 | 1010110 | 110110 |
Color Harmonies of #E626EF
Complementary color
Monochromatic Colors of #E626EF
Black with #E626EF
Text Example
Text Example
White with #E626EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E626EF; }
p { color: rgb(230,38,239); }
H1.HeaderClassName
{
color: #E626EF;
}
.AnyTagClassName
{
color: #E626EF;
}
</style>
background-color css
<style>
a { background-color: #E626EF; }
a { background-color: rgb(230,38,239); }
div.DivClassName
{
background-color: #E626EF;
}
.BgClassName
{
background-color: #E626EF;
}
</style>
border-color css
<style>
span { border-color: #E626EF; }
span { border-color: rgb(230,38,239); }
td.TdClassName
{
border-color: #E626EF;
}
.TagClassName
{
border-color: #E626EF;
}
</style>