Html Css Color HEX #E829FC Psychedelic Purple

📋 copy color: '#E829FC'

red 232 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E829FC

Tints of Psychedelic Purple #E829FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 44.19%
G = 7.81%
B = 48%

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

#E829FC (or 0xE829FC) is known color: Psychedelic Purple. HEX triplet: E8, 29 and FC. RGB value is (232,41,252). Sum of RGB (Red+Green+Blue) = 232+41+252=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #E829FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829FC is #17D603. Grayscale: #797979. Windows color (decimal): -1562116 or 16525800. OLE color: 16525800.

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

Color convert

RGB 232 41 252 -
CMYK 0.08 0.84 0 0.01
HSL 294.31º 0.97% 0.57% -
HSV(B) 294.31º 0.84% 0.99% -
XYZ 51.64 25.77 94.35 -
YUV 122.16 201.28 206.34 -
System Red Green Blue C M Y K H S L
Decimal 232 41 252 0.08 0.84 0 0.01 294.31 0.97 0.57
Hex E8 29 FC 8 54 0 1 126 61 39
Octal 350 51 374 10 124 0 1 446 141 71
Binary 11101000 101001 11111100 1000 1010100 0 1 100100110 1100001 111001

Color Harmonies of #E829FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829FC

Black with #E829FC

Text Example


Text Example

White with #E829FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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