Shades of Psychedelic Purple #E00FF2
Tints of Psychedelic Purple #E00FF2
RGB
CMYK
RGB Variations
Color information
#E00FF2 (or 0xE00FF2) is known color: Psychedelic Purple. HEX triplet: E0, 0F and F2. RGB value is (224,15,242). Sum of RGB (Red+Green+Blue) = 224+15+242=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #E00FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FF2 is #1FF00D. Grayscale: #666666. Windows color (decimal): -2093070 or 15863776. OLE color: 15863776.
HSL color Cylindrical-coordinate representation of color #E00FF2: hue angle of 295.24º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FF2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 15 | 242 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.05 |
| HSL | 295.24º | 0.9% | 0.5% | - |
| HSV(B) | 295.24º | 0.94% | 0.95% | - |
| XYZ | 46.94 | 22.6 | 85.89 | - |
| YUV | 103.37 | 206.24 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 242 | 0.07 | 0.94 | 0 | 0.05 | 295.24 | 0.9 | 0.5 |
| Hex | E0 | F | F2 | 7 | 5E | 0 | 5 | 127 | 5A | 32 |
| Octal | 340 | 17 | 362 | 7 | 136 | 0 | 5 | 447 | 132 | 62 |
| Binary | 11100000 | 1111 | 11110010 | 111 | 1011110 | 0 | 101 | 100100111 | 1011010 | 110010 |
Color Harmonies of #E00FF2
Complementary color
Monochromatic Colors of #E00FF2
Black with #E00FF2
Text Example
Text Example
White with #E00FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FF2; }
p { color: rgb(224,15,242); }
H1.HeaderClassName
{
color: #E00FF2;
}
.AnyTagClassName
{
color: #E00FF2;
}
</style>
background-color css
<style>
a { background-color: #E00FF2; }
a { background-color: rgb(224,15,242); }
div.DivClassName
{
background-color: #E00FF2;
}
.BgClassName
{
background-color: #E00FF2;
}
</style>
border-color css
<style>
span { border-color: #E00FF2; }
span { border-color: rgb(224,15,242); }
td.TdClassName
{
border-color: #E00FF2;
}
.TagClassName
{
border-color: #E00FF2;
}
</style>