Shades of Psychedelic Purple #E732FA
Tints of Psychedelic Purple #E732FA
RGB
CMYK
RGB Variations
Color information
#E732FA (or 0xE732FA) is known color: Psychedelic Purple. HEX triplet: E7, 32 and FA. RGB value is (231,50,250). Sum of RGB (Red+Green+Blue) = 231+50+250=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #E732FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E732FA is #18CD05. Grayscale: #7E7E7E. Windows color (decimal): -1625350 or 16397031. OLE color: 16397031.
HSL color Cylindrical-coordinate representation of color #E732FA: hue angle of 294.3º degrees, saturation: 0.95, 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 #E732FA is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 50 | 250 | - |
| CMYK | 0.08 | 0.8 | 0 | 0.02 |
| HSL | 294.3º | 0.95% | 0.59% | - |
| HSV(B) | 294.3º | 0.8% | 0.98% | - |
| XYZ | 51.35 | 26.17 | 92.79 | - |
| YUV | 126.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 250 | 0.08 | 0.8 | 0 | 0.02 | 294.3 | 0.95 | 0.59 |
| Hex | E7 | 32 | FA | 8 | 50 | 0 | 2 | 126 | 5F | 3B |
| Octal | 347 | 62 | 372 | 10 | 120 | 0 | 2 | 446 | 137 | 73 |
| Binary | 11100111 | 110010 | 11111010 | 1000 | 1010000 | 0 | 10 | 100100110 | 1011111 | 111011 |
Color Harmonies of #E732FA
Complementary color
Monochromatic Colors of #E732FA
Black with #E732FA
Text Example
Text Example
White with #E732FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732FA; }
p { color: rgb(231,50,250); }
H1.HeaderClassName
{
color: #E732FA;
}
.AnyTagClassName
{
color: #E732FA;
}
</style>
background-color css
<style>
a { background-color: #E732FA; }
a { background-color: rgb(231,50,250); }
div.DivClassName
{
background-color: #E732FA;
}
.BgClassName
{
background-color: #E732FA;
}
</style>
border-color css
<style>
span { border-color: #E732FA; }
span { border-color: rgb(231,50,250); }
td.TdClassName
{
border-color: #E732FA;
}
.TagClassName
{
border-color: #E732FA;
}
</style>