Html Css Color HEX #E429FD Psychedelic Purple

📋 copy color: '#E429FD'

red 228 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #E429FD

Tints of Psychedelic Purple #E429FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 43.68%
G = 7.85%
B = 48.47%

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

#E429FD (or 0xE429FD) is known color: Psychedelic Purple. HEX triplet: E4, 29 and FD. RGB value is (228,41,253). Sum of RGB (Red+Green+Blue) = 228+41+253=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E429FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429FD is #1BD602. Grayscale: #787878. Windows color (decimal): -1824259 or 16591332. OLE color: 16591332.

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

Color convert

RGB 228 41 253 -
CMYK 0.10 0.84 0 0.01
HSL 292.92º 0.98% 0.58% -
HSV(B) 292.92º 0.84% 0.99% -
XYZ 50.52 25.17 95.12 -
YUV 121.08 202.45 204.26 -
System Red Green Blue C M Y K H S L
Decimal 228 41 253 0.10 0.84 0 0.01 292.92 0.98 0.58
Hex E4 29 FD A 54 0 1 125 62 3A
Octal 344 51 375 12 124 0 1 445 142 72
Binary 11100100 101001 11111101 1010 1010100 0 1 100100101 1100010 111010

Color Harmonies of #E429FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429FD

Black with #E429FD

Text Example


Text Example

White with #E429FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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