Html Css Color HEX #E429ED Psychedelic Purple

📋 copy color: '#E429ED'

red 228 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #E429ED

Tints of Psychedelic Purple #E429ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 45.06%
G = 8.1%
B = 46.84%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E429ED (or 0xE429ED) is known color: Psychedelic Purple. HEX triplet: E4, 29 and ED. RGB value is (228,41,237). Sum of RGB (Red+Green+Blue) = 228+41+237=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #E429ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429ED is #1BD612. Grayscale: #767676. Windows color (decimal): -1824275 or 15542756. OLE color: 15542756.

HSL color Cylindrical-coordinate representation of color #E429ED: hue angle of 297.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E429ED is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 41 237 -
CMYK 0.04 0.83 0 0.07
HSL 297.24º 0.84% 0.55% -
HSV(B) 297.24º 0.83% 0.93% -
XYZ 48.07 24.19 82.26 -
YUV 119.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 228 41 237 0.04 0.83 0 0.07 297.24 0.84 0.55
Hex E4 29 ED 4 53 0 7 129 54 37
Octal 344 51 355 4 123 0 7 451 124 67
Binary 11100100 101001 11101101 100 1010011 0 111 100101001 1010100 110111

Color Harmonies of #E429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429ED

Black with #E429ED

Text Example


Text Example

White with #E429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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