Html Css Color HEX #E429FE Psychedelic Purple

📋 copy color: '#E429FE'

red 228 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #E429FE

Tints of Psychedelic Purple #E429FE

RGB

 RED value IS 228 (89.45% from 255) = 43.59%

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 43.59%
G = 7.84%
B = 48.57%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E429FE (or 0xE429FE) is known color: Psychedelic Purple. HEX triplet: E4, 29 and FE. RGB value is (228,41,254). Sum of RGB (Red+Green+Blue) = 228+41+254=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 41 (16.41% from 255 or 7.84% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #E429FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429FE is #1BD601. Grayscale: #787878. Windows color (decimal): -1824258 or 16656868. OLE color: 16656868.

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

Color convert

RGB 228 41 254 -
CMYK 0.10 0.84 0 0.00
HSL 292.68º 0.99% 0.58% -
HSV(B) 292.68º 0.84% 1% -
XYZ 50.68 25.24 95.97 -
YUV 121.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 228 41 254 0.10 0.84 0 0.00 292.68 0.99 0.58
Hex E4 29 FE A 54 0 0 125 63 3A
Octal 344 51 376 12 124 0 0 445 143 72
Binary 11100100 101001 11111110 1010 1010100 0 0 100100101 1100011 111010

Color Harmonies of #E429FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429FE

Black with #E429FE

Text Example


Text Example

White with #E429FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429FE; }

 p { color: rgb(228,41,254); }

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

background-color css

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

 a { background-color: rgb(228,41,254); }

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

border-color css

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

 span { border-color: rgb(228,41,254); }

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