Html Css Color HEX #E41DED Psychedelic Purple

📋 copy color: '#E41DED'

red 228 ◦ green 29 ◦ blue 237

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

Shades of Psychedelic Purple #E41DED

Tints of Psychedelic Purple #E41DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 46.15%
G = 5.87%
B = 47.98%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E41DED (or 0xE41DED) is known color: Psychedelic Purple. HEX triplet: E4, 1D and ED. RGB value is (228,29,237). Sum of RGB (Red+Green+Blue) = 228+29+237=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #E41DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DED is #1BE212. Grayscale: #6F6F6F. Windows color (decimal): -1827347 or 15539684. OLE color: 15539684.

HSL color Cylindrical-coordinate representation of color #E41DED: hue angle of 297.4º degrees, saturation: 0.85, 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 #E41DED is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 29 237 -
CMYK 0.04 0.88 0 0.07
HSL 297.4º 0.85% 0.52% -
HSV(B) 297.4º 0.88% 0.93% -
XYZ 47.72 23.49 82.14 -
YUV 112.21 198.43 210.59 -
System Red Green Blue C M Y K H S L
Decimal 228 29 237 0.04 0.88 0 0.07 297.4 0.85 0.52
Hex E4 1D ED 4 58 0 7 129 55 34
Octal 344 35 355 4 130 0 7 451 125 64
Binary 11100100 11101 11101101 100 1011000 0 111 100101001 1010101 110100

Color Harmonies of #E41DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DED

Black with #E41DED

Text Example


Text Example

White with #E41DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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