Html Css Color HEX #E32AF9 Psychedelic Purple

📋 copy color: '#E32AF9'

red 227 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #E32AF9

Tints of Psychedelic Purple #E32AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.11%

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

R = 43.82%
G = 8.11%
B = 48.07%

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

#E32AF9 (or 0xE32AF9) is known color: Psychedelic Purple. HEX triplet: E3, 2A and F9. RGB value is (227,42,249). Sum of RGB (Red+Green+Blue) = 227+42+249=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 42 (16.80% from 255 or 8.11% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #E32AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AF9 is #1CD506. Grayscale: #787878. Windows color (decimal): -1889543 or 16329443. OLE color: 16329443.

HSL color Cylindrical-coordinate representation of color #E32AF9: hue angle of 293.62º degrees, saturation: 0.95, 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 #E32AF9 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 42 249 -
CMYK 0.09 0.83 0 0.02
HSL 293.62º 0.95% 0.57% -
HSV(B) 293.62º 0.83% 0.98% -
XYZ 49.61 24.83 91.8 -
YUV 120.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 227 42 249 0.09 0.83 0 0.02 293.62 0.95 0.57
Hex E3 2A F9 9 53 0 2 126 5F 39
Octal 343 52 371 11 123 0 2 446 137 71
Binary 11100011 101010 11111001 1001 1010011 0 10 100100110 1011111 111001

Color Harmonies of #E32AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32AF9

Black with #E32AF9

Text Example


Text Example

White with #E32AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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