Html Css Color HEX #E528ED Psychedelic Purple

📋 copy color: '#E528ED'

red 229 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #E528ED

Tints of Psychedelic Purple #E528ED

RGB

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

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

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

R = 45.26%
G = 7.91%
B = 46.84%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E528ED (or 0xE528ED) is known color: Psychedelic Purple. HEX triplet: E5, 28 and ED. RGB value is (229,40,237). Sum of RGB (Red+Green+Blue) = 229+40+237=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #E528ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528ED is #1AD712. Grayscale: #767676. Windows color (decimal): -1758995 or 15542501. OLE color: 15542501.

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

Color convert

RGB 229 40 237 -
CMYK 0.03 0.83 0 0.07
HSL 297.56º 0.85% 0.54% -
HSV(B) 297.56º 0.83% 0.93% -
XYZ 48.36 24.29 82.26 -
YUV 118.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 229 40 237 0.03 0.83 0 0.07 297.56 0.85 0.54
Hex E5 28 ED 3 53 0 7 12A 55 36
Octal 345 50 355 3 123 0 7 452 125 66
Binary 11100101 101000 11101101 11 1010011 0 111 100101010 1010101 110110

Color Harmonies of #E528ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528ED

Black with #E528ED

Text Example


Text Example

White with #E528ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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