Html Css Color HEX #E004EA Psychedelic Purple

📋 copy color: '#E004EA'

red 224 ◦ green 4 ◦ blue 234

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

Shades of Psychedelic Purple #E004EA

Tints of Psychedelic Purple #E004EA

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 48.48%
G = 0.87%
B = 50.65%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E004EA (or 0xE004EA) is known color: Psychedelic Purple. HEX triplet: E0, 04 and EA. RGB value is (224,4,234). Sum of RGB (Red+Green+Blue) = 224+4+234=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #E004EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004EA is #1FFB15. Grayscale: #5F5F5F. Windows color (decimal): -2095894 or 15336672. OLE color: 15336672.

HSL color Cylindrical-coordinate representation of color #E004EA: hue angle of 297.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004EA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 4 234 -
CMYK 0.04 0.98 0 0.08
HSL 297.39º 0.97% 0.47% -
HSV(B) 297.39º 0.98% 0.92% -
XYZ 45.64 21.87 79.66 -
YUV 96 205.89 219.3 -
System Red Green Blue C M Y K H S L
Decimal 224 4 234 0.04 0.98 0 0.08 297.39 0.97 0.47
Hex E0 4 EA 4 62 0 8 129 61 2F
Octal 340 4 352 4 142 0 10 451 141 57
Binary 11100000 100 11101010 100 1100010 0 1000 100101001 1100001 101111

Color Harmonies of #E004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004EA

Black with #E004EA

Text Example


Text Example

White with #E004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004EA; }

 p { color: rgb(224,4,234); }

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

background-color css

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

 a { background-color: rgb(224,4,234); }

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

border-color css

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

 span { border-color: rgb(224,4,234); }

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