Shades of Psychedelic Purple #E633FC
Tints of Psychedelic Purple #E633FC
RGB
CMYK
RGB Variations
Color information
#E633FC (or 0xE633FC) is known color: Psychedelic Purple. HEX triplet: E6, 33 and FC. RGB value is (230,51,252). Sum of RGB (Red+Green+Blue) = 230+51+252=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 51 (20.31% from 255 or 9.57% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #E633FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E633FC is #19CC03. Grayscale: #7E7E7E. Windows color (decimal): -1690628 or 16528358. OLE color: 16528358.
HSL color Cylindrical-coordinate representation of color #E633FC: hue angle of 293.43º 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 #E633FC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 51 | 252 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.01 |
| HSL | 293.43º | 0.97% | 0.59% | - |
| HSV(B) | 293.43º | 0.8% | 0.99% | - |
| XYZ | 51.39 | 26.22 | 94.45 | - |
| YUV | 127.44 | 198.3 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 252 | 0.09 | 0.80 | 0 | 0.01 | 293.43 | 0.97 | 0.59 |
| Hex | E6 | 33 | FC | 9 | 50 | 0 | 1 | 125 | 61 | 3B |
| Octal | 346 | 63 | 374 | 11 | 120 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100110 | 110011 | 11111100 | 1001 | 1010000 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E633FC
Complementary color
Monochromatic Colors of #E633FC
Black with #E633FC
Text Example
Text Example
White with #E633FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E633FC; }
p { color: rgb(230,51,252); }
H1.HeaderClassName
{
color: #E633FC;
}
.AnyTagClassName
{
color: #E633FC;
}
</style>
background-color css
<style>
a { background-color: #E633FC; }
a { background-color: rgb(230,51,252); }
div.DivClassName
{
background-color: #E633FC;
}
.BgClassName
{
background-color: #E633FC;
}
</style>
border-color css
<style>
span { border-color: #E633FC; }
span { border-color: rgb(230,51,252); }
td.TdClassName
{
border-color: #E633FC;
}
.TagClassName
{
border-color: #E633FC;
}
</style>