Html Css Color HEX #E531FB Psychedelic Purple

📋 copy color: '#E531FB'

red 229 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #E531FB

Tints of Psychedelic Purple #E531FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.26%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 43.29%
G = 9.26%
B = 47.45%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E531FB (or 0xE531FB) is known color: Psychedelic Purple. HEX triplet: E5, 31 and FB. RGB value is (229,49,251). Sum of RGB (Red+Green+Blue) = 229+49+251=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #E531FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531FB is #1ACE04. Grayscale: #7D7D7D. Windows color (decimal): -1756677 or 16462309. OLE color: 16462309.

HSL color Cylindrical-coordinate representation of color #E531FB: hue angle of 293.47º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E531FB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 49 251 -
CMYK 0.09 0.80 0 0.02
HSL 293.47º 0.96% 0.59% -
HSV(B) 293.47º 0.8% 0.98% -
XYZ 50.82 25.82 93.57 -
YUV 125.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 229 49 251 0.09 0.80 0 0.02 293.47 0.96 0.59
Hex E5 31 FB 9 50 0 2 125 60 3B
Octal 345 61 373 11 120 0 2 445 140 73
Binary 11100101 110001 11111011 1001 1010000 0 10 100100101 1100000 111011

Color Harmonies of #E531FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531FB

Black with #E531FB

Text Example


Text Example

White with #E531FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531FB; }

 p { color: rgb(229,49,251); }

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

background-color css

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

 a { background-color: rgb(229,49,251); }

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

border-color css

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

 span { border-color: rgb(229,49,251); }

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