Shades of Psychedelic Purple #E627FC
Tints of Psychedelic Purple #E627FC
RGB
CMYK
RGB Variations
Color information
#E627FC (or 0xE627FC) is known color: Psychedelic Purple. HEX triplet: E6, 27 and FC. RGB value is (230,39,252). Sum of RGB (Red+Green+Blue) = 230+39+252=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 39 (15.62% from 255 or 7.49% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #E627FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E627FC is #19D803. Grayscale: #777777. Windows color (decimal): -1693700 or 16525286. OLE color: 16525286.
HSL color Cylindrical-coordinate representation of color #E627FC: hue angle of 293.8º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E627FC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 39 | 252 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.01 |
| HSL | 293.8º | 0.97% | 0.57% | - |
| HSV(B) | 293.8º | 0.85% | 0.99% | - |
| XYZ | 50.93 | 25.3 | 94.3 | - |
| YUV | 120.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 252 | 0.09 | 0.85 | 0 | 0.01 | 293.8 | 0.97 | 0.57 |
| Hex | E6 | 27 | FC | 9 | 55 | 0 | 1 | 126 | 61 | 39 |
| Octal | 346 | 47 | 374 | 11 | 125 | 0 | 1 | 446 | 141 | 71 |
| Binary | 11100110 | 100111 | 11111100 | 1001 | 1010101 | 0 | 1 | 100100110 | 1100001 | 111001 |
Color Harmonies of #E627FC
Complementary color
Monochromatic Colors of #E627FC
Black with #E627FC
Text Example
Text Example
White with #E627FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627FC; }
p { color: rgb(230,39,252); }
H1.HeaderClassName
{
color: #E627FC;
}
.AnyTagClassName
{
color: #E627FC;
}
</style>
background-color css
<style>
a { background-color: #E627FC; }
a { background-color: rgb(230,39,252); }
div.DivClassName
{
background-color: #E627FC;
}
.BgClassName
{
background-color: #E627FC;
}
</style>
border-color css
<style>
span { border-color: #E627FC; }
span { border-color: rgb(230,39,252); }
td.TdClassName
{
border-color: #E627FC;
}
.TagClassName
{
border-color: #E627FC;
}
</style>