Html Css Color HEX #E521E6 Psychedelic Purple

📋 copy color: '#E521E6'

red 229 ◦ green 33 ◦ blue 230

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

Shades of Psychedelic Purple #E521E6

Tints of Psychedelic Purple #E521E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 46.54%
G = 6.71%
B = 46.75%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E521E6 (or 0xE521E6) is known color: Psychedelic Purple. HEX triplet: E5, 21 and E6. RGB value is (229,33,230). Sum of RGB (Red+Green+Blue) = 229+33+230=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #E521E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521E6 is #1ADE19. Grayscale: #717171. Windows color (decimal): -1760794 or 15081957. OLE color: 15081957.

HSL color Cylindrical-coordinate representation of color #E521E6: hue angle of 299.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521E6 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 230 -
CMYK 0.00 0.86 0 0.10
HSL 299.7º 0.8% 0.52% -
HSV(B) 299.7º 0.86% 0.9% -
XYZ 47.14 23.46 76.91 -
YUV 114.06 193.43 209.98 -
System Red Green Blue C M Y K H S L
Decimal 229 33 230 0.00 0.86 0 0.10 299.7 0.8 0.52
Hex E5 21 E6 0 56 0 A 12C 50 34
Octal 345 41 346 0 126 0 12 454 120 64
Binary 11100101 100001 11100110 0 1010110 0 1010 100101100 1010000 110100

Color Harmonies of #E521E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521E6

Black with #E521E6

Text Example


Text Example

White with #E521E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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