Html Css Color HEX #E50AE5 Psychedelic Purple

📋 copy color: '#E50AE5'

red 229 ◦ green 10 ◦ blue 229

#E50AE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E50AE5

Tints of Psychedelic Purple #E50AE5

RGB

 RED value IS 229 (89.84% from 255) = 48.93%

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 48.93%
G = 2.14%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E50AE5 (or 0xE50AE5) is known color: Psychedelic Purple. HEX triplet: E5, 0A and E5. RGB value is (229,10,229). Sum of RGB (Red+Green+Blue) = 229+10+229=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E50AE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50AE5 is #1AF51A. Grayscale: #636363. Windows color (decimal): -1766683 or 15010533. OLE color: 15010533.

HSL color Cylindrical-coordinate representation of color #E50AE5: hue angle of 300º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AE5 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 10 229 -
CMYK 0 0.96 0 0.10
HSL 300º 0.92% 0.47% -
HSV(B) 300º 0.96% 0.9% -
XYZ 46.56 22.53 76.02 -
YUV 100.45 200.55 219.69 -
System Red Green Blue C M Y K H S L
Decimal 229 10 229 0 0.96 0 0.10 300 0.92 0.47
Hex E5 A E5 0 60 0 A 12C 5C 2F
Octal 345 12 345 0 140 0 12 454 134 57
Binary 11100101 1010 11100101 0 1100000 0 1010 100101100 1011100 101111

Color Harmonies of #E50AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50AE5

Black with #E50AE5

Text Example


Text Example

White with #E50AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50AE5; }

 p { color: rgb(229,10,229); }

 H1.HeaderClassName
 {
   color: #E50AE5;
 }
 .AnyTagClassName
 {
   color: #E50AE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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