Shades of Psychedelic Purple #E231FF
Tints of Psychedelic Purple #E231FF
RGB
CMYK
RGB Variations
Color information
#E231FF (or 0xE231FF) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FF. RGB value is (226,49,255). Sum of RGB (Red+Green+Blue) = 226+49+255=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 49 (19.53% from 255 or 9.25% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #E231FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FF is #1DCE00. Grayscale: #7C7C7C. Windows color (decimal): -1953281 or 16724450. OLE color: 16724450.
HSL color Cylindrical-coordinate representation of color #E231FF: hue angle of 291.55º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E231FF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 49 | 255 | - |
| CMYK | 0.11 | 0.81 | 0 | 0 |
| HSL | 291.55º | 1% | 0.6% | - |
| HSV(B) | 291.55º | 0.81% | 1% | - |
| XYZ | 50.51 | 25.59 | 96.88 | - |
| YUV | 125.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 255 | 0.11 | 0.81 | 0 | 0 | 291.55 | 1 | 0.6 |
| Hex | E2 | 31 | FF | B | 51 | 0 | 0 | 124 | 64 | 3C |
| Octal | 342 | 61 | 377 | 13 | 121 | 0 | 0 | 444 | 144 | 74 |
| Binary | 11100010 | 110001 | 11111111 | 1011 | 1010001 | 0 | 0 | 100100100 | 1100100 | 111100 |
Color Harmonies of #E231FF
Complementary color
Monochromatic Colors of #E231FF
Black with #E231FF
Text Example
Text Example
White with #E231FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231FF; }
p { color: rgb(226,49,255); }
H1.HeaderClassName
{
color: #E231FF;
}
.AnyTagClassName
{
color: #E231FF;
}
</style>
background-color css
<style>
a { background-color: #E231FF; }
a { background-color: rgb(226,49,255); }
div.DivClassName
{
background-color: #E231FF;
}
.BgClassName
{
background-color: #E231FF;
}
</style>
border-color css
<style>
span { border-color: #E231FF; }
span { border-color: rgb(226,49,255); }
td.TdClassName
{
border-color: #E231FF;
}
.TagClassName
{
border-color: #E231FF;
}
</style>