Html Css Color HEX #E41FFE Psychedelic Purple

📋 copy color: '#E41FFE'

red 228 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #E41FFE

Tints of Psychedelic Purple #E41FFE

RGB

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

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

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

R = 44.44%
G = 6.04%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E41FFE (or 0xE41FFE) is known color: Psychedelic Purple. HEX triplet: E4, 1F and FE. RGB value is (228,31,254). Sum of RGB (Red+Green+Blue) = 228+31+254=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E41FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41FFE is #1BE001. Grayscale: #727272. Windows color (decimal): -1826818 or 16654308. OLE color: 16654308.

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

Color convert

RGB 228 31 254 -
CMYK 0.10 0.88 0 0.00
HSL 293º 0.99% 0.56% -
HSV(B) 293º 0.88% 1% -
XYZ 50.37 24.63 95.86 -
YUV 115.33 206.27 208.37 -
System Red Green Blue C M Y K H S L
Decimal 228 31 254 0.10 0.88 0 0.00 293 0.99 0.56
Hex E4 1F FE A 58 0 0 125 63 38
Octal 344 37 376 12 130 0 0 445 143 70
Binary 11100100 11111 11111110 1010 1011000 0 0 100100101 1100011 111000

Color Harmonies of #E41FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FFE

Black with #E41FFE

Text Example


Text Example

White with #E41FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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