Html Css Color HEX #E41DEE Psychedelic Purple

📋 copy color: '#E41DEE'

red 228 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #E41DEE

Tints of Psychedelic Purple #E41DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 46.06%
G = 5.86%
B = 48.08%

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

#E41DEE (or 0xE41DEE) is known color: Psychedelic Purple. HEX triplet: E4, 1D and EE. RGB value is (228,29,238). Sum of RGB (Red+Green+Blue) = 228+29+238=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #E41DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DEE is #1BE211. Grayscale: #6F6F6F. Windows color (decimal): -1827346 or 15605220. OLE color: 15605220.

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

Color convert

RGB 228 29 238 -
CMYK 0.04 0.88 0 0.07
HSL 297.13º 0.86% 0.52% -
HSV(B) 297.13º 0.88% 0.93% -
XYZ 47.87 23.55 82.91 -
YUV 112.33 198.93 210.51 -
System Red Green Blue C M Y K H S L
Decimal 228 29 238 0.04 0.88 0 0.07 297.13 0.86 0.52
Hex E4 1D EE 4 58 0 7 129 56 34
Octal 344 35 356 4 130 0 7 451 126 64
Binary 11100100 11101 11101110 100 1011000 0 111 100101001 1010110 110100

Color Harmonies of #E41DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DEE

Black with #E41DEE

Text Example


Text Example

White with #E41DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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