Html Css Color HEX #E828F5 Psychedelic Purple

📋 copy color: '#E828F5'

red 232 ◦ green 40 ◦ blue 245

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

Shades of Psychedelic Purple #E828F5

Tints of Psychedelic Purple #E828F5

RGB

 RED value IS 232 (91.02% from 255) = 44.87%

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

 BLUE value IS 245 (96.09% from 255) = 47.39%

R = 44.87%
G = 7.74%
B = 47.39%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E828F5 (or 0xE828F5) is known color: Psychedelic Purple. HEX triplet: E8, 28 and F5. RGB value is (232,40,245). Sum of RGB (Red+Green+Blue) = 232+40+245=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #E828F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E828F5 is #17D70A. Grayscale: #787878. Windows color (decimal): -1562379 or 16066792. OLE color: 16066792.

HSL color Cylindrical-coordinate representation of color #E828F5: hue angle of 296.2º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E828F5 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 40 245 -
CMYK 0.05 0.84 0 0.04
HSL 296.2º 0.91% 0.56% -
HSV(B) 296.2º 0.84% 0.96% -
XYZ 50.52 25.27 88.6 -
YUV 120.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 232 40 245 0.05 0.84 0 0.04 296.2 0.91 0.56
Hex E8 28 F5 5 54 0 4 128 5B 38
Octal 350 50 365 5 124 0 4 450 133 70
Binary 11101000 101000 11110101 101 1010100 0 100 100101000 1011011 111000

Color Harmonies of #E828F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828F5

Black with #E828F5

Text Example


Text Example

White with #E828F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828F5; }

 p { color: rgb(232,40,245); }

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

background-color css

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

 a { background-color: rgb(232,40,245); }

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

border-color css

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

 span { border-color: rgb(232,40,245); }

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