Html Css Color HEX #E527FA Psychedelic Purple

📋 copy color: '#E527FA'

red 229 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E527FA

Tints of Psychedelic Purple #E527FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 44.21%
G = 7.53%
B = 48.26%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E527FA (or 0xE527FA) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FA. RGB value is (229,39,250). Sum of RGB (Red+Green+Blue) = 229+39+250=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #E527FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FA is #1AD805. Grayscale: #777777. Windows color (decimal): -1759238 or 16394213. OLE color: 16394213.

HSL color Cylindrical-coordinate representation of color #E527FA: hue angle of 294.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E527FA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 39 250 -
CMYK 0.08 0.84 0 0.02
HSL 294.03º 0.95% 0.57% -
HSV(B) 294.03º 0.84% 0.98% -
XYZ 50.29 25.01 92.62 -
YUV 119.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 229 39 250 0.08 0.84 0 0.02 294.03 0.95 0.57
Hex E5 27 FA 8 54 0 2 126 5F 39
Octal 345 47 372 10 124 0 2 446 137 71
Binary 11100101 100111 11111010 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E527FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527FA

Black with #E527FA

Text Example


Text Example

White with #E527FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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