#E00FFF

Color #E00FFF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E00FFF

Tints of Psychedelic Purple #E00FFF

Color information

#E00FFF (or 0xE00FFF) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 0F and FF. RGB value is (224,15,255). Sum of RGB (Red+Green+Blue) = 224+15+255=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E00FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FFF is #1FF000. Grayscale: #686868. Windows color (decimal): -2093057 or 16715744. OLE color: 16715744.

HSL color Cylindrical-coordinate representation of color #E00FFF: hue angle of 292.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FFF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22415255-
CMYK0.120.9400
HSL292.25º100%52.94%-
HSV(B)292.25º94.12%100%-
XYZ48.9623.4196.55-
YUV104.85212.74212.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 15 (6.25% from 255) = 3.04%
BLUE value IS 255 (100% from 255) = 51.62%
R=45.34%
G=3.04%
B=51.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224152550.120.9400292.2510052.94
HexE0FFFC5E001246435
Octal34017377141360044414465
Binary1110000011111111111111001011110001001001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00FFF; }

 p { color: rgb(224,15,255); }

 H1.HeaderClassName
 {
   color: #E00FFF;
 }
 .AnyTagClassName
 {
   color: #E00FFF;
 }
</style>
background-color css

<style>
 a { background-color: #E00FFF; }

 a { background-color: rgb(224,15,255); }

 div.DivClassName
 {
   background-color: #E00FFF;
 }
 .BgClassName
 {
   background-color: #E00FFF;
 }
</style>
border-color css

<style>
 span { border-color: #E00FFF; }

 span { border-color: rgb(224,15,255); }

 td.TdClassName
 {
   border-color: #E00FFF;
 }
 .TagClassName
 {
   border-color: #E00FFF;
 }
</style>