Shades of Psychedelic Purple #E234FF
Tints of Psychedelic Purple #E234FF
RGB
CMYK
RGB Variations
Color information
#E234FF (or 0xE234FF) is known color: Psychedelic Purple. HEX triplet: E2, 34 and FF. RGB value is (226,52,255). Sum of RGB (Red+Green+Blue) = 226+52+255=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 52 (20.70% from 255 or 9.76% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #E234FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E234FF is #1DCB00. Grayscale: #7E7E7E. Windows color (decimal): -1952513 or 16725218. OLE color: 16725218.
HSL color Cylindrical-coordinate representation of color #E234FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E234FF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 52 | 255 | - |
| CMYK | 0.11 | 0.80 | 0 | 0 |
| HSL | 291.43º | 1% | 0.6% | - |
| HSV(B) | 291.43º | 0.8% | 1% | - |
| XYZ | 50.64 | 25.84 | 96.93 | - |
| YUV | 127.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 255 | 0.11 | 0.80 | 0 | 0 | 291.43 | 1 | 0.6 |
| Hex | E2 | 34 | FF | B | 50 | 0 | 0 | 123 | 64 | 3C |
| Octal | 342 | 64 | 377 | 13 | 120 | 0 | 0 | 443 | 144 | 74 |
| Binary | 11100010 | 110100 | 11111111 | 1011 | 1010000 | 0 | 0 | 100100011 | 1100100 | 111100 |
Color Harmonies of #E234FF
Complementary color
Monochromatic Colors of #E234FF
Black with #E234FF
Text Example
Text Example
White with #E234FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234FF; }
p { color: rgb(226,52,255); }
H1.HeaderClassName
{
color: #E234FF;
}
.AnyTagClassName
{
color: #E234FF;
}
</style>
background-color css
<style>
a { background-color: #E234FF; }
a { background-color: rgb(226,52,255); }
div.DivClassName
{
background-color: #E234FF;
}
.BgClassName
{
background-color: #E234FF;
}
</style>
border-color css
<style>
span { border-color: #E234FF; }
span { border-color: rgb(226,52,255); }
td.TdClassName
{
border-color: #E234FF;
}
.TagClassName
{
border-color: #E234FF;
}
</style>