Html Css Color HEX #E528EB Psychedelic Purple

📋 copy color: '#E528EB'

red 229 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #E528EB

Tints of Psychedelic Purple #E528EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.94%

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

R = 45.44%
G = 7.94%
B = 46.63%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E528EB (or 0xE528EB) is known color: Psychedelic Purple. HEX triplet: E5, 28 and EB. RGB value is (229,40,235). Sum of RGB (Red+Green+Blue) = 229+40+235=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E528EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528EB is #1AD714. Grayscale: #767676. Windows color (decimal): -1758997 or 15411429. OLE color: 15411429.

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

Color convert

RGB 229 40 235 -
CMYK 0.03 0.83 0 0.08
HSL 298.15º 0.83% 0.54% -
HSV(B) 298.15º 0.83% 0.92% -
XYZ 48.07 24.17 80.73 -
YUV 118.74 193.62 206.64 -
System Red Green Blue C M Y K H S L
Decimal 229 40 235 0.03 0.83 0 0.08 298.15 0.83 0.54
Hex E5 28 EB 3 53 0 8 12A 53 36
Octal 345 50 353 3 123 0 10 452 123 66
Binary 11100101 101000 11101011 11 1010011 0 1000 100101010 1010011 110110

Color Harmonies of #E528EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528EB

Black with #E528EB

Text Example


Text Example

White with #E528EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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