Html Css Color HEX #E41AFE Psychedelic Purple

📋 copy color: '#E41AFE'

red 228 ◦ green 26 ◦ blue 254

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

Shades of Psychedelic Purple #E41AFE

Tints of Psychedelic Purple #E41AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 44.88%
G = 5.12%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E41AFE (or 0xE41AFE) is known color: Psychedelic Purple. HEX triplet: E4, 1A and FE. RGB value is (228,26,254). Sum of RGB (Red+Green+Blue) = 228+26+254=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #E41AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AFE is #1BE501. Grayscale: #6F6F6F. Windows color (decimal): -1828098 or 16653028. OLE color: 16653028.

HSL color Cylindrical-coordinate representation of color #E41AFE: hue angle of 293.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41AFE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 26 254 -
CMYK 0.10 0.90 0 0.00
HSL 293.16º 0.99% 0.55% -
HSV(B) 293.16º 0.9% 1% -
XYZ 50.25 24.39 95.82 -
YUV 112.39 207.92 210.46 -
System Red Green Blue C M Y K H S L
Decimal 228 26 254 0.10 0.90 0 0.00 293.16 0.99 0.55
Hex E4 1A FE A 5A 0 0 125 63 37
Octal 344 32 376 12 132 0 0 445 143 67
Binary 11100100 11010 11111110 1010 1011010 0 0 100100101 1100011 110111

Color Harmonies of #E41AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AFE

Black with #E41AFE

Text Example


Text Example

White with #E41AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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