Html Css Color HEX #E024E5 Psychedelic Purple

📋 copy color: '#E024E5'

red 224 ◦ green 36 ◦ blue 229

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

Shades of Psychedelic Purple #E024E5

Tints of Psychedelic Purple #E024E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 45.81%
G = 7.36%
B = 46.83%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E024E5 (or 0xE024E5) is known color: Psychedelic Purple. HEX triplet: E0, 24 and E5. RGB value is (224,36,229). Sum of RGB (Red+Green+Blue) = 224+36+229=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #E024E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024E5 is #1FDB1A. Grayscale: #717171. Windows color (decimal): -2087707 or 15017184. OLE color: 15017184.

HSL color Cylindrical-coordinate representation of color #E024E5: hue angle of 298.45º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024E5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 36 229 -
CMYK 0.02 0.84 0 0.10
HSL 298.45º 0.79% 0.52% -
HSV(B) 298.45º 0.84% 0.9% -
XYZ 45.51 22.77 76.12 -
YUV 114.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 224 36 229 0.02 0.84 0 0.10 298.45 0.79 0.52
Hex E0 24 E5 2 54 0 A 12A 4F 34
Octal 340 44 345 2 124 0 12 452 117 64
Binary 11100000 100100 11100101 10 1010100 0 1010 100101010 1001111 110100

Color Harmonies of #E024E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024E5

Black with #E024E5

Text Example


Text Example

White with #E024E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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