Html Css Color HEX #E526EE Psychedelic Purple

📋 copy color: '#E526EE'

red 229 ◦ green 38 ◦ blue 238

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

Shades of Psychedelic Purple #E526EE

Tints of Psychedelic Purple #E526EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.52%

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

R = 45.35%
G = 7.52%
B = 47.13%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E526EE (or 0xE526EE) is known color: Psychedelic Purple. HEX triplet: E5, 26 and EE. RGB value is (229,38,238). Sum of RGB (Red+Green+Blue) = 229+38+238=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E526EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E526EE is #1AD911. Grayscale: #757575. Windows color (decimal): -1759506 or 15607525. OLE color: 15607525.

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

Color convert

RGB 229 38 238 -
CMYK 0.04 0.84 0 0.07
HSL 297.3º 0.85% 0.54% -
HSV(B) 297.3º 0.84% 0.93% -
XYZ 48.44 24.22 83.01 -
YUV 117.91 195.78 207.24 -
System Red Green Blue C M Y K H S L
Decimal 229 38 238 0.04 0.84 0 0.07 297.3 0.85 0.54
Hex E5 26 EE 4 54 0 7 129 55 36
Octal 345 46 356 4 124 0 7 451 125 66
Binary 11100101 100110 11101110 100 1010100 0 111 100101001 1010101 110110

Color Harmonies of #E526EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526EE

Black with #E526EE

Text Example


Text Example

White with #E526EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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