Html Css Color HEX #E524EB Psychedelic Purple

📋 copy color: '#E524EB'

red 229 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #E524EB

Tints of Psychedelic Purple #E524EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 45.8%
G = 7.2%
B = 47%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E524EB (or 0xE524EB) is known color: Psychedelic Purple. HEX triplet: E5, 24 and EB. RGB value is (229,36,235). Sum of RGB (Red+Green+Blue) = 229+36+235=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #E524EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524EB is #1ADB14. Grayscale: #737373. Windows color (decimal): -1760021 or 15410405. OLE color: 15410405.

HSL color Cylindrical-coordinate representation of color #E524EB: hue angle of 298.19º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E524EB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 36 235 -
CMYK 0.03 0.85 0 0.08
HSL 298.19º 0.83% 0.53% -
HSV(B) 298.19º 0.85% 0.92% -
XYZ 47.94 23.92 80.69 -
YUV 116.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 229 36 235 0.03 0.85 0 0.08 298.19 0.83 0.53
Hex E5 24 EB 3 55 0 8 12A 53 35
Octal 345 44 353 3 125 0 10 452 123 65
Binary 11100101 100100 11101011 11 1010101 0 1000 100101010 1010011 110101

Color Harmonies of #E524EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524EB

Black with #E524EB

Text Example


Text Example

White with #E524EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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