Shades of Psychedelic Purple #E633FB
Tints of Psychedelic Purple #E633FB
RGB
CMYK
RGB Variations
Color information
#E633FB (or 0xE633FB) is known color: Psychedelic Purple. HEX triplet: E6, 33 and FB. RGB value is (230,51,251). Sum of RGB (Red+Green+Blue) = 230+51+251=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #E633FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E633FB is #19CC04. Grayscale: #7E7E7E. Windows color (decimal): -1690629 or 16462822. OLE color: 16462822.
HSL color Cylindrical-coordinate representation of color #E633FB: hue angle of 293.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E633FB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 51 | 251 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 293.7º | 0.96% | 0.59% | - |
| HSV(B) | 293.7º | 0.8% | 0.98% | - |
| XYZ | 51.23 | 26.16 | 93.62 | - |
| YUV | 127.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 251 | 0.08 | 0.80 | 0 | 0.02 | 293.7 | 0.96 | 0.59 |
| Hex | E6 | 33 | FB | 8 | 50 | 0 | 2 | 126 | 60 | 3B |
| Octal | 346 | 63 | 373 | 10 | 120 | 0 | 2 | 446 | 140 | 73 |
| Binary | 11100110 | 110011 | 11111011 | 1000 | 1010000 | 0 | 10 | 100100110 | 1100000 | 111011 |
Color Harmonies of #E633FB
Complementary color
Monochromatic Colors of #E633FB
Black with #E633FB
Text Example
Text Example
White with #E633FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E633FB; }
p { color: rgb(230,51,251); }
H1.HeaderClassName
{
color: #E633FB;
}
.AnyTagClassName
{
color: #E633FB;
}
</style>
background-color css
<style>
a { background-color: #E633FB; }
a { background-color: rgb(230,51,251); }
div.DivClassName
{
background-color: #E633FB;
}
.BgClassName
{
background-color: #E633FB;
}
</style>
border-color css
<style>
span { border-color: #E633FB; }
span { border-color: rgb(230,51,251); }
td.TdClassName
{
border-color: #E633FB;
}
.TagClassName
{
border-color: #E633FB;
}
</style>