Shades of Psychedelic Purple #E233FA
Tints of Psychedelic Purple #E233FA
RGB
CMYK
RGB Variations
Color information
#E233FA (or 0xE233FA) is known color: Psychedelic Purple. HEX triplet: E2, 33 and FA. RGB value is (226,51,250). Sum of RGB (Red+Green+Blue) = 226+51+250=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #E233FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E233FA is #1DCC05. Grayscale: #7D7D7D. Windows color (decimal): -1952774 or 16397282. OLE color: 16397282.
HSL color Cylindrical-coordinate representation of color #E233FA: hue angle of 292.76º 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 #E233FA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 51 | 250 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.02 |
| HSL | 292.76º | 0.95% | 0.59% | - |
| HSV(B) | 292.76º | 0.8% | 0.98% | - |
| XYZ | 49.8 | 25.44 | 92.73 | - |
| YUV | 126.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 250 | 0.10 | 0.80 | 0 | 0.02 | 292.76 | 0.95 | 0.59 |
| Hex | E2 | 33 | FA | A | 50 | 0 | 2 | 125 | 5F | 3B |
| Octal | 342 | 63 | 372 | 12 | 120 | 0 | 2 | 445 | 137 | 73 |
| Binary | 11100010 | 110011 | 11111010 | 1010 | 1010000 | 0 | 10 | 100100101 | 1011111 | 111011 |
Color Harmonies of #E233FA
Complementary color
Monochromatic Colors of #E233FA
Black with #E233FA
Text Example
Text Example
White with #E233FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E233FA; }
p { color: rgb(226,51,250); }
H1.HeaderClassName
{
color: #E233FA;
}
.AnyTagClassName
{
color: #E233FA;
}
</style>
background-color css
<style>
a { background-color: #E233FA; }
a { background-color: rgb(226,51,250); }
div.DivClassName
{
background-color: #E233FA;
}
.BgClassName
{
background-color: #E233FA;
}
</style>
border-color css
<style>
span { border-color: #E233FA; }
span { border-color: rgb(226,51,250); }
td.TdClassName
{
border-color: #E233FA;
}
.TagClassName
{
border-color: #E233FA;
}
</style>