#E507EA

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

Shades of Psychedelic Purple #E507EA

Tints of Psychedelic Purple #E507EA

Color information

#E507EA (or 0xE507EA) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 07 and EA. RGB value is (229,7,234). Sum of RGB (Red+Green+Blue) = 229+7+234=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #E507EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507EA is #1AF815. Grayscale: #626262. Windows color (decimal): -1767446 or 15337445. OLE color: 15337445.

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

Color convert

RGB2297234-
CMYK0.020.9700.08
HSL298.68º94.19%47.25%-
HSV(B)298.68º97.01%91.76%-
XYZ47.2422.7579.74-
YUV99.26204.05220.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=48.72%
G=1.49%
B=49.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22972340.020.9700.08298.6894.1947.25
HexE57EA2610812b5e2f
Octal3457352214101045313657
Binary1110010111111101010101100001010001001010111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E507EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E507EA; }

 p { color: rgb(229,7,234); }

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

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

 a { background-color: rgb(229,7,234); }

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

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

 span { border-color: rgb(229,7,234); }

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