#E405F1

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

Shades of Psychedelic Purple #E405F1

Tints of Psychedelic Purple #E405F1

Color information

#E405F1 (or 0xE405F1) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 05 and F1. RGB value is (228,5,241). Sum of RGB (Red+Green+Blue) = 228+5+241=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #E405F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405F1 is #1BFA0E. Grayscale: #616161. Windows color (decimal): -1833487 or 15795684. OLE color: 15795684.

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

Color convert

RGB2285241-
CMYK0.050.9800.05
HSL296.69º95.93%48.24%-
HSV(B)296.69º97.93%94.51%-
XYZ47.9322.9585.12-
YUV98.58208.38220.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 241 (94.53% from 255) = 50.84%
R=48.10%
G=1.05%
B=50.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22852410.050.9800.05296.6995.9348.24
HexE45F1562051296030
Octal344536151420545114060
Binary1110010010111110001101110001001011001010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E405F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E405F1; }

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

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

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

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

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

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

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

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