#E00FEE

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

Shades of Psychedelic Purple #E00FEE

Tints of Psychedelic Purple #E00FEE

Color information

#E00FEE (or 0xE00FEE) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 0F and EE. RGB value is (224,15,238). Sum of RGB (Red+Green+Blue) = 224+15+238=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E00FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEE is #1FF011. Grayscale: #666666. Windows color (decimal): -2093074 or 15601632. OLE color: 15601632.

HSL color Cylindrical-coordinate representation of color #E00FEE: hue angle of 296.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FEE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22415238-
CMYK0.060.9400.07
HSL296.23º88.14%49.61%-
HSV(B)296.23º93.7%93.33%-
XYZ46.3422.3682.76-
YUV102.91204.24214.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 15 (6.25% from 255) = 3.14%
BLUE value IS 238 (93.36% from 255) = 49.90%
R=46.96%
G=3.14%
B=49.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224152380.060.9400.07296.2388.1449.61
HexE0FEE65E071285832
Octal3401735661360745013062
Binary11100000111111101110110101111001111001010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00FEE; }

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

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

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

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

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

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

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

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