#e40fe2

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

Shades of Psychedelic Purple #E40FE2

Tints of Psychedelic Purple #E40FE2

Color information

#E40FE2 (or 0xE40FE2) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0F and E2. RGB value is (228,15,226). Sum of RGB (Red+Green+Blue) = 228+15+226=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FE2 is #1BF01D. Grayscale: #666666. Windows color (decimal): -1830942 or 14815204. OLE color: 14815204.

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

Color convert

RGB22815226-
CMYK00.930.010.11
HSL300.56º87.65%47.65%-
HSV(B)300.56º93.42%89.41%-
XYZ45.8922.3373.84-
YUV102.74197.57217.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 15 (6.25% from 255) = 3.20%
BLUE value IS 226 (88.67% from 255) = 48.19%
R=48.61%
G=3.20%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281522600.930.010.11300.5687.6547.65
HexE4FE205D1B12d5830
Octal34417342013511345513060
Binary1110010011111110001001011101110111001011011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e40fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e40fe2; }

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

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

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

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

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

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

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

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