Html Css Color HEX #E528FA Psychedelic Purple

📋 copy color: '#E528FA'

red 229 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #E528FA

Tints of Psychedelic Purple #E528FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.71%

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

R = 44.12%
G = 7.71%
B = 48.17%

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

#E528FA (or 0xE528FA) is known color: Psychedelic Purple. HEX triplet: E5, 28 and FA. RGB value is (229,40,250). Sum of RGB (Red+Green+Blue) = 229+40+250=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 40 (16.02% from 255 or 7.71% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #E528FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528FA is #1AD705. Grayscale: #777777. Windows color (decimal): -1758982 or 16394469. OLE color: 16394469.

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

Color convert

RGB 229 40 250 -
CMYK 0.08 0.84 0 0.02
HSL 294º 0.95% 0.57% -
HSV(B) 294º 0.84% 0.98% -
XYZ 50.33 25.08 92.63 -
YUV 120.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 229 40 250 0.08 0.84 0 0.02 294 0.95 0.57
Hex E5 28 FA 8 54 0 2 126 5F 39
Octal 345 50 372 10 124 0 2 446 137 71
Binary 11100101 101000 11111010 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528FA

Black with #E528FA

Text Example


Text Example

White with #E528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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