Html Css Color HEX #E429FC Psychedelic Purple

📋 copy color: '#E429FC'

red 228 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E429FC

Tints of Psychedelic Purple #E429FC

RGB

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

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

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

R = 43.76%
G = 7.87%
B = 48.37%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E429FC (or 0xE429FC) is known color: Psychedelic Purple. HEX triplet: E4, 29 and FC. RGB value is (228,41,252). Sum of RGB (Red+Green+Blue) = 228+41+252=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #E429FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429FC is #1BD603. Grayscale: #787878. Windows color (decimal): -1824260 or 16525796. OLE color: 16525796.

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

Color convert

RGB 228 41 252 -
CMYK 0.10 0.84 0 0.01
HSL 293.18º 0.97% 0.57% -
HSV(B) 293.18º 0.84% 0.99% -
XYZ 50.36 25.11 94.29 -
YUV 120.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 228 41 252 0.10 0.84 0 0.01 293.18 0.97 0.57
Hex E4 29 FC A 54 0 1 125 61 39
Octal 344 51 374 12 124 0 1 445 141 71
Binary 11100100 101001 11111100 1010 1010100 0 1 100100101 1100001 111001

Color Harmonies of #E429FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429FC

Black with #E429FC

Text Example


Text Example

White with #E429FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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