Html Css Color HEX #E029FD Psychedelic Purple

📋 copy color: '#E029FD'

red 224 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #E029FD

Tints of Psychedelic Purple #E029FD

RGB

 RED value IS 224 (87.89% from 255) = 43.24%

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

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

R = 43.24%
G = 7.92%
B = 48.84%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E029FD (or 0xE029FD) is known color: Psychedelic Purple. HEX triplet: E0, 29 and FD. RGB value is (224,41,253). Sum of RGB (Red+Green+Blue) = 224+41+253=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #E029FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E029FD is #1FD602. Grayscale: #777777. Windows color (decimal): -2086403 or 16591328. OLE color: 16591328.

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

Color convert

RGB 224 41 253 -
CMYK 0.11 0.84 0 0.01
HSL 291.79º 0.98% 0.58% -
HSV(B) 291.79º 0.84% 0.99% -
XYZ 49.26 24.53 95.07 -
YUV 119.89 203.13 202.26 -
System Red Green Blue C M Y K H S L
Decimal 224 41 253 0.11 0.84 0 0.01 291.79 0.98 0.58
Hex E0 29 FD B 54 0 1 124 62 3A
Octal 340 51 375 13 124 0 1 444 142 72
Binary 11100000 101001 11111101 1011 1010100 0 1 100100100 1100010 111010

Color Harmonies of #E029FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029FD

Black with #E029FD

Text Example


Text Example

White with #E029FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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