#E40FEB

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

Shades of Psychedelic Purple #E40FEB

Tints of Psychedelic Purple #E40FEB

Color information

#E40FEB (or 0xE40FEB) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0F and EB. RGB value is (228,15,235). Sum of RGB (Red+Green+Blue) = 228+15+235=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #E40FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FEB is #1BF014. Grayscale: #676767. Windows color (decimal): -1830933 or 15405028. OLE color: 15405028.

HSL color Cylindrical-coordinate representation of color #E40FEB: hue angle of 298.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FEB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22815235-
CMYK0.030.9400.08
HSL298.09º88%49.02%-
HSV(B)298.09º93.62%92.16%-
XYZ47.1622.8380.52-
YUV103.77202.07216.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.70%
GREEN value IS 15 (6.25% from 255) = 3.14%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=47.70%
G=3.14%
B=49.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal228152350.030.9400.08298.098849.02
HexE4FEB35E0812a5831
Octal34417353313601045213061
Binary11100100111111101011111011110010001001010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FEB; }

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

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

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

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

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

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

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

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