Shades of Psychedelic Purple #EB32FD
Tints of Psychedelic Purple #EB32FD
RGB
CMYK
RGB Variations
Color information
#EB32FD (or 0xEB32FD) is known color: Psychedelic Purple. HEX triplet: EB, 32 and FD. RGB value is (235,50,253). Sum of RGB (Red+Green+Blue) = 235+50+253=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB32FD is #14CD02. Grayscale: #7F7F7F. Windows color (decimal): -1363203 or 16593643. OLE color: 16593643.
HSL color Cylindrical-coordinate representation of color #EB32FD: hue angle of 294.68º degrees, saturation: 0.98, 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 #EB32FD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 50 | 253 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.01 |
| HSL | 294.68º | 0.98% | 0.59% | - |
| HSV(B) | 294.68º | 0.8% | 0.99% | - |
| XYZ | 53.13 | 27.04 | 95.35 | - |
| YUV | 128.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 253 | 0.07 | 0.80 | 0 | 0.01 | 294.68 | 0.98 | 0.59 |
| Hex | EB | 32 | FD | 7 | 50 | 0 | 1 | 127 | 62 | 3B |
| Octal | 353 | 62 | 375 | 7 | 120 | 0 | 1 | 447 | 142 | 73 |
| Binary | 11101011 | 110010 | 11111101 | 111 | 1010000 | 0 | 1 | 100100111 | 1100010 | 111011 |
Color Harmonies of #EB32FD
Complementary color
Monochromatic Colors of #EB32FD
Black with #EB32FD
Text Example
Text Example
White with #EB32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32FD; }
p { color: rgb(235,50,253); }
H1.HeaderClassName
{
color: #EB32FD;
}
.AnyTagClassName
{
color: #EB32FD;
}
</style>
background-color css
<style>
a { background-color: #EB32FD; }
a { background-color: rgb(235,50,253); }
div.DivClassName
{
background-color: #EB32FD;
}
.BgClassName
{
background-color: #EB32FD;
}
</style>
border-color css
<style>
span { border-color: #EB32FD; }
span { border-color: rgb(235,50,253); }
td.TdClassName
{
border-color: #EB32FD;
}
.TagClassName
{
border-color: #EB32FD;
}
</style>