Shades of Psychedelic Purple #E630FC
Tints of Psychedelic Purple #E630FC
RGB
CMYK
RGB Variations
Color information
#E630FC (or 0xE630FC) is known color: Psychedelic Purple. HEX triplet: E6, 30 and FC. RGB value is (230,48,252). Sum of RGB (Red+Green+Blue) = 230+48+252=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #E630FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630FC is #19CF03. Grayscale: #7D7D7D. Windows color (decimal): -1691396 or 16527590. OLE color: 16527590.
HSL color Cylindrical-coordinate representation of color #E630FC: hue angle of 293.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E630FC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 48 | 252 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.01 |
| HSL | 293.53º | 0.97% | 0.59% | - |
| HSV(B) | 293.53º | 0.81% | 0.99% | - |
| XYZ | 51.26 | 25.97 | 94.41 | - |
| YUV | 125.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 252 | 0.09 | 0.81 | 0 | 0.01 | 293.53 | 0.97 | 0.59 |
| Hex | E6 | 30 | FC | 9 | 51 | 0 | 1 | 126 | 61 | 3B |
| Octal | 346 | 60 | 374 | 11 | 121 | 0 | 1 | 446 | 141 | 73 |
| Binary | 11100110 | 110000 | 11111100 | 1001 | 1010001 | 0 | 1 | 100100110 | 1100001 | 111011 |
Color Harmonies of #E630FC
Complementary color
Monochromatic Colors of #E630FC
Black with #E630FC
Text Example
Text Example
White with #E630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630FC; }
p { color: rgb(230,48,252); }
H1.HeaderClassName
{
color: #E630FC;
}
.AnyTagClassName
{
color: #E630FC;
}
</style>
background-color css
<style>
a { background-color: #E630FC; }
a { background-color: rgb(230,48,252); }
div.DivClassName
{
background-color: #E630FC;
}
.BgClassName
{
background-color: #E630FC;
}
</style>
border-color css
<style>
span { border-color: #E630FC; }
span { border-color: rgb(230,48,252); }
td.TdClassName
{
border-color: #E630FC;
}
.TagClassName
{
border-color: #E630FC;
}
</style>