#EB20EC

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

Shades of Psychedelic Purple #EB20EC

Tints of Psychedelic Purple #EB20EC

Color information

#EB20EC (or 0xEB20EC) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 20 and EC. RGB value is (235,32,236). Sum of RGB (Red+Green+Blue) = 235+32+236=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20EC is #14DF13. Grayscale: #737373. Windows color (decimal): -1367828 or 15474923. OLE color: 15474923.

HSL color Cylindrical-coordinate representation of color #EB20EC: hue angle of 299.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB20EC is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23532236-
CMYK0.000.8600.07
HSL299.71º84.3%52.55%-
HSV(B)299.71º86.44%92.55%-
XYZ49.9224.7581.5-
YUV115.95195.75212.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 32 (12.89% from 255) = 6.36%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=46.72%
G=6.36%
B=46.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235322360.000.8600.07299.7184.352.55
HexEB20EC0560712c5435
Octal3534035401260745412465
Binary11101011100000111011000101011001111001011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB20EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB20EC; }

 p { color: rgb(235,32,236); }

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

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

 a { background-color: rgb(235,32,236); }

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

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

 span { border-color: rgb(235,32,236); }

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