Shades of Psychedelic Purple #E632F9
Tints of Psychedelic Purple #E632F9
RGB
CMYK
RGB Variations
Color information
#E632F9 (or 0xE632F9) is known color: Psychedelic Purple. HEX triplet: E6, 32 and F9. RGB value is (230,50,249). Sum of RGB (Red+Green+Blue) = 230+50+249=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 50 (19.92% from 255 or 9.45% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #E632F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632F9 is #19CD06. Grayscale: #7D7D7D. Windows color (decimal): -1690887 or 16331494. OLE color: 16331494.
HSL color Cylindrical-coordinate representation of color #E632F9: hue angle of 294.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E632F9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 50 | 249 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 294.27º | 0.94% | 0.59% | - |
| HSV(B) | 294.27º | 0.8% | 0.98% | - |
| XYZ | 50.87 | 25.94 | 91.95 | - |
| YUV | 126.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 249 | 0.08 | 0.80 | 0 | 0.02 | 294.27 | 0.94 | 0.59 |
| Hex | E6 | 32 | F9 | 8 | 50 | 0 | 2 | 126 | 5E | 3B |
| Octal | 346 | 62 | 371 | 10 | 120 | 0 | 2 | 446 | 136 | 73 |
| Binary | 11100110 | 110010 | 11111001 | 1000 | 1010000 | 0 | 10 | 100100110 | 1011110 | 111011 |
Color Harmonies of #E632F9
Complementary color
Monochromatic Colors of #E632F9
Black with #E632F9
Text Example
Text Example
White with #E632F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632F9; }
p { color: rgb(230,50,249); }
H1.HeaderClassName
{
color: #E632F9;
}
.AnyTagClassName
{
color: #E632F9;
}
</style>
background-color css
<style>
a { background-color: #E632F9; }
a { background-color: rgb(230,50,249); }
div.DivClassName
{
background-color: #E632F9;
}
.BgClassName
{
background-color: #E632F9;
}
</style>
border-color css
<style>
span { border-color: #E632F9; }
span { border-color: rgb(230,50,249); }
td.TdClassName
{
border-color: #E632F9;
}
.TagClassName
{
border-color: #E632F9;
}
</style>