Html Css Color HEX #E004EE Psychedelic Purple

📋 copy color: '#E004EE'

red 224 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #E004EE

Tints of Psychedelic Purple #E004EE

RGB

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

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

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

R = 48.07%
G = 0.86%
B = 51.07%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E004EE (or 0xE004EE) is known color: Psychedelic Purple. HEX triplet: E0, 04 and EE. RGB value is (224,4,238). Sum of RGB (Red+Green+Blue) = 224+4+238=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #E004EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004EE is #1FFB11. Grayscale: #5F5F5F. Windows color (decimal): -2095890 or 15598816. OLE color: 15598816.

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

Color convert

RGB 224 4 238 -
CMYK 0.06 0.98 0 0.07
HSL 296.41º 0.97% 0.47% -
HSV(B) 296.41º 0.98% 0.93% -
XYZ 46.22 22.11 82.72 -
YUV 96.46 207.89 218.97 -
System Red Green Blue C M Y K H S L
Decimal 224 4 238 0.06 0.98 0 0.07 296.41 0.97 0.47
Hex E0 4 EE 6 62 0 7 128 61 2F
Octal 340 4 356 6 142 0 7 450 141 57
Binary 11100000 100 11101110 110 1100010 0 111 100101000 1100001 101111

Color Harmonies of #E004EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004EE

Black with #E004EE

Text Example


Text Example

White with #E004EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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