#EA33FF

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

Shades of Psychedelic Purple #EA33FF

Tints of Psychedelic Purple #EA33FF

Color information

#EA33FF (or 0xEA33FF) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 33 and FF. RGB value is (234,51,255). Sum of RGB (Red+Green+Blue) = 234+51+255=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA33FF is #15CC00. Grayscale: #808080. Windows color (decimal): -1428481 or 16724970. OLE color: 16724970.

HSL color Cylindrical-coordinate representation of color #EA33FF: hue angle of 293.82º 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 #EA33FF is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23451255-
CMYK0.080.800
HSL293.82º100%60%-
HSV(B)293.82º80%100%-
XYZ53.1727.0897.03-
YUV128.97199.13202.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 9.44%
BLUE value IS 255 (100% from 255) = 47.22%
R=43.33%
G=9.44%
B=47.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234512550.080.800293.8210060
HexEA33FF85000126643c
Octal35263377101200044614474
Binary111010101100111111111110001010000001001001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA33FF; }

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

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

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

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

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

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

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

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