Html Css Color HEX #E41FFF Psychedelic Purple

📋 copy color: '#E41FFF'

red 228 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E41FFF

Tints of Psychedelic Purple #E41FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.03%

 BLUE value IS 255 (100% from 255) = 49.61%

R = 44.36%
G = 6.03%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E41FFF (or 0xE41FFF) is known color: Psychedelic Purple. HEX triplet: E4, 1F and FF. RGB value is (228,31,255). Sum of RGB (Red+Green+Blue) = 228+31+255=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E41FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41FFF is #1BE000. Grayscale: #727272. Windows color (decimal): -1826817 or 16719844. OLE color: 16719844.

HSL color Cylindrical-coordinate representation of color #E41FFF: hue angle of 292.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41FFF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 31 255 -
CMYK 0.11 0.88 0 0
HSL 292.77º 1% 0.56% -
HSV(B) 292.77º 0.88% 1% -
XYZ 50.53 24.69 96.71 -
YUV 115.44 206.77 208.29 -
System Red Green Blue C M Y K H S L
Decimal 228 31 255 0.11 0.88 0 0 292.77 1 0.56
Hex E4 1F FF B 58 0 0 125 64 38
Octal 344 37 377 13 130 0 0 445 144 70
Binary 11100100 11111 11111111 1011 1011000 0 0 100100101 1100100 111000

Color Harmonies of #E41FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FFF

Black with #E41FFF

Text Example


Text Example

White with #E41FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FFF; }

 p { color: rgb(228,31,255); }

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

background-color css

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

 a { background-color: rgb(228,31,255); }

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

border-color css

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

 span { border-color: rgb(228,31,255); }

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