#e411ff

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

Shades of Psychedelic Purple #E411FF

Tints of Psychedelic Purple #E411FF

Color information

#E411FF (or 0xE411FF) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 11 and FF. RGB value is (228,17,255). Sum of RGB (Red+Green+Blue) = 228+17+255=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411FF is #1BEE00. Grayscale: #6A6A6A. Windows color (decimal): -1830401 or 16716260. OLE color: 16716260.

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

Color convert

RGB22817255-
CMYK0.110.9300
HSL293.19º100%53.33%-
HSV(B)293.19º93.33%100%-
XYZ50.2524.1196.61-
YUV107.22211.4214.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 17 (7.03% from 255) = 3.4%
BLUE value IS 255 (100% from 255) = 51%
R=45.6%
G=3.4%
B=51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal228172550.110.9300293.1910053.33
HexE411FFB5D001256435
Octal34421377131350044514465
Binary11100100100011111111110111011101001001001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e411ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e411ff; }

 p { color: rgb(228,17,255); }

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

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

 a { background-color: rgb(228,17,255); }

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

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

 span { border-color: rgb(228,17,255); }

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