Html Css Color HEX #E32AFB Psychedelic Purple

📋 copy color: '#E32AFB'

red 227 ◦ green 42 ◦ blue 251

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

Shades of Psychedelic Purple #E32AFB

Tints of Psychedelic Purple #E32AFB

RGB

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

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

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

R = 43.65%
G = 8.08%
B = 48.27%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E32AFB (or 0xE32AFB) is known color: Psychedelic Purple. HEX triplet: E3, 2A and FB. RGB value is (227,42,251). Sum of RGB (Red+Green+Blue) = 227+42+251=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 42 (16.80% from 255 or 8.08% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #E32AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AFB is #1CD504. Grayscale: #787878. Windows color (decimal): -1889541 or 16460515. OLE color: 16460515.

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

Color convert

RGB 227 42 251 -
CMYK 0.10 0.83 0 0.02
HSL 293.11º 0.96% 0.57% -
HSV(B) 293.11º 0.83% 0.98% -
XYZ 49.92 24.95 93.45 -
YUV 121.14 201.29 203.51 -
System Red Green Blue C M Y K H S L
Decimal 227 42 251 0.10 0.83 0 0.02 293.11 0.96 0.57
Hex E3 2A FB A 53 0 2 125 60 39
Octal 343 52 373 12 123 0 2 445 140 71
Binary 11100011 101010 11111011 1010 1010011 0 10 100100101 1100000 111001

Color Harmonies of #E32AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32AFB

Black with #E32AFB

Text Example


Text Example

White with #E32AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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