Html Css Color HEX #E418EA Psychedelic Purple

📋 copy color: '#E418EA'

red 228 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #E418EA

Tints of Psychedelic Purple #E418EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.94%

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

R = 46.91%
G = 4.94%
B = 48.15%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E418EA (or 0xE418EA) is known color: Psychedelic Purple. HEX triplet: E4, 18 and EA. RGB value is (228,24,234). Sum of RGB (Red+Green+Blue) = 228+24+234=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #E418EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418EA is #1BE715. Grayscale: #6C6C6C. Windows color (decimal): -1828630 or 15341796. OLE color: 15341796.

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

Color convert

RGB 228 24 234 -
CMYK 0.03 0.90 0 0.08
HSL 298.29º 0.83% 0.51% -
HSV(B) 298.29º 0.9% 0.92% -
XYZ 47.17 23.09 79.81 -
YUV 108.94 198.59 212.92 -
System Red Green Blue C M Y K H S L
Decimal 228 24 234 0.03 0.90 0 0.08 298.29 0.83 0.51
Hex E4 18 EA 3 5A 0 8 12A 53 33
Octal 344 30 352 3 132 0 10 452 123 63
Binary 11100100 11000 11101010 11 1011010 0 1000 100101010 1010011 110011

Color Harmonies of #E418EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E418EA

Black with #E418EA

Text Example


Text Example

White with #E418EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E418EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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