Html Css Color HEX #E41AE8 Psychedelic Purple

📋 copy color: '#E41AE8'

red 228 ◦ green 26 ◦ blue 232

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

Shades of Psychedelic Purple #E41AE8

Tints of Psychedelic Purple #E41AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 46.91%
G = 5.35%
B = 47.74%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E41AE8 (or 0xE41AE8) is known color: Psychedelic Purple. HEX triplet: E4, 1A and E8. RGB value is (228,26,232). Sum of RGB (Red+Green+Blue) = 228+26+232=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #E41AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AE8 is #1BE517. Grayscale: #6D6D6D. Windows color (decimal): -1828120 or 15211236. OLE color: 15211236.

HSL color Cylindrical-coordinate representation of color #E41AE8: hue angle of 298.83º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AE8 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 26 232 -
CMYK 0.02 0.89 0 0.09
HSL 298.84º 0.82% 0.51% -
HSV(B) 298.84º 0.89% 0.91% -
XYZ 46.93 23.06 78.32 -
YUV 109.88 196.92 212.25 -
System Red Green Blue C M Y K H S L
Decimal 228 26 232 0.02 0.89 0 0.09 298.84 0.82 0.51
Hex E4 1A E8 2 59 0 9 12B 52 33
Octal 344 32 350 2 131 0 11 453 122 63
Binary 11100100 11010 11101000 10 1011001 0 1001 100101011 1010010 110011

Color Harmonies of #E41AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AE8

Black with #E41AE8

Text Example


Text Example

White with #E41AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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