Html Css Color HEX #E829FD Psychedelic Purple

📋 copy color: '#E829FD'

red 232 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #E829FD

Tints of Psychedelic Purple #E829FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.79%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 44.11%
G = 7.79%
B = 48.1%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E829FD (or 0xE829FD) is known color: Psychedelic Purple. HEX triplet: E8, 29 and FD. RGB value is (232,41,253). Sum of RGB (Red+Green+Blue) = 232+41+253=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 41 (16.41% from 255 or 7.79% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E829FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829FD is #17D602. Grayscale: #797979. Windows color (decimal): -1562115 or 16591336. OLE color: 16591336.

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

Color convert

RGB 232 41 253 -
CMYK 0.08 0.84 0 0.01
HSL 294.06º 0.98% 0.58% -
HSV(B) 294.06º 0.84% 0.99% -
XYZ 51.8 25.83 95.18 -
YUV 122.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 232 41 253 0.08 0.84 0 0.01 294.06 0.98 0.58
Hex E8 29 FD 8 54 0 1 126 62 3A
Octal 350 51 375 10 124 0 1 446 142 72
Binary 11101000 101001 11111101 1000 1010100 0 1 100100110 1100010 111010

Color Harmonies of #E829FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829FD

Black with #E829FD

Text Example


Text Example

White with #E829FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829FD; }

 p { color: rgb(232,41,253); }

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

background-color css

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

 a { background-color: rgb(232,41,253); }

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

border-color css

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

 span { border-color: rgb(232,41,253); }

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