Html Css Color HEX #E024FF Psychedelic Purple

📋 copy color: '#E024FF'

red 224 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #E024FF

Tints of Psychedelic Purple #E024FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 43.5%
G = 6.99%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E024FF (or 0xE024FF) is known color: Psychedelic Purple. HEX triplet: E0, 24 and FF. RGB value is (224,36,255). Sum of RGB (Red+Green+Blue) = 224+36+255=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E024FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024FF is #1FDB00. Grayscale: #747474. Windows color (decimal): -2087681 or 16721120. OLE color: 16721120.

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

Color convert

RGB 224 36 255 -
CMYK 0.12 0.86 0 0
HSL 291.51º 1% 0.57% -
HSV(B) 291.51º 0.86% 1% -
XYZ 49.42 24.33 96.7 -
YUV 117.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 224 36 255 0.12 0.86 0 0 291.51 1 0.57
Hex E0 24 FF C 56 0 0 124 64 39
Octal 340 44 377 14 126 0 0 444 144 71
Binary 11100000 100100 11111111 1100 1010110 0 0 100100100 1100100 111001

Color Harmonies of #E024FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024FF

Black with #E024FF

Text Example


Text Example

White with #E024FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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