Shades of Psychedelic Purple #E629F5
Tints of Psychedelic Purple #E629F5
RGB
CMYK
RGB Variations
Color information
#E629F5 (or 0xE629F5) is known color: Psychedelic Purple. HEX triplet: E6, 29 and F5. RGB value is (230,41,245). Sum of RGB (Red+Green+Blue) = 230+41+245=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #E629F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E629F5 is #19D60A. Grayscale: #787878. Windows color (decimal): -1693195 or 16067046. OLE color: 16067046.
HSL color Cylindrical-coordinate representation of color #E629F5: hue angle of 295.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E629F5 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 41 | 245 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.04 |
| HSL | 295.59º | 0.91% | 0.56% | - |
| HSV(B) | 295.59º | 0.83% | 0.96% | - |
| XYZ | 49.91 | 25 | 88.58 | - |
| YUV | 120.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 245 | 0.06 | 0.83 | 0 | 0.04 | 295.59 | 0.91 | 0.56 |
| Hex | E6 | 29 | F5 | 6 | 53 | 0 | 4 | 128 | 5B | 38 |
| Octal | 346 | 51 | 365 | 6 | 123 | 0 | 4 | 450 | 133 | 70 |
| Binary | 11100110 | 101001 | 11110101 | 110 | 1010011 | 0 | 100 | 100101000 | 1011011 | 111000 |
Color Harmonies of #E629F5
Complementary color
Monochromatic Colors of #E629F5
Black with #E629F5
Text Example
Text Example
White with #E629F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629F5; }
p { color: rgb(230,41,245); }
H1.HeaderClassName
{
color: #E629F5;
}
.AnyTagClassName
{
color: #E629F5;
}
</style>
background-color css
<style>
a { background-color: #E629F5; }
a { background-color: rgb(230,41,245); }
div.DivClassName
{
background-color: #E629F5;
}
.BgClassName
{
background-color: #E629F5;
}
</style>
border-color css
<style>
span { border-color: #E629F5; }
span { border-color: rgb(230,41,245); }
td.TdClassName
{
border-color: #E629F5;
}
.TagClassName
{
border-color: #E629F5;
}
</style>