Html Css Color HEX #E004FA Psychedelic Purple

📋 copy color: '#E004FA'

red 224 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #E004FA

Tints of Psychedelic Purple #E004FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 46.86%
G = 0.84%
B = 52.3%

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

#E004FA (or 0xE004FA) is known color: Psychedelic Purple. HEX triplet: E0, 04 and FA. RGB value is (224,4,250). Sum of RGB (Red+Green+Blue) = 224+4+250=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #E004FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004FA is #1FFB05. Grayscale: #616161. Windows color (decimal): -2095878 or 16385248. OLE color: 16385248.

HSL color Cylindrical-coordinate representation of color #E004FA: hue angle of 293.66º 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 #E004FA is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 4 250 -
CMYK 0.10 0.98 0 0.02
HSL 293.66º 0.97% 0.5% -
HSV(B) 293.66º 0.98% 0.98% -
XYZ 48.04 22.84 92.32 -
YUV 97.82 213.89 218 -
System Red Green Blue C M Y K H S L
Decimal 224 4 250 0.10 0.98 0 0.02 293.66 0.97 0.5
Hex E0 4 FA A 62 0 2 126 61 32
Octal 340 4 372 12 142 0 2 446 141 62
Binary 11100000 100 11111010 1010 1100010 0 10 100100110 1100001 110010

Color Harmonies of #E004FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004FA

Black with #E004FA

Text Example


Text Example

White with #E004FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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