Shades of Psychedelic Purple #E632FC
Tints of Psychedelic Purple #E632FC
RGB
CMYK
RGB Variations
Color information
#E632FC (or 0xE632FC) is known color: Psychedelic Purple. HEX triplet: E6, 32 and FC. RGB value is (230,50,252). Sum of RGB (Red+Green+Blue) = 230+50+252=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 50 (19.92% from 255 or 9.40% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #E632FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632FC is #19CD03. Grayscale: #7E7E7E. Windows color (decimal): -1690884 or 16528102. OLE color: 16528102.
HSL color Cylindrical-coordinate representation of color #E632FC: hue angle of 293.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E632FC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 50 | 252 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.01 |
| HSL | 293.47º | 0.97% | 0.59% | - |
| HSV(B) | 293.47º | 0.8% | 0.99% | - |
| XYZ | 51.34 | 26.13 | 94.43 | - |
| YUV | 126.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 252 | 0.09 | 0.80 | 0 | 0.01 | 293.47 | 0.97 | 0.59 |
| Hex | E6 | 32 | FC | 9 | 50 | 0 | 1 | 125 | 61 | 3B |
| Octal | 346 | 62 | 374 | 11 | 120 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100110 | 110010 | 11111100 | 1001 | 1010000 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E632FC
Complementary color
Monochromatic Colors of #E632FC
Black with #E632FC
Text Example
Text Example
White with #E632FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632FC; }
p { color: rgb(230,50,252); }
H1.HeaderClassName
{
color: #E632FC;
}
.AnyTagClassName
{
color: #E632FC;
}
</style>
background-color css
<style>
a { background-color: #E632FC; }
a { background-color: rgb(230,50,252); }
div.DivClassName
{
background-color: #E632FC;
}
.BgClassName
{
background-color: #E632FC;
}
</style>
border-color css
<style>
span { border-color: #E632FC; }
span { border-color: rgb(230,50,252); }
td.TdClassName
{
border-color: #E632FC;
}
.TagClassName
{
border-color: #E632FC;
}
</style>