Html Css Color HEX #E429FF Psychedelic Purple

📋 copy color: '#E429FF'

red 228 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #E429FF

Tints of Psychedelic Purple #E429FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 43.51%
G = 7.82%
B = 48.66%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E429FF (or 0xE429FF) is known color: Psychedelic Purple. HEX triplet: E4, 29 and FF. RGB value is (228,41,255). Sum of RGB (Red+Green+Blue) = 228+41+255=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #E429FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429FF is #1BD600. Grayscale: #787878. Windows color (decimal): -1824257 or 16722404. OLE color: 16722404.

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

Color convert

RGB 228 41 255 -
CMYK 0.11 0.84 0 0
HSL 292.43º 1% 0.58% -
HSV(B) 292.43º 0.84% 1% -
XYZ 50.84 25.3 96.81 -
YUV 121.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 228 41 255 0.11 0.84 0 0 292.43 1 0.58
Hex E4 29 FF B 54 0 0 124 64 3A
Octal 344 51 377 13 124 0 0 444 144 72
Binary 11100100 101001 11111111 1011 1010100 0 0 100100100 1100100 111010

Color Harmonies of #E429FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429FF

Black with #E429FF

Text Example


Text Example

White with #E429FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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