Html Css Color HEX #E41AEC Psychedelic Purple

📋 copy color: '#E41AEC'

red 228 ◦ green 26 ◦ blue 236

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

Shades of Psychedelic Purple #E41AEC

Tints of Psychedelic Purple #E41AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 46.53%
G = 5.31%
B = 48.16%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E41AEC (or 0xE41AEC) is known color: Psychedelic Purple. HEX triplet: E4, 1A and EC. RGB value is (228,26,236). Sum of RGB (Red+Green+Blue) = 228+26+236=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #E41AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AEC is #1BE513. Grayscale: #6D6D6D. Windows color (decimal): -1828116 or 15473380. OLE color: 15473380.

HSL color Cylindrical-coordinate representation of color #E41AEC: hue angle of 297.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AEC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 26 236 -
CMYK 0.03 0.89 0 0.07
HSL 297.71º 0.85% 0.51% -
HSV(B) 297.71º 0.89% 0.93% -
XYZ 47.5 23.29 81.35 -
YUV 110.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 228 26 236 0.03 0.89 0 0.07 297.71 0.85 0.51
Hex E4 1A EC 3 59 0 7 12A 55 33
Octal 344 32 354 3 131 0 7 452 125 63
Binary 11100100 11010 11101100 11 1011001 0 111 100101010 1010101 110011

Color Harmonies of #E41AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AEC

Black with #E41AEC

Text Example


Text Example

White with #E41AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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