Html Css Color HEX #E521FB Psychedelic Purple

📋 copy color: '#E521FB'

red 229 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #E521FB

Tints of Psychedelic Purple #E521FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.43%

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

R = 44.64%
G = 6.43%
B = 48.93%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E521FB (or 0xE521FB) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FB. RGB value is (229,33,251). Sum of RGB (Red+Green+Blue) = 229+33+251=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #E521FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FB is #1ADE04. Grayscale: #737373. Windows color (decimal): -1760773 or 16458213. OLE color: 16458213.

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

Color convert

RGB 229 33 251 -
CMYK 0.09 0.87 0 0.02
HSL 293.94º 0.96% 0.56% -
HSV(B) 293.94º 0.87% 0.98% -
XYZ 50.27 24.71 93.39 -
YUV 116.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 229 33 251 0.09 0.87 0 0.02 293.94 0.96 0.56
Hex E5 21 FB 9 57 0 2 126 60 38
Octal 345 41 373 11 127 0 2 446 140 70
Binary 11100101 100001 11111011 1001 1010111 0 10 100100110 1100000 111000

Color Harmonies of #E521FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521FB

Black with #E521FB

Text Example


Text Example

White with #E521FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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