#ea32ff

Color #EA32FF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EA32FF

Tints of Psychedelic Purple #EA32FF

Color information

#EA32FF (or 0xEA32FF) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 32 and FF. RGB value is (234,50,255). Sum of RGB (Red+Green+Blue) = 234+50+255=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 50 (19.92% from 255 or 9.28% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA32FF is #15CD00. Grayscale: #7F7F7F. Windows color (decimal): -1428737 or 16724714. OLE color: 16724714.

HSL color Cylindrical-coordinate representation of color #EA32FF: hue angle of 293.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA32FF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23450255-
CMYK0.080.8000
HSL293.85º100%59.8%-
HSV(B)293.85º80.39%100%-
XYZ53.1226.9997.02-
YUV128.39199.46203.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 50 (19.92% from 255) = 9.28%
BLUE value IS 255 (100% from 255) = 47.31%
R=43.41%
G=9.28%
B=47.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234502550.080.8000293.8510059.8
HexEA32FF85000126643c
Octal35262377101200044614474
Binary111010101100101111111110001010000001001001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea32ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea32ff; }

 p { color: rgb(234,50,255); }

 H1.HeaderClassName
 {
   color: #ea32ff;
 }
 .AnyTagClassName
 {
   color: #ea32ff;
 }
</style>
background-color css

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

 a { background-color: rgb(234,50,255); }

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

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

 span { border-color: rgb(234,50,255); }

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