Shades of Psychedelic Purple #E632FA
Tints of Psychedelic Purple #E632FA
RGB
CMYK
RGB Variations
Color information
#E632FA (or 0xE632FA) is known color: Psychedelic Purple. HEX triplet: E6, 32 and FA. RGB value is (230,50,250). Sum of RGB (Red+Green+Blue) = 230+50+250=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 50 (19.92% from 255 or 9.43% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #E632FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632FA is #19CD05. Grayscale: #7E7E7E. Windows color (decimal): -1690886 or 16397030. OLE color: 16397030.
HSL color Cylindrical-coordinate representation of color #E632FA: hue angle of 294º 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 #E632FA is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 50 | 250 | - |
| CMYK | 0.08 | 0.8 | 0 | 0.02 |
| HSL | 294º | 0.95% | 0.59% | - |
| HSV(B) | 294º | 0.8% | 0.98% | - |
| XYZ | 51.03 | 26.01 | 92.77 | - |
| YUV | 126.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 250 | 0.08 | 0.8 | 0 | 0.02 | 294 | 0.95 | 0.59 |
| Hex | E6 | 32 | FA | 8 | 50 | 0 | 2 | 126 | 5F | 3B |
| Octal | 346 | 62 | 372 | 10 | 120 | 0 | 2 | 446 | 137 | 73 |
| Binary | 11100110 | 110010 | 11111010 | 1000 | 1010000 | 0 | 10 | 100100110 | 1011111 | 111011 |
Color Harmonies of #E632FA
Complementary color
Monochromatic Colors of #E632FA
Black with #E632FA
Text Example
Text Example
White with #E632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632FA; }
p { color: rgb(230,50,250); }
H1.HeaderClassName
{
color: #E632FA;
}
.AnyTagClassName
{
color: #E632FA;
}
</style>
background-color css
<style>
a { background-color: #E632FA; }
a { background-color: rgb(230,50,250); }
div.DivClassName
{
background-color: #E632FA;
}
.BgClassName
{
background-color: #E632FA;
}
</style>
border-color css
<style>
span { border-color: #E632FA; }
span { border-color: rgb(230,50,250); }
td.TdClassName
{
border-color: #E632FA;
}
.TagClassName
{
border-color: #E632FA;
}
</style>