Html Css Color HEX #E524EE Psychedelic Purple

📋 copy color: '#E524EE'

red 229 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #E524EE

Tints of Psychedelic Purple #E524EE

RGB

 RED value IS 229 (89.84% from 255) = 45.53%

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

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 45.53%
G = 7.16%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E524EE (or 0xE524EE) is known color: Psychedelic Purple. HEX triplet: E5, 24 and EE. RGB value is (229,36,238). Sum of RGB (Red+Green+Blue) = 229+36+238=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #E524EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524EE is #1ADB11. Grayscale: #747474. Windows color (decimal): -1760018 or 15607013. OLE color: 15607013.

HSL color Cylindrical-coordinate representation of color #E524EE: hue angle of 297.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E524EE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 36 238 -
CMYK 0.04 0.85 0 0.07
HSL 297.33º 0.86% 0.54% -
HSV(B) 297.33º 0.85% 0.93% -
XYZ 48.38 24.09 82.99 -
YUV 116.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 229 36 238 0.04 0.85 0 0.07 297.33 0.86 0.54
Hex E5 24 EE 4 55 0 7 129 56 36
Octal 345 44 356 4 125 0 7 451 126 66
Binary 11100101 100100 11101110 100 1010101 0 111 100101001 1010110 110110

Color Harmonies of #E524EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524EE

Black with #E524EE

Text Example


Text Example

White with #E524EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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