Html Css Color HEX #E32AEA Psychedelic Purple

📋 copy color: '#E32AEA'

red 227 ◦ green 42 ◦ blue 234

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

Shades of Psychedelic Purple #E32AEA

Tints of Psychedelic Purple #E32AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 45.13%
G = 8.35%
B = 46.52%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E32AEA (or 0xE32AEA) is known color: Psychedelic Purple. HEX triplet: E3, 2A and EA. RGB value is (227,42,234). Sum of RGB (Red+Green+Blue) = 227+42+234=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #E32AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AEA is #1CD515. Grayscale: #767676. Windows color (decimal): -1889558 or 15346403. OLE color: 15346403.

HSL color Cylindrical-coordinate representation of color #E32AEA: hue angle of 297.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32AEA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 42 234 -
CMYK 0.03 0.82 0 0.08
HSL 297.81º 0.82% 0.54% -
HSV(B) 297.81º 0.82% 0.92% -
XYZ 47.36 23.93 79.96 -
YUV 119.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 227 42 234 0.03 0.82 0 0.08 297.81 0.82 0.54
Hex E3 2A EA 3 52 0 8 12A 52 36
Octal 343 52 352 3 122 0 10 452 122 66
Binary 11100011 101010 11101010 11 1010010 0 1000 100101010 1010010 110110

Color Harmonies of #E32AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32AEA

Black with #E32AEA

Text Example


Text Example

White with #E32AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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