#E508E4

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

Shades of Psychedelic Purple #E508E4

Tints of Psychedelic Purple #E508E4

Color information

#E508E4 (or 0xE508E4) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 08 and E4. RGB value is (229,8,228). Sum of RGB (Red+Green+Blue) = 229+8+228=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E508E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508E4 is #1AF71B. Grayscale: #626262. Windows color (decimal): -1767196 or 14944485. OLE color: 14944485.

HSL color Cylindrical-coordinate representation of color #E508E4: hue angle of 300.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508E4 is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB2298228-
CMYK00.970.000.10
HSL300.27º93.25%46.47%-
HSV(B)300.27º96.51%89.8%-
XYZ46.422.4375.28-
YUV99.16200.72220.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 8 (3.52% from 255) = 1.72%
BLUE value IS 228 (89.45% from 255) = 49.03%
R=49.25%
G=1.72%
B=49.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229822800.970.000.10300.2793.2546.47
HexE58E40610A12c5d2e
Octal34510344014101245413556
Binary1110010110001110010001100001010101001011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E508E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E508E4; }

 p { color: rgb(229,8,228); }

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

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

 a { background-color: rgb(229,8,228); }

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

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

 span { border-color: rgb(229,8,228); }

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