Html Css Color HEX #E41DFF Psychedelic Purple

📋 copy color: '#E41DFF'

red 228 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #E41DFF

Tints of Psychedelic Purple #E41DFF

RGB

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

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

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

R = 44.53%
G = 5.66%
B = 49.8%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E41DFF (or 0xE41DFF) is known color: Psychedelic Purple. HEX triplet: E4, 1D and FF. RGB value is (228,29,255). Sum of RGB (Red+Green+Blue) = 228+29+255=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #E41DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DFF is #1BE200. Grayscale: #717171. Windows color (decimal): -1827329 or 16719332. OLE color: 16719332.

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

Color convert

RGB 228 29 255 -
CMYK 0.11 0.89 0 0
HSL 292.83º 1% 0.56% -
HSV(B) 292.83º 0.89% 1% -
XYZ 50.48 24.59 96.69 -
YUV 114.27 207.43 209.12 -
System Red Green Blue C M Y K H S L
Decimal 228 29 255 0.11 0.89 0 0 292.83 1 0.56
Hex E4 1D FF B 59 0 0 125 64 38
Octal 344 35 377 13 131 0 0 445 144 70
Binary 11100100 11101 11111111 1011 1011001 0 0 100100101 1100100 111000

Color Harmonies of #E41DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DFF

Black with #E41DFF

Text Example


Text Example

White with #E41DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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