Html Css Color HEX #E534F9 Psychedelic Purple

📋 copy color: '#E534F9'

red 229 ◦ green 52 ◦ blue 249

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

Shades of Psychedelic Purple #E534F9

Tints of Psychedelic Purple #E534F9

RGB

 RED value IS 229 (89.84% from 255) = 43.21%

 GREEN value IS 52 (20.7% from 255) = 9.81%

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 43.21%
G = 9.81%
B = 46.98%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E534F9 (or 0xE534F9) is known color: Psychedelic Purple. HEX triplet: E5, 34 and F9. RGB value is (229,52,249). Sum of RGB (Red+Green+Blue) = 229+52+249=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #E534F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534F9 is #1ACB06. Grayscale: #7E7E7E. Windows color (decimal): -1755911 or 16332005. OLE color: 16332005.

HSL color Cylindrical-coordinate representation of color #E534F9: hue angle of 293.91º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E534F9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 52 249 -
CMYK 0.08 0.79 0 0.02
HSL 293.91º 0.94% 0.59% -
HSV(B) 293.91º 0.79% 0.98% -
XYZ 50.64 25.95 91.96 -
YUV 127.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 229 52 249 0.08 0.79 0 0.02 293.91 0.94 0.59
Hex E5 34 F9 8 4F 0 2 126 5E 3B
Octal 345 64 371 10 117 0 2 446 136 73
Binary 11100101 110100 11111001 1000 1001111 0 10 100100110 1011110 111011

Color Harmonies of #E534F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534F9

Black with #E534F9

Text Example


Text Example

White with #E534F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534F9; }

 p { color: rgb(229,52,249); }

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

background-color css

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

 a { background-color: rgb(229,52,249); }

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

border-color css

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

 span { border-color: rgb(229,52,249); }

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