Html Css Color HEX #E01AE5 Psychedelic Purple

📋 copy color: '#E01AE5'

red 224 ◦ green 26 ◦ blue 229

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

Shades of Psychedelic Purple #E01AE5

Tints of Psychedelic Purple #E01AE5

RGB

 RED value IS 224 (87.89% from 255) = 46.76%

 GREEN value IS 26 (10.55% from 255) = 5.43%

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

R = 46.76%
G = 5.43%
B = 47.81%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E01AE5 (or 0xE01AE5) is known color: Psychedelic Purple. HEX triplet: E0, 1A and E5. RGB value is (224,26,229). Sum of RGB (Red+Green+Blue) = 224+26+229=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #E01AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AE5 is #1FE51A. Grayscale: #6B6B6B. Windows color (decimal): -2090267 or 15014624. OLE color: 15014624.

HSL color Cylindrical-coordinate representation of color #E01AE5: hue angle of 298.52º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01AE5 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 26 229 -
CMYK 0.02 0.89 0 0.10
HSL 298.52º 0.8% 0.5% -
HSV(B) 298.52º 0.89% 0.9% -
XYZ 45.25 22.24 76.04 -
YUV 108.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 224 26 229 0.02 0.89 0 0.10 298.52 0.8 0.5
Hex E0 1A E5 2 59 0 A 12B 50 32
Octal 340 32 345 2 131 0 12 453 120 62
Binary 11100000 11010 11100101 10 1011001 0 1010 100101011 1010000 110010

Color Harmonies of #E01AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AE5

Black with #E01AE5

Text Example


Text Example

White with #E01AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AE5; }

 p { color: rgb(224,26,229); }

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

background-color css

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

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

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

border-color css

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

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

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