#EB10EE

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

Shades of Psychedelic Purple #EB10EE

Tints of Psychedelic Purple #EB10EE

Color information

#EB10EE (or 0xEB10EE) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 10 and EE. RGB value is (235,16,238). Sum of RGB (Red+Green+Blue) = 235+16+238=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10EE is #14EF11. Grayscale: #6A6A6A. Windows color (decimal): -1371922 or 15601899. OLE color: 15601899.

HSL color Cylindrical-coordinate representation of color #EB10EE: hue angle of 299.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB10EE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23516238-
CMYK0.010.9300.07
HSL299.19º87.4%49.8%-
HSV(B)299.19º93.28%93.33%-
XYZ49.8824.2182.93-
YUV106.79202.05219.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 16 (6.64% from 255) = 3.27%
BLUE value IS 238 (93.36% from 255) = 48.67%
R=48.06%
G=3.27%
B=48.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235162380.010.9300.07299.1987.449.8
HexEB10EE15D0712b5732
Octal3532035611350745312762
Binary1110101110000111011101101110101111001010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10EE; }

 p { color: rgb(235,16,238); }

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

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

 a { background-color: rgb(235,16,238); }

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

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

 span { border-color: rgb(235,16,238); }

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