Html Css Color HEX #E41CFE Psychedelic Purple

📋 copy color: '#E41CFE'

red 228 ◦ green 28 ◦ blue 254

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

Shades of Psychedelic Purple #E41CFE

Tints of Psychedelic Purple #E41CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.49%

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

R = 44.71%
G = 5.49%
B = 49.8%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E41CFE (or 0xE41CFE) is known color: Psychedelic Purple. HEX triplet: E4, 1C and FE. RGB value is (228,28,254). Sum of RGB (Red+Green+Blue) = 228+28+254=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #E41CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CFE is #1BE301. Grayscale: #707070. Windows color (decimal): -1827586 or 16653540. OLE color: 16653540.

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

Color convert

RGB 228 28 254 -
CMYK 0.10 0.89 0 0.00
HSL 293.1º 0.99% 0.55% -
HSV(B) 293.1º 0.89% 1% -
XYZ 50.3 24.48 95.84 -
YUV 113.56 207.26 209.62 -
System Red Green Blue C M Y K H S L
Decimal 228 28 254 0.10 0.89 0 0.00 293.1 0.99 0.55
Hex E4 1C FE A 59 0 0 125 63 37
Octal 344 34 376 12 131 0 0 445 143 67
Binary 11100100 11100 11111110 1010 1011001 0 0 100100101 1100011 110111

Color Harmonies of #E41CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CFE

Black with #E41CFE

Text Example


Text Example

White with #E41CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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