Html Css Color HEX #E429F9 Psychedelic Purple

📋 copy color: '#E429F9'

red 228 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #E429F9

Tints of Psychedelic Purple #E429F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 44.02%
G = 7.92%
B = 48.07%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E429F9 (or 0xE429F9) is known color: Psychedelic Purple. HEX triplet: E4, 29 and F9. RGB value is (228,41,249). Sum of RGB (Red+Green+Blue) = 228+41+249=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #E429F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429F9 is #1BD606. Grayscale: #777777. Windows color (decimal): -1824263 or 16329188. OLE color: 16329188.

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

Color convert

RGB 228 41 249 -
CMYK 0.08 0.84 0 0.02
HSL 293.94º 0.95% 0.57% -
HSV(B) 293.94º 0.84% 0.98% -
XYZ 49.89 24.92 91.8 -
YUV 120.63 200.45 204.59 -
System Red Green Blue C M Y K H S L
Decimal 228 41 249 0.08 0.84 0 0.02 293.94 0.95 0.57
Hex E4 29 F9 8 54 0 2 126 5F 39
Octal 344 51 371 10 124 0 2 446 137 71
Binary 11100100 101001 11111001 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E429F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429F9

Black with #E429F9

Text Example


Text Example

White with #E429F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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