Html Css Color HEX #E41EEA Psychedelic Purple

📋 copy color: '#E41EEA'

red 228 ◦ green 30 ◦ blue 234

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

Shades of Psychedelic Purple #E41EEA

Tints of Psychedelic Purple #E41EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.1%

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 46.34%
G = 6.1%
B = 47.56%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E41EEA (or 0xE41EEA) is known color: Psychedelic Purple. HEX triplet: E4, 1E and EA. RGB value is (228,30,234). Sum of RGB (Red+Green+Blue) = 228+30+234=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #E41EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EEA is #1BE115. Grayscale: #6F6F6F. Windows color (decimal): -1827094 or 15343332. OLE color: 15343332.

HSL color Cylindrical-coordinate representation of color #E41EEA: hue angle of 298.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EEA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 30 234 -
CMYK 0.03 0.87 0 0.08
HSL 298.24º 0.83% 0.52% -
HSV(B) 298.24º 0.87% 0.92% -
XYZ 47.31 23.36 79.86 -
YUV 112.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 228 30 234 0.03 0.87 0 0.08 298.24 0.83 0.52
Hex E4 1E EA 3 57 0 8 12A 53 34
Octal 344 36 352 3 127 0 10 452 123 64
Binary 11100100 11110 11101010 11 1010111 0 1000 100101010 1010011 110100

Color Harmonies of #E41EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EEA

Black with #E41EEA

Text Example


Text Example

White with #E41EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EEA; }

 p { color: rgb(228,30,234); }

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

background-color css

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

 a { background-color: rgb(228,30,234); }

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

border-color css

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

 span { border-color: rgb(228,30,234); }

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