Html Css Color HEX #E41AE3 Psychedelic Purple

📋 copy color: '#E41AE3'

red 228 ◦ green 26 ◦ blue 227

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

Shades of Psychedelic Purple #E41AE3

Tints of Psychedelic Purple #E41AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.19%

R = 47.4%
G = 5.41%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E41AE3 (or 0xE41AE3) is known color: Psychedelic Purple. HEX triplet: E4, 1A and E3. RGB value is (228,26,227). Sum of RGB (Red+Green+Blue) = 228+26+227=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E41AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41AE3 is #1BE51C. Grayscale: #6C6C6C. Windows color (decimal): -1828125 or 14883556. OLE color: 14883556.

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

Color convert

RGB 228 26 227 -
CMYK 0 0.89 0.00 0.11
HSL 300.3º 0.8% 0.5% -
HSV(B) 300.3º 0.89% 0.89% -
XYZ 46.23 22.78 74.63 -
YUV 109.31 194.42 212.66 -
System Red Green Blue C M Y K H S L
Decimal 228 26 227 0 0.89 0.00 0.11 300.3 0.8 0.5
Hex E4 1A E3 0 59 0 B 12C 50 32
Octal 344 32 343 0 131 0 13 454 120 62
Binary 11100100 11010 11100011 0 1011001 0 1011 100101100 1010000 110010

Color Harmonies of #E41AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AE3

Black with #E41AE3

Text Example


Text Example

White with #E41AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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