Html Css Color HEX #E528F3 Psychedelic Purple

📋 copy color: '#E528F3'

red 229 ◦ green 40 ◦ blue 243

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

Shades of Psychedelic Purple #E528F3

Tints of Psychedelic Purple #E528F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 44.73%
G = 7.81%
B = 47.46%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E528F3 (or 0xE528F3) is known color: Psychedelic Purple. HEX triplet: E5, 28 and F3. RGB value is (229,40,243). Sum of RGB (Red+Green+Blue) = 229+40+243=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #E528F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528F3 is #1AD70C. Grayscale: #777777. Windows color (decimal): -1758989 or 15935717. OLE color: 15935717.

HSL color Cylindrical-coordinate representation of color #E528F3: hue angle of 295.86º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E528F3 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 40 243 -
CMYK 0.06 0.84 0 0.05
HSL 295.86º 0.89% 0.55% -
HSV(B) 295.86º 0.84% 0.95% -
XYZ 49.25 24.65 86.96 -
YUV 119.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 229 40 243 0.06 0.84 0 0.05 295.86 0.89 0.55
Hex E5 28 F3 6 54 0 5 128 59 37
Octal 345 50 363 6 124 0 5 450 131 67
Binary 11100101 101000 11110011 110 1010100 0 101 100101000 1011001 110111

Color Harmonies of #E528F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528F3

Black with #E528F3

Text Example


Text Example

White with #E528F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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