Html Css Color HEX #E429FA Psychedelic Purple

📋 copy color: '#E429FA'

red 228 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #E429FA

Tints of Psychedelic Purple #E429FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 43.93%
G = 7.9%
B = 48.17%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E429FA (or 0xE429FA) is known color: Psychedelic Purple. HEX triplet: E4, 29 and FA. RGB value is (228,41,250). Sum of RGB (Red+Green+Blue) = 228+41+250=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #E429FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429FA is #1BD605. Grayscale: #787878. Windows color (decimal): -1824262 or 16394724. OLE color: 16394724.

HSL color Cylindrical-coordinate representation of color #E429FA: hue angle of 293.68º 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 #E429FA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 41 250 -
CMYK 0.09 0.84 0 0.02
HSL 293.68º 0.95% 0.57% -
HSV(B) 293.68º 0.84% 0.98% -
XYZ 50.04 24.98 92.63 -
YUV 120.74 200.95 204.51 -
System Red Green Blue C M Y K H S L
Decimal 228 41 250 0.09 0.84 0 0.02 293.68 0.95 0.57
Hex E4 29 FA 9 54 0 2 126 5F 39
Octal 344 51 372 11 124 0 2 446 137 71
Binary 11100100 101001 11111010 1001 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429FA

Black with #E429FA

Text Example


Text Example

White with #E429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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