Shades of Psychedelic Purple #E628FC
Tints of Psychedelic Purple #E628FC
RGB
CMYK
RGB Variations
Color information
#E628FC (or 0xE628FC) is known color: Psychedelic Purple. HEX triplet: E6, 28 and FC. RGB value is (230,40,252). Sum of RGB (Red+Green+Blue) = 230+40+252=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E628FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E628FC is #19D703. Grayscale: #787878. Windows color (decimal): -1693444 or 16525542. OLE color: 16525542.
HSL color Cylindrical-coordinate representation of color #E628FC: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E628FC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 40 | 252 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.01 |
| HSL | 293.77º | 0.97% | 0.57% | - |
| HSV(B) | 293.77º | 0.84% | 0.99% | - |
| XYZ | 50.96 | 25.37 | 94.31 | - |
| YUV | 120.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 252 | 0.09 | 0.84 | 0 | 0.01 | 293.77 | 0.97 | 0.57 |
| Hex | E6 | 28 | FC | 9 | 54 | 0 | 1 | 126 | 61 | 39 |
| Octal | 346 | 50 | 374 | 11 | 124 | 0 | 1 | 446 | 141 | 71 |
| Binary | 11100110 | 101000 | 11111100 | 1001 | 1010100 | 0 | 1 | 100100110 | 1100001 | 111001 |
Color Harmonies of #E628FC
Complementary color
Monochromatic Colors of #E628FC
Black with #E628FC
Text Example
Text Example
White with #E628FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628FC; }
p { color: rgb(230,40,252); }
H1.HeaderClassName
{
color: #E628FC;
}
.AnyTagClassName
{
color: #E628FC;
}
</style>
background-color css
<style>
a { background-color: #E628FC; }
a { background-color: rgb(230,40,252); }
div.DivClassName
{
background-color: #E628FC;
}
.BgClassName
{
background-color: #E628FC;
}
</style>
border-color css
<style>
span { border-color: #E628FC; }
span { border-color: rgb(230,40,252); }
td.TdClassName
{
border-color: #E628FC;
}
.TagClassName
{
border-color: #E628FC;
}
</style>