Html Css Color HEX #E004F0 Psychedelic Purple

📋 copy color: '#E004F0'

red 224 ◦ green 4 ◦ blue 240

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

Shades of Psychedelic Purple #E004F0

Tints of Psychedelic Purple #E004F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 47.86%
G = 0.85%
B = 51.28%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E004F0 (or 0xE004F0) is known color: Psychedelic Purple. HEX triplet: E0, 04 and F0. RGB value is (224,4,240). Sum of RGB (Red+Green+Blue) = 224+4+240=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #E004F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004F0 is #1FFB0F. Grayscale: #5F5F5F. Windows color (decimal): -2095888 or 15729888. OLE color: 15729888.

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

Color convert

RGB 224 4 240 -
CMYK 0.07 0.98 0 0.06
HSL 295.93º 0.97% 0.48% -
HSV(B) 295.93º 0.98% 0.94% -
XYZ 46.51 22.23 84.28 -
YUV 96.68 208.89 218.81 -
System Red Green Blue C M Y K H S L
Decimal 224 4 240 0.07 0.98 0 0.06 295.93 0.97 0.48
Hex E0 4 F0 7 62 0 6 128 61 30
Octal 340 4 360 7 142 0 6 450 141 60
Binary 11100000 100 11110000 111 1100010 0 110 100101000 1100001 110000

Color Harmonies of #E004F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004F0

Black with #E004F0

Text Example


Text Example

White with #E004F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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