Html Css Color HEX #E41FE2 Psychedelic Purple

📋 copy color: '#E41FE2'

red 228 ◦ green 31 ◦ blue 226

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

Shades of Psychedelic Purple #E41FE2

Tints of Psychedelic Purple #E41FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.6%

R = 47.01%
G = 6.39%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E41FE2 (or 0xE41FE2) is known color: Psychedelic Purple. HEX triplet: E4, 1F and E2. RGB value is (228,31,226). Sum of RGB (Red+Green+Blue) = 228+31+226=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41FE2 is #1BE01D. Grayscale: #6F6F6F. Windows color (decimal): -1826846 or 14819300. OLE color: 14819300.

HSL color Cylindrical-coordinate representation of color #E41FE2: hue angle of 300.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41FE2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 31 226 -
CMYK 0 0.86 0.01 0.11
HSL 300.61º 0.78% 0.51% -
HSV(B) 300.61º 0.86% 0.89% -
XYZ 46.21 22.96 73.95 -
YUV 112.13 192.27 210.64 -
System Red Green Blue C M Y K H S L
Decimal 228 31 226 0 0.86 0.01 0.11 300.61 0.78 0.51
Hex E4 1F E2 0 56 1 B 12D 4E 33
Octal 344 37 342 0 126 1 13 455 116 63
Binary 11100100 11111 11100010 0 1010110 1 1011 100101101 1001110 110011

Color Harmonies of #E41FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FE2

Black with #E41FE2

Text Example


Text Example

White with #E41FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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