Html Css Color HEX #E527EE Psychedelic Purple

📋 copy color: '#E527EE'

red 229 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #E527EE

Tints of Psychedelic Purple #E527EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.71%

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

R = 45.26%
G = 7.71%
B = 47.04%

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

#E527EE (or 0xE527EE) is known color: Psychedelic Purple. HEX triplet: E5, 27 and EE. RGB value is (229,39,238). Sum of RGB (Red+Green+Blue) = 229+39+238=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #E527EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527EE is #1AD811. Grayscale: #757575. Windows color (decimal): -1759250 or 15607781. OLE color: 15607781.

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

Color convert

RGB 229 39 238 -
CMYK 0.04 0.84 0 0.07
HSL 297.29º 0.85% 0.54% -
HSV(B) 297.29º 0.84% 0.93% -
XYZ 48.47 24.28 83.02 -
YUV 118.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 229 39 238 0.04 0.84 0 0.07 297.29 0.85 0.54
Hex E5 27 EE 4 54 0 7 129 55 36
Octal 345 47 356 4 124 0 7 451 125 66
Binary 11100101 100111 11101110 100 1010100 0 111 100101001 1010101 110110

Color Harmonies of #E527EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527EE

Black with #E527EE

Text Example


Text Example

White with #E527EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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