Html Css Color HEX #E41EFA Psychedelic Purple

📋 copy color: '#E41EFA'

red 228 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #E41EFA

Tints of Psychedelic Purple #E41EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.91%

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 44.88%
G = 5.91%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E41EFA (or 0xE41EFA) is known color: Psychedelic Purple. HEX triplet: E4, 1E and FA. RGB value is (228,30,250). Sum of RGB (Red+Green+Blue) = 228+30+250=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #E41EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EFA is #1BE105. Grayscale: #717171. Windows color (decimal): -1827078 or 16391908. OLE color: 16391908.

HSL color Cylindrical-coordinate representation of color #E41EFA: hue angle of 294º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41EFA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 30 250 -
CMYK 0.09 0.88 0 0.02
HSL 294º 0.96% 0.55% -
HSV(B) 294º 0.88% 0.98% -
XYZ 49.71 24.32 92.52 -
YUV 114.28 204.6 209.11 -
System Red Green Blue C M Y K H S L
Decimal 228 30 250 0.09 0.88 0 0.02 294 0.96 0.55
Hex E4 1E FA 9 58 0 2 126 60 37
Octal 344 36 372 11 130 0 2 446 140 67
Binary 11100100 11110 11111010 1001 1011000 0 10 100100110 1100000 110111

Color Harmonies of #E41EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EFA

Black with #E41EFA

Text Example


Text Example

White with #E41EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EFA; }

 p { color: rgb(228,30,250); }

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

background-color css

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

 a { background-color: rgb(228,30,250); }

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

border-color css

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

 span { border-color: rgb(228,30,250); }

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