Shades of Psychedelic Purple #E133FF
Tints of Psychedelic Purple #E133FF
RGB
CMYK
RGB Variations
Color information
#E133FF (or 0xE133FF) is known color: Psychedelic Purple. HEX triplet: E1, 33 and FF. RGB value is (225,51,255). Sum of RGB (Red+Green+Blue) = 225+51+255=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 51 (20.31% from 255 or 9.60% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #E133FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E133FF is #1ECC00. Grayscale: #7D7D7D. Windows color (decimal): -2018305 or 16724961. OLE color: 16724961.
HSL color Cylindrical-coordinate representation of color #E133FF: hue angle of 291.18º 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 #E133FF is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 51 | 255 | - |
| CMYK | 0.12 | 0.8 | 0 | 0 |
| HSL | 291.18º | 1% | 0.6% | - |
| HSV(B) | 291.18º | 0.8% | 1% | - |
| XYZ | 50.29 | 25.6 | 96.9 | - |
| YUV | 126.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 255 | 0.12 | 0.8 | 0 | 0 | 291.18 | 1 | 0.6 |
| Hex | E1 | 33 | FF | C | 50 | 0 | 0 | 123 | 64 | 3C |
| Octal | 341 | 63 | 377 | 14 | 120 | 0 | 0 | 443 | 144 | 74 |
| Binary | 11100001 | 110011 | 11111111 | 1100 | 1010000 | 0 | 0 | 100100011 | 1100100 | 111100 |
Color Harmonies of #E133FF
Complementary color
Monochromatic Colors of #E133FF
Black with #E133FF
Text Example
Text Example
White with #E133FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E133FF; }
p { color: rgb(225,51,255); }
H1.HeaderClassName
{
color: #E133FF;
}
.AnyTagClassName
{
color: #E133FF;
}
</style>
background-color css
<style>
a { background-color: #E133FF; }
a { background-color: rgb(225,51,255); }
div.DivClassName
{
background-color: #E133FF;
}
.BgClassName
{
background-color: #E133FF;
}
</style>
border-color css
<style>
span { border-color: #E133FF; }
span { border-color: rgb(225,51,255); }
td.TdClassName
{
border-color: #E133FF;
}
.TagClassName
{
border-color: #E133FF;
}
</style>