Html Css Color HEX #E024FE Psychedelic Purple

📋 copy color: '#E024FE'

red 224 ◦ green 36 ◦ blue 254

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

Shades of Psychedelic Purple #E024FE

Tints of Psychedelic Purple #E024FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 43.58%
G = 7%
B = 49.42%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E024FE (or 0xE024FE) is known color: Psychedelic Purple. HEX triplet: E0, 24 and FE. RGB value is (224,36,254). Sum of RGB (Red+Green+Blue) = 224+36+254=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #E024FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024FE is #1FDB01. Grayscale: #747474. Windows color (decimal): -2087682 or 16655584. OLE color: 16655584.

HSL color Cylindrical-coordinate representation of color #E024FE: hue angle of 291.74º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E024FE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 36 254 -
CMYK 0.12 0.86 0 0.00
HSL 291.74º 0.99% 0.57% -
HSV(B) 291.74º 0.86% 1% -
XYZ 49.26 24.26 95.85 -
YUV 117.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 224 36 254 0.12 0.86 0 0.00 291.74 0.99 0.57
Hex E0 24 FE C 56 0 0 124 63 39
Octal 340 44 376 14 126 0 0 444 143 71
Binary 11100000 100100 11111110 1100 1010110 0 0 100100100 1100011 111001

Color Harmonies of #E024FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024FE

Black with #E024FE

Text Example


Text Example

White with #E024FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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