Html Css Color HEX #E525EB Psychedelic Purple

📋 copy color: '#E525EB'

red 229 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #E525EB

Tints of Psychedelic Purple #E525EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.39%

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

R = 45.71%
G = 7.39%
B = 46.91%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E525EB (or 0xE525EB) is known color: Psychedelic Purple. HEX triplet: E5, 25 and EB. RGB value is (229,37,235). Sum of RGB (Red+Green+Blue) = 229+37+235=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #E525EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525EB is #1ADA14. Grayscale: #747474. Windows color (decimal): -1759765 or 15410661. OLE color: 15410661.

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

Color convert

RGB 229 37 235 -
CMYK 0.03 0.84 0 0.08
HSL 298.18º 0.83% 0.53% -
HSV(B) 298.18º 0.84% 0.92% -
XYZ 47.97 23.98 80.7 -
YUV 116.98 194.61 207.9 -
System Red Green Blue C M Y K H S L
Decimal 229 37 235 0.03 0.84 0 0.08 298.18 0.83 0.53
Hex E5 25 EB 3 54 0 8 12A 53 35
Octal 345 45 353 3 124 0 10 452 123 65
Binary 11100101 100101 11101011 11 1010100 0 1000 100101010 1010011 110101

Color Harmonies of #E525EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525EB

Black with #E525EB

Text Example


Text Example

White with #E525EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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