Shades of Psychedelic Purple #E632FB
Tints of Psychedelic Purple #E632FB
RGB
CMYK
RGB Variations
Color information
#E632FB (or 0xE632FB) is known color: Psychedelic Purple. HEX triplet: E6, 32 and FB. RGB value is (230,50,251). Sum of RGB (Red+Green+Blue) = 230+50+251=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #E632FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632FB is #19CD04. Grayscale: #7E7E7E. Windows color (decimal): -1690885 or 16462566. OLE color: 16462566.
HSL color Cylindrical-coordinate representation of color #E632FB: hue angle of 293.73º 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 #E632FB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 50 | 251 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 293.73º | 0.96% | 0.59% | - |
| HSV(B) | 293.73º | 0.8% | 0.98% | - |
| XYZ | 51.19 | 26.07 | 93.6 | - |
| YUV | 126.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 251 | 0.08 | 0.80 | 0 | 0.02 | 293.73 | 0.96 | 0.59 |
| Hex | E6 | 32 | FB | 8 | 50 | 0 | 2 | 126 | 60 | 3B |
| Octal | 346 | 62 | 373 | 10 | 120 | 0 | 2 | 446 | 140 | 73 |
| Binary | 11100110 | 110010 | 11111011 | 1000 | 1010000 | 0 | 10 | 100100110 | 1100000 | 111011 |
Color Harmonies of #E632FB
Complementary color
Monochromatic Colors of #E632FB
Black with #E632FB
Text Example
Text Example
White with #E632FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632FB; }
p { color: rgb(230,50,251); }
H1.HeaderClassName
{
color: #E632FB;
}
.AnyTagClassName
{
color: #E632FB;
}
</style>
background-color css
<style>
a { background-color: #E632FB; }
a { background-color: rgb(230,50,251); }
div.DivClassName
{
background-color: #E632FB;
}
.BgClassName
{
background-color: #E632FB;
}
</style>
border-color css
<style>
span { border-color: #E632FB; }
span { border-color: rgb(230,50,251); }
td.TdClassName
{
border-color: #E632FB;
}
.TagClassName
{
border-color: #E632FB;
}
</style>