Html Css Color HEX #E521ED Psychedelic Purple

📋 copy color: '#E521ED'

red 229 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E521ED

Tints of Psychedelic Purple #E521ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.61%

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

R = 45.89%
G = 6.61%
B = 47.49%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E521ED (or 0xE521ED) is known color: Psychedelic Purple. HEX triplet: E5, 21 and ED. RGB value is (229,33,237). Sum of RGB (Red+Green+Blue) = 229+33+237=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E521ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521ED is #1ADE12. Grayscale: #727272. Windows color (decimal): -1760787 or 15540709. OLE color: 15540709.

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

Color convert

RGB 229 33 237 -
CMYK 0.03 0.86 0 0.07
HSL 297.65º 0.85% 0.53% -
HSV(B) 297.65º 0.86% 0.93% -
XYZ 48.14 23.86 82.19 -
YUV 114.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 229 33 237 0.03 0.86 0 0.07 297.65 0.85 0.53
Hex E5 21 ED 3 56 0 7 12A 55 35
Octal 345 41 355 3 126 0 7 452 125 65
Binary 11100101 100001 11101101 11 1010110 0 111 100101010 1010101 110101

Color Harmonies of #E521ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521ED

Black with #E521ED

Text Example


Text Example

White with #E521ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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