Html Css Color HEX #E511ED Psychedelic Purple

📋 copy color: '#E511ED'

red 229 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #E511ED

Tints of Psychedelic Purple #E511ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.52%

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

R = 47.41%
G = 3.52%
B = 49.07%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E511ED (or 0xE511ED) is known color: Psychedelic Purple. HEX triplet: E5, 11 and ED. RGB value is (229,17,237). Sum of RGB (Red+Green+Blue) = 229+17+237=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511ED is #1AEE12. Grayscale: #686868. Windows color (decimal): -1764883 or 15536613. OLE color: 15536613.

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

Color convert

RGB 229 17 237 -
CMYK 0.03 0.93 0 0.07
HSL 297.82º 0.87% 0.5% -
HSV(B) 297.82º 0.93% 0.93% -
XYZ 47.8 23.17 82.07 -
YUV 105.47 202.24 216.11 -
System Red Green Blue C M Y K H S L
Decimal 229 17 237 0.03 0.93 0 0.07 297.82 0.87 0.5
Hex E5 11 ED 3 5D 0 7 12A 57 32
Octal 345 21 355 3 135 0 7 452 127 62
Binary 11100101 10001 11101101 11 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E511ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511ED

Black with #E511ED

Text Example


Text Example

White with #E511ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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