Html Css Color HEX #E41DFD Psychedelic Purple

📋 copy color: '#E41DFD'

red 228 ◦ green 29 ◦ blue 253

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

Shades of Psychedelic Purple #E41DFD

Tints of Psychedelic Purple #E41DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 44.71%
G = 5.69%
B = 49.61%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E41DFD (or 0xE41DFD) is known color: Psychedelic Purple. HEX triplet: E4, 1D and FD. RGB value is (228,29,253). Sum of RGB (Red+Green+Blue) = 228+29+253=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DFD is #1BE202. Grayscale: #717171. Windows color (decimal): -1827331 or 16588260. OLE color: 16588260.

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

Color convert

RGB 228 29 253 -
CMYK 0.10 0.89 0 0.01
HSL 293.3º 0.98% 0.55% -
HSV(B) 293.3º 0.89% 0.99% -
XYZ 50.16 24.46 95.01 -
YUV 114.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 228 29 253 0.10 0.89 0 0.01 293.3 0.98 0.55
Hex E4 1D FD A 59 0 1 125 62 37
Octal 344 35 375 12 131 0 1 445 142 67
Binary 11100100 11101 11111101 1010 1011001 0 1 100100101 1100010 110111

Color Harmonies of #E41DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DFD

Black with #E41DFD

Text Example


Text Example

White with #E41DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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