Html Css Color HEX #E32BF9 Psychedelic Purple

📋 copy color: '#E32BF9'

red 227 ◦ green 43 ◦ blue 249

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

Shades of Psychedelic Purple #E32BF9

Tints of Psychedelic Purple #E32BF9

RGB

 RED value IS 227 (89.06% from 255) = 43.74%

 GREEN value IS 43 (17.19% from 255) = 8.29%

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

R = 43.74%
G = 8.29%
B = 47.98%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E32BF9 (or 0xE32BF9) is known color: Psychedelic Purple. HEX triplet: E3, 2B and F9. RGB value is (227,43,249). Sum of RGB (Red+Green+Blue) = 227+43+249=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 43 (17.19% from 255 or 8.29% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #E32BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32BF9 is #1CD406. Grayscale: #787878. Windows color (decimal): -1889287 or 16329699. OLE color: 16329699.

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

Color convert

RGB 227 43 249 -
CMYK 0.09 0.83 0 0.02
HSL 293.59º 0.94% 0.57% -
HSV(B) 293.59º 0.83% 0.98% -
XYZ 49.64 24.9 91.81 -
YUV 121.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 227 43 249 0.09 0.83 0 0.02 293.59 0.94 0.57
Hex E3 2B F9 9 53 0 2 126 5E 39
Octal 343 53 371 11 123 0 2 446 136 71
Binary 11100011 101011 11111001 1001 1010011 0 10 100100110 1011110 111001

Color Harmonies of #E32BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32BF9

Black with #E32BF9

Text Example


Text Example

White with #E32BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32BF9; }

 p { color: rgb(227,43,249); }

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

background-color css

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

 a { background-color: rgb(227,43,249); }

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

border-color css

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

 span { border-color: rgb(227,43,249); }

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