Shades of Psychedelic Purple #E008F3
Tints of Psychedelic Purple #E008F3
RGB
CMYK
RGB Variations
Color information
#E008F3 (or 0xE008F3) is known color: Psychedelic Purple. HEX triplet: E0, 08 and F3. RGB value is (224,8,243). Sum of RGB (Red+Green+Blue) = 224+8+243=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #E008F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008F3 is #1FF70C. Grayscale: #626262. Windows color (decimal): -2094861 or 15927520. OLE color: 15927520.
HSL color Cylindrical-coordinate representation of color #E008F3: hue angle of 295.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008F3 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 8 | 243 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.05 |
| HSL | 295.15º | 0.94% | 0.49% | - |
| HSV(B) | 295.15º | 0.97% | 0.95% | - |
| XYZ | 47 | 22.49 | 86.66 | - |
| YUV | 99.37 | 209.06 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 243 | 0.08 | 0.97 | 0 | 0.05 | 295.15 | 0.94 | 0.49 |
| Hex | E0 | 8 | F3 | 8 | 61 | 0 | 5 | 127 | 5E | 31 |
| Octal | 340 | 10 | 363 | 10 | 141 | 0 | 5 | 447 | 136 | 61 |
| Binary | 11100000 | 1000 | 11110011 | 1000 | 1100001 | 0 | 101 | 100100111 | 1011110 | 110001 |
Color Harmonies of #E008F3
Complementary color
Monochromatic Colors of #E008F3
Black with #E008F3
Text Example
Text Example
White with #E008F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008F3; }
p { color: rgb(224,8,243); }
H1.HeaderClassName
{
color: #E008F3;
}
.AnyTagClassName
{
color: #E008F3;
}
</style>
background-color css
<style>
a { background-color: #E008F3; }
a { background-color: rgb(224,8,243); }
div.DivClassName
{
background-color: #E008F3;
}
.BgClassName
{
background-color: #E008F3;
}
</style>
border-color css
<style>
span { border-color: #E008F3; }
span { border-color: rgb(224,8,243); }
td.TdClassName
{
border-color: #E008F3;
}
.TagClassName
{
border-color: #E008F3;
}
</style>