Html Css Color HEX #E32FF6 Psychedelic Purple

📋 copy color: '#E32FF6'

red 227 ◦ green 47 ◦ blue 246

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

Shades of Psychedelic Purple #E32FF6

Tints of Psychedelic Purple #E32FF6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.04%

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 43.65%
G = 9.04%
B = 47.31%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E32FF6 (or 0xE32FF6) is known color: Psychedelic Purple. HEX triplet: E3, 2F and F6. RGB value is (227,47,246). Sum of RGB (Red+Green+Blue) = 227+47+246=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 47 (18.75% from 255 or 9.04% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #E32FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FF6 is #1CD009. Grayscale: #7A7A7A. Windows color (decimal): -1888266 or 16134115. OLE color: 16134115.

HSL color Cylindrical-coordinate representation of color #E32FF6: hue angle of 294.27º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32FF6 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 227 47 246 -
CMYK 0.08 0.81 0 0.04
HSL 294.27º 0.92% 0.57% -
HSV(B) 294.27º 0.81% 0.96% -
XYZ 49.33 25.02 89.42 -
YUV 123.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 227 47 246 0.08 0.81 0 0.04 294.27 0.92 0.57
Hex E3 2F F6 8 51 0 4 126 5C 39
Octal 343 57 366 10 121 0 4 446 134 71
Binary 11100011 101111 11110110 1000 1010001 0 100 100100110 1011100 111001

Color Harmonies of #E32FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FF6

Black with #E32FF6

Text Example


Text Example

White with #E32FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FF6; }

 p { color: rgb(227,47,246); }

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

background-color css

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

 a { background-color: rgb(227,47,246); }

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

border-color css

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

 span { border-color: rgb(227,47,246); }

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