Html Css Color HEX #E004F9 Psychedelic Purple

📋 copy color: '#E004F9'

red 224 ◦ green 4 ◦ blue 249

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

Shades of Psychedelic Purple #E004F9

Tints of Psychedelic Purple #E004F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 46.96%
G = 0.84%
B = 52.2%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E004F9 (or 0xE004F9) is known color: Psychedelic Purple. HEX triplet: E0, 04 and F9. RGB value is (224,4,249). Sum of RGB (Red+Green+Blue) = 224+4+249=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #E004F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004F9 is #1FFB06. Grayscale: #606060. Windows color (decimal): -2095879 or 16319712. OLE color: 16319712.

HSL color Cylindrical-coordinate representation of color #E004F9: hue angle of 293.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004F9 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 4 249 -
CMYK 0.10 0.98 0 0.02
HSL 293.88º 0.97% 0.5% -
HSV(B) 293.88º 0.98% 0.98% -
XYZ 47.88 22.77 91.49 -
YUV 97.71 213.39 218.08 -
System Red Green Blue C M Y K H S L
Decimal 224 4 249 0.10 0.98 0 0.02 293.88 0.97 0.5
Hex E0 4 F9 A 62 0 2 126 61 32
Octal 340 4 371 12 142 0 2 446 141 62
Binary 11100000 100 11111001 1010 1100010 0 10 100100110 1100001 110010

Color Harmonies of #E004F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004F9

Black with #E004F9

Text Example


Text Example

White with #E004F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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