Html Css Color HEX #E522FB Psychedelic Purple

📋 copy color: '#E522FB'

red 229 ◦ green 34 ◦ blue 251

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

Shades of Psychedelic Purple #E522FB

Tints of Psychedelic Purple #E522FB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.61%

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

R = 44.55%
G = 6.61%
B = 48.83%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E522FB (or 0xE522FB) is known color: Psychedelic Purple. HEX triplet: E5, 22 and FB. RGB value is (229,34,251). Sum of RGB (Red+Green+Blue) = 229+34+251=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #E522FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E522FB is #1ADD04. Grayscale: #747474. Windows color (decimal): -1760517 or 16458469. OLE color: 16458469.

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

Color convert

RGB 229 34 251 -
CMYK 0.09 0.86 0 0.02
HSL 293.92º 0.96% 0.56% -
HSV(B) 293.92º 0.86% 0.98% -
XYZ 50.3 24.77 93.4 -
YUV 117.04 203.6 207.86 -
System Red Green Blue C M Y K H S L
Decimal 229 34 251 0.09 0.86 0 0.02 293.92 0.96 0.56
Hex E5 22 FB 9 56 0 2 126 60 38
Octal 345 42 373 11 126 0 2 446 140 70
Binary 11100101 100010 11111011 1001 1010110 0 10 100100110 1100000 111000

Color Harmonies of #E522FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522FB

Black with #E522FB

Text Example


Text Example

White with #E522FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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