Html Css Color HEX #E41DEC Psychedelic Purple

📋 copy color: '#E41DEC'

red 228 ◦ green 29 ◦ blue 236

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

Shades of Psychedelic Purple #E41DEC

Tints of Psychedelic Purple #E41DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 46.25%
G = 5.88%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E41DEC (or 0xE41DEC) is known color: Psychedelic Purple. HEX triplet: E4, 1D and EC. RGB value is (228,29,236). Sum of RGB (Red+Green+Blue) = 228+29+236=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #E41DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DEC is #1BE213. Grayscale: #6F6F6F. Windows color (decimal): -1827348 or 15474148. OLE color: 15474148.

HSL color Cylindrical-coordinate representation of color #E41DEC: hue angle of 297.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41DEC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 29 236 -
CMYK 0.03 0.88 0 0.07
HSL 297.68º 0.84% 0.52% -
HSV(B) 297.68º 0.88% 0.93% -
XYZ 47.57 23.43 81.37 -
YUV 112.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 228 29 236 0.03 0.88 0 0.07 297.68 0.84 0.52
Hex E4 1D EC 3 58 0 7 12A 54 34
Octal 344 35 354 3 130 0 7 452 124 64
Binary 11100100 11101 11101100 11 1011000 0 111 100101010 1010100 110100

Color Harmonies of #E41DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DEC

Black with #E41DEC

Text Example


Text Example

White with #E41DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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