Html Css Color HEX #E41DFE Psychedelic Purple

📋 copy color: '#E41DFE'

red 228 ◦ green 29 ◦ blue 254

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

Shades of Psychedelic Purple #E41DFE

Tints of Psychedelic Purple #E41DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.68%

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

R = 44.62%
G = 5.68%
B = 49.71%

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

#E41DFE (or 0xE41DFE) is known color: Psychedelic Purple. HEX triplet: E4, 1D and FE. RGB value is (228,29,254). Sum of RGB (Red+Green+Blue) = 228+29+254=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #E41DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DFE is #1BE201. Grayscale: #717171. Windows color (decimal): -1827330 or 16653796. OLE color: 16653796.

HSL color Cylindrical-coordinate representation of color #E41DFE: hue angle of 293.07º 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 #E41DFE is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 29 254 -
CMYK 0.10 0.89 0 0.00
HSL 293.07º 0.99% 0.55% -
HSV(B) 293.07º 0.89% 1% -
XYZ 50.32 24.53 95.85 -
YUV 114.15 206.93 209.2 -
System Red Green Blue C M Y K H S L
Decimal 228 29 254 0.10 0.89 0 0.00 293.07 0.99 0.55
Hex E4 1D FE A 59 0 0 125 63 37
Octal 344 35 376 12 131 0 0 445 143 67
Binary 11100100 11101 11111110 1010 1011001 0 0 100100101 1100011 110111

Color Harmonies of #E41DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DFE

Black with #E41DFE

Text Example


Text Example

White with #E41DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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