Shades of Psychedelic Purple #E634FF
Tints of Psychedelic Purple #E634FF
RGB
CMYK
RGB Variations
Color information
#E634FF (or 0xE634FF) is known color: Psychedelic Purple. HEX triplet: E6, 34 and FF. RGB value is (230,52,255). Sum of RGB (Red+Green+Blue) = 230+52+255=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #E634FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E634FF is #19CB00. Grayscale: #7F7F7F. Windows color (decimal): -1690369 or 16725222. OLE color: 16725222.
HSL color Cylindrical-coordinate representation of color #E634FF: hue angle of 292.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E634FF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 52 | 255 | - |
| CMYK | 0.10 | 0.80 | 0 | 0 |
| HSL | 292.61º | 1% | 0.6% | - |
| HSV(B) | 292.61º | 0.8% | 1% | - |
| XYZ | 51.91 | 26.5 | 96.99 | - |
| YUV | 128.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 255 | 0.10 | 0.80 | 0 | 0 | 292.61 | 1 | 0.6 |
| Hex | E6 | 34 | FF | A | 50 | 0 | 0 | 125 | 64 | 3C |
| Octal | 346 | 64 | 377 | 12 | 120 | 0 | 0 | 445 | 144 | 74 |
| Binary | 11100110 | 110100 | 11111111 | 1010 | 1010000 | 0 | 0 | 100100101 | 1100100 | 111100 |
Color Harmonies of #E634FF
Complementary color
Monochromatic Colors of #E634FF
Black with #E634FF
Text Example
Text Example
White with #E634FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634FF; }
p { color: rgb(230,52,255); }
H1.HeaderClassName
{
color: #E634FF;
}
.AnyTagClassName
{
color: #E634FF;
}
</style>
background-color css
<style>
a { background-color: #E634FF; }
a { background-color: rgb(230,52,255); }
div.DivClassName
{
background-color: #E634FF;
}
.BgClassName
{
background-color: #E634FF;
}
</style>
border-color css
<style>
span { border-color: #E634FF; }
span { border-color: rgb(230,52,255); }
td.TdClassName
{
border-color: #E634FF;
}
.TagClassName
{
border-color: #E634FF;
}
</style>