Html Css Color HEX #E41EF3 Psychedelic Purple

📋 copy color: '#E41EF3'

red 228 ◦ green 30 ◦ blue 243

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

Shades of Psychedelic Purple #E41EF3

Tints of Psychedelic Purple #E41EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 45.51%
G = 5.99%
B = 48.5%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E41EF3 (or 0xE41EF3) is known color: Psychedelic Purple. HEX triplet: E4, 1E and F3. RGB value is (228,30,243). Sum of RGB (Red+Green+Blue) = 228+30+243=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #E41EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EF3 is #1BE10C. Grayscale: #707070. Windows color (decimal): -1827085 or 15933156. OLE color: 15933156.

HSL color Cylindrical-coordinate representation of color #E41EF3: hue angle of 295.77º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41EF3 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 30 243 -
CMYK 0.06 0.88 0 0.05
HSL 295.77º 0.9% 0.54% -
HSV(B) 295.77º 0.88% 0.95% -
XYZ 48.64 23.89 86.84 -
YUV 113.48 201.1 209.68 -
System Red Green Blue C M Y K H S L
Decimal 228 30 243 0.06 0.88 0 0.05 295.77 0.9 0.54
Hex E4 1E F3 6 58 0 5 128 5A 36
Octal 344 36 363 6 130 0 5 450 132 66
Binary 11100100 11110 11110011 110 1011000 0 101 100101000 1011010 110110

Color Harmonies of #E41EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EF3

Black with #E41EF3

Text Example


Text Example

White with #E41EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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