#E011FE

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

Shades of Psychedelic Purple #E011FE

Tints of Psychedelic Purple #E011FE

Color information

#E011FE (or 0xE011FE) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 11 and FE. RGB value is (224,17,254). Sum of RGB (Red+Green+Blue) = 224+17+254=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E011FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FE is #1FEE01. Grayscale: #696969. Windows color (decimal): -2092546 or 16650720. OLE color: 16650720.

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

Color convert

RGB22417254-
CMYK0.120.9300.00
HSL292.41º99.16%53.14%-
HSV(B)292.41º93.31%99.61%-
XYZ48.8323.495.71-
YUV105.91211.58212.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 17 (7.03% from 255) = 3.43%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=45.25%
G=3.43%
B=51.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal224172540.120.9300.00292.4199.1653.14
HexE011FEC5D001246335
Octal34021376141350044414365
Binary11100000100011111111011001011101001001001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E011FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E011FE; }

 p { color: rgb(224,17,254); }

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

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

 a { background-color: rgb(224,17,254); }

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

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

 span { border-color: rgb(224,17,254); }

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