#E501FD

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

Shades of Psychedelic Purple #E501FD

Tints of Psychedelic Purple #E501FD

Color information

#E501FD (or 0xE501FD) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 01 and FD. RGB value is (229,1,253). Sum of RGB (Red+Green+Blue) = 229+1+253=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #E501FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501FD is #1AFE02. Grayscale: #616161. Windows color (decimal): -1768963 or 16581093. OLE color: 16581093.

HSL color Cylindrical-coordinate representation of color #E501FD: hue angle of 294.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501FD is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2291253-
CMYK0.091.0000.01
HSL294.29º99.21%49.8%-
HSV(B)294.29º99.6%99.22%-
XYZ50.0523.7794.88-
YUV97.9215.54221.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=47.41%
G=0.21%
B=52.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal22912530.091.0000.01294.2999.2149.8
HexE51FD964011266332
Octal3451375111440144614362
Binary1110010111111110110011100100011001001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E501FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E501FD; }

 p { color: rgb(229,1,253); }

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

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

 a { background-color: rgb(229,1,253); }

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

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

 span { border-color: rgb(229,1,253); }

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