Html Css Color HEX #E524ED Psychedelic Purple

📋 copy color: '#E524ED'

red 229 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #E524ED

Tints of Psychedelic Purple #E524ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 45.62%
G = 7.17%
B = 47.21%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E524ED (or 0xE524ED) is known color: Psychedelic Purple. HEX triplet: E5, 24 and ED. RGB value is (229,36,237). Sum of RGB (Red+Green+Blue) = 229+36+237=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #E524ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524ED is #1ADB12. Grayscale: #747474. Windows color (decimal): -1760019 or 15541477. OLE color: 15541477.

HSL color Cylindrical-coordinate representation of color #E524ED: hue angle of 297.61º degrees, saturation: 0.85, 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 #E524ED is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 36 237 -
CMYK 0.03 0.85 0 0.07
HSL 297.61º 0.85% 0.54% -
HSV(B) 297.61º 0.85% 0.93% -
XYZ 48.23 24.03 82.22 -
YUV 116.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 229 36 237 0.03 0.85 0 0.07 297.61 0.85 0.54
Hex E5 24 ED 3 55 0 7 12A 55 36
Octal 345 44 355 3 125 0 7 452 125 66
Binary 11100101 100100 11101101 11 1010101 0 111 100101010 1010101 110110

Color Harmonies of #E524ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524ED

Black with #E524ED

Text Example


Text Example

White with #E524ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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