#EB33FA

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

Shades of Psychedelic Purple #EB33FA

Tints of Psychedelic Purple #EB33FA

Color information

#EB33FA (or 0xEB33FA) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 33 and FA. RGB value is (235,51,250). Sum of RGB (Red+Green+Blue) = 235+51+250=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB33FA is #14CC05. Grayscale: #808080. Windows color (decimal): -1362950 or 16397291. OLE color: 16397291.

HSL color Cylindrical-coordinate representation of color #EB33FA: hue angle of 295.48º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB33FA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23551250-
CMYK0.060.8000.02
HSL295.48º95.22%59.02%-
HSV(B)295.48º79.6%98.04%-
XYZ52.726.9392.86-
YUV128.7196.46203.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 51 (20.31% from 255) = 9.51%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=43.84%
G=9.51%
B=46.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235512500.060.8000.02295.4895.2259.02
HexEB33FA650021275f3b
Octal3536337261200244713773
Binary111010111100111111101011010100000101001001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB33FA; }

 p { color: rgb(235,51,250); }

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

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

 a { background-color: rgb(235,51,250); }

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

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

 span { border-color: rgb(235,51,250); }

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