Html Css Color HEX #E511EE Psychedelic Purple

📋 copy color: '#E511EE'

red 229 ◦ green 17 ◦ blue 238

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

Shades of Psychedelic Purple #E511EE

Tints of Psychedelic Purple #E511EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 47.31%
G = 3.51%
B = 49.17%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E511EE (or 0xE511EE) is known color: Psychedelic Purple. HEX triplet: E5, 11 and EE. RGB value is (229,17,238). Sum of RGB (Red+Green+Blue) = 229+17+238=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #E511EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511EE is #1AEE11. Grayscale: #686868. Windows color (decimal): -1764882 or 15602149. OLE color: 15602149.

HSL color Cylindrical-coordinate representation of color #E511EE: hue angle of 297.56º 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 #E511EE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 17 238 -
CMYK 0.04 0.93 0 0.07
HSL 297.56º 0.87% 0.5% -
HSV(B) 297.56º 0.93% 0.93% -
XYZ 47.95 23.23 82.85 -
YUV 105.58 202.74 216.03 -
System Red Green Blue C M Y K H S L
Decimal 229 17 238 0.04 0.93 0 0.07 297.56 0.87 0.5
Hex E5 11 EE 4 5D 0 7 12A 57 32
Octal 345 21 356 4 135 0 7 452 127 62
Binary 11100101 10001 11101110 100 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E511EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511EE

Black with #E511EE

Text Example


Text Example

White with #E511EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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