Shades of Psychedelic Purple #E623FC
Tints of Psychedelic Purple #E623FC
RGB
CMYK
RGB Variations
Color information
#E623FC (or 0xE623FC) is known color: Psychedelic Purple. HEX triplet: E6, 23 and FC. RGB value is (230,35,252). Sum of RGB (Red+Green+Blue) = 230+35+252=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 35 (14.06% from 255 or 6.77% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #E623FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E623FC is #19DC03. Grayscale: #757575. Windows color (decimal): -1694724 or 16524262. OLE color: 16524262.
HSL color Cylindrical-coordinate representation of color #E623FC: hue angle of 293.92º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E623FC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 35 | 252 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.01 |
| HSL | 293.92º | 0.97% | 0.56% | - |
| HSV(B) | 293.92º | 0.86% | 0.99% | - |
| XYZ | 50.8 | 25.05 | 94.25 | - |
| YUV | 118.04 | 203.6 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 252 | 0.09 | 0.86 | 0 | 0.01 | 293.92 | 0.97 | 0.56 |
| Hex | E6 | 23 | FC | 9 | 56 | 0 | 1 | 126 | 61 | 38 |
| Octal | 346 | 43 | 374 | 11 | 126 | 0 | 1 | 446 | 141 | 70 |
| Binary | 11100110 | 100011 | 11111100 | 1001 | 1010110 | 0 | 1 | 100100110 | 1100001 | 111000 |
Color Harmonies of #E623FC
Complementary color
Monochromatic Colors of #E623FC
Black with #E623FC
Text Example
Text Example
White with #E623FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E623FC; }
p { color: rgb(230,35,252); }
H1.HeaderClassName
{
color: #E623FC;
}
.AnyTagClassName
{
color: #E623FC;
}
</style>
background-color css
<style>
a { background-color: #E623FC; }
a { background-color: rgb(230,35,252); }
div.DivClassName
{
background-color: #E623FC;
}
.BgClassName
{
background-color: #E623FC;
}
</style>
border-color css
<style>
span { border-color: #E623FC; }
span { border-color: rgb(230,35,252); }
td.TdClassName
{
border-color: #E623FC;
}
.TagClassName
{
border-color: #E623FC;
}
</style>