#E401F6

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

Shades of Psychedelic Purple #E401F6

Tints of Psychedelic Purple #E401F6

Color information

#E401F6 (or 0xE401F6) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 01 and F6. RGB value is (228,1,246). Sum of RGB (Red+Green+Blue) = 228+1+246=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #E401F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E401F6 is #1BFE09. Grayscale: #606060. Windows color (decimal): -1834506 or 16122340. OLE color: 16122340.

HSL color Cylindrical-coordinate representation of color #E401F6: hue angle of 295.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E401F6 is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2281246-
CMYK0.071.0000.04
HSL295.59º99.19%48.43%-
HSV(B)295.59º99.59%96.47%-
XYZ48.6423.1789.1-
YUV96.8212.21221.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=48%
G=0.21%
B=51.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22812460.071.0000.04295.5999.1948.43
HexE41F6764041286330
Octal344136671440445014360
Binary11100100111110110111110010001001001010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E401F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E401F6; }

 p { color: rgb(228,1,246); }

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

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

 a { background-color: rgb(228,1,246); }

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

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

 span { border-color: rgb(228,1,246); }

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