#E40FF1

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

Shades of Psychedelic Purple #E40FF1

Tints of Psychedelic Purple #E40FF1

Color information

#E40FF1 (or 0xE40FF1) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0F and F1. RGB value is (228,15,241). Sum of RGB (Red+Green+Blue) = 228+15+241=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #E40FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FF1 is #1BF00E. Grayscale: #676767. Windows color (decimal): -1830927 or 15798244. OLE color: 15798244.

HSL color Cylindrical-coordinate representation of color #E40FF1: hue angle of 296.55º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FF1 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22815241-
CMYK0.050.9400.05
HSL296.55º88.98%50.2%-
HSV(B)296.55º93.78%94.51%-
XYZ48.0423.1985.16-
YUV104.45205.07216.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.11%
GREEN value IS 15 (6.25% from 255) = 3.10%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=47.11%
G=3.10%
B=49.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal228152410.050.9400.05296.5588.9850.2
HexE4FF155E051295932
Octal3441736151360545113162
Binary11100100111111110001101101111001011001010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FF1; }

 p { color: rgb(228,15,241); }

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

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

 a { background-color: rgb(228,15,241); }

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

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

 span { border-color: rgb(228,15,241); }

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