Shades of Psychedelic Purple #E805F4
Tints of Psychedelic Purple #E805F4
RGB
CMYK
RGB Variations
Color information
#E805F4 (or 0xE805F4) is known color: Psychedelic Purple. HEX triplet: E8, 05 and F4. RGB value is (232,5,244). Sum of RGB (Red+Green+Blue) = 232+5+244=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #E805F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805F4 is #17FA0B. Grayscale: #636363. Windows color (decimal): -1571340 or 15992296. OLE color: 15992296.
HSL color Cylindrical-coordinate representation of color #E805F4: hue angle of 296.99º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805F4 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 5 | 244 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.04 |
| HSL | 296.99º | 0.96% | 0.49% | - |
| HSV(B) | 296.99º | 0.98% | 0.96% | - |
| XYZ | 49.66 | 23.8 | 87.56 | - |
| YUV | 100.12 | 209.21 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 244 | 0.05 | 0.98 | 0 | 0.04 | 296.99 | 0.96 | 0.49 |
| Hex | E8 | 5 | F4 | 5 | 62 | 0 | 4 | 129 | 60 | 31 |
| Octal | 350 | 5 | 364 | 5 | 142 | 0 | 4 | 451 | 140 | 61 |
| Binary | 11101000 | 101 | 11110100 | 101 | 1100010 | 0 | 100 | 100101001 | 1100000 | 110001 |
Color Harmonies of #E805F4
Complementary color
Monochromatic Colors of #E805F4
Black with #E805F4
Text Example
Text Example
White with #E805F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805F4; }
p { color: rgb(232,5,244); }
H1.HeaderClassName
{
color: #E805F4;
}
.AnyTagClassName
{
color: #E805F4;
}
</style>
background-color css
<style>
a { background-color: #E805F4; }
a { background-color: rgb(232,5,244); }
div.DivClassName
{
background-color: #E805F4;
}
.BgClassName
{
background-color: #E805F4;
}
</style>
border-color css
<style>
span { border-color: #E805F4; }
span { border-color: rgb(232,5,244); }
td.TdClassName
{
border-color: #E805F4;
}
.TagClassName
{
border-color: #E805F4;
}
</style>