#e40ffb

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

Shades of Psychedelic Purple #E40FFB

Tints of Psychedelic Purple #E40FFB

Color information

#E40FFB (or 0xE40FFB) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0F and FB. RGB value is (228,15,251). Sum of RGB (Red+Green+Blue) = 228+15+251=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E40FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFB is #1BF004. Grayscale: #686868. Windows color (decimal): -1830917 or 16453604. OLE color: 16453604.

HSL color Cylindrical-coordinate representation of color #E40FFB: hue angle of 294.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FFB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22815251-
CMYK0.090.9400.02
HSL294.15º96.72%52.16%-
HSV(B)294.15º94.02%98.43%-
XYZ49.5823.893.25-
YUV105.59210.07215.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.15%
GREEN value IS 15 (6.25% from 255) = 3.04%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=46.15%
G=3.04%
B=50.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal228152510.090.9400.02294.1596.7252.16
HexE4FFB95E021266134
Octal34417373111360244614164
Binary11100100111111111011100110111100101001001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e40ffb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e40ffb; }

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

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

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

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

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

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

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

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