Html Css Color HEX #E024FD Psychedelic Purple

📋 copy color: '#E024FD'

red 224 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #E024FD

Tints of Psychedelic Purple #E024FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 43.66%
G = 7.02%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E024FD (or 0xE024FD) is known color: Psychedelic Purple. HEX triplet: E0, 24 and FD. RGB value is (224,36,253). Sum of RGB (Red+Green+Blue) = 224+36+253=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #E024FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024FD is #1FDB02. Grayscale: #747474. Windows color (decimal): -2087683 or 16590048. OLE color: 16590048.

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

Color convert

RGB 224 36 253 -
CMYK 0.11 0.86 0 0.01
HSL 291.98º 0.98% 0.57% -
HSV(B) 291.98º 0.86% 0.99% -
XYZ 49.1 24.2 95.01 -
YUV 116.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 224 36 253 0.11 0.86 0 0.01 291.98 0.98 0.57
Hex E0 24 FD B 56 0 1 124 62 39
Octal 340 44 375 13 126 0 1 444 142 71
Binary 11100000 100100 11111101 1011 1010110 0 1 100100100 1100010 111001

Color Harmonies of #E024FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024FD

Black with #E024FD

Text Example


Text Example

White with #E024FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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