Html Css Color HEX #E32AEB Psychedelic Purple

📋 copy color: '#E32AEB'

red 227 ◦ green 42 ◦ blue 235

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

Shades of Psychedelic Purple #E32AEB

Tints of Psychedelic Purple #E32AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 45.04%
G = 8.33%
B = 46.63%

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

#E32AEB (or 0xE32AEB) is known color: Psychedelic Purple. HEX triplet: E3, 2A and EB. RGB value is (227,42,235). Sum of RGB (Red+Green+Blue) = 227+42+235=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E32AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AEB is #1CD514. Grayscale: #767676. Windows color (decimal): -1889557 or 15411939. OLE color: 15411939.

HSL color Cylindrical-coordinate representation of color #E32AEB: hue angle of 297.51º degrees, saturation: 0.83, 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 #E32AEB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 42 235 -
CMYK 0.03 0.82 0 0.08
HSL 297.51º 0.83% 0.54% -
HSV(B) 297.51º 0.82% 0.92% -
XYZ 47.5 23.98 80.72 -
YUV 119.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 227 42 235 0.03 0.82 0 0.08 297.51 0.83 0.54
Hex E3 2A EB 3 52 0 8 12A 53 36
Octal 343 52 353 3 122 0 10 452 123 66
Binary 11100011 101010 11101011 11 1010010 0 1000 100101010 1010011 110110

Color Harmonies of #E32AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32AEB

Black with #E32AEB

Text Example


Text Example

White with #E32AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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