Html Css Color HEX #E41AE5 Psychedelic Purple

📋 copy color: '#E41AE5'

red 228 ◦ green 26 ◦ blue 229

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

Shades of Psychedelic Purple #E41AE5

Tints of Psychedelic Purple #E41AE5

RGB

 RED value IS 228 (89.45% from 255) = 47.2%

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

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

R = 47.2%
G = 5.38%
B = 47.41%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E41AE5 (or 0xE41AE5) is known color: Psychedelic Purple. HEX triplet: E4, 1A and E5. RGB value is (228,26,229). Sum of RGB (Red+Green+Blue) = 228+26+229=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #E41AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41AE5 is #1BE51A. Grayscale: #6C6C6C. Windows color (decimal): -1828123 or 15014628. OLE color: 15014628.

HSL color Cylindrical-coordinate representation of color #E41AE5: hue angle of 299.7º 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 #E41AE5 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 26 229 -
CMYK 0.00 0.89 0 0.10
HSL 299.7º 0.8% 0.5% -
HSV(B) 299.7º 0.89% 0.9% -
XYZ 46.51 22.89 76.1 -
YUV 109.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 228 26 229 0.00 0.89 0 0.10 299.7 0.8 0.5
Hex E4 1A E5 0 59 0 A 12C 50 32
Octal 344 32 345 0 131 0 12 454 120 62
Binary 11100100 11010 11100101 0 1011001 0 1010 100101100 1010000 110010

Color Harmonies of #E41AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AE5

Black with #E41AE5

Text Example


Text Example

White with #E41AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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