Html Css Color HEX #E024FA Psychedelic Purple

📋 copy color: '#E024FA'

red 224 ◦ green 36 ◦ blue 250

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

Shades of Psychedelic Purple #E024FA

Tints of Psychedelic Purple #E024FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.06%

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

R = 43.92%
G = 7.06%
B = 49.02%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E024FA (or 0xE024FA) is known color: Psychedelic Purple. HEX triplet: E0, 24 and FA. RGB value is (224,36,250). Sum of RGB (Red+Green+Blue) = 224+36+250=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 36 (14.45% from 255 or 7.06% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #E024FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024FA is #1FDB05. Grayscale: #737373. Windows color (decimal): -2087686 or 16393440. OLE color: 16393440.

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

Color convert

RGB 224 36 250 -
CMYK 0.10 0.86 0 0.02
HSL 292.71º 0.96% 0.56% -
HSV(B) 292.71º 0.86% 0.98% -
XYZ 48.63 24.01 92.51 -
YUV 116.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 224 36 250 0.10 0.86 0 0.02 292.71 0.96 0.56
Hex E0 24 FA A 56 0 2 125 60 38
Octal 340 44 372 12 126 0 2 445 140 70
Binary 11100000 100100 11111010 1010 1010110 0 10 100100101 1100000 111000

Color Harmonies of #E024FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024FA

Black with #E024FA

Text Example


Text Example

White with #E024FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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