#EB10FE

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

Shades of Psychedelic Purple #EB10FE

Tints of Psychedelic Purple #EB10FE

Color information

#EB10FE (or 0xEB10FE) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 10 and FE. RGB value is (235,16,254). Sum of RGB (Red+Green+Blue) = 235+16+254=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10FE is #14EF01. Grayscale: #6B6B6B. Windows color (decimal): -1371906 or 16650475. OLE color: 16650475.

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

Color convert

RGB23516254-
CMYK0.070.9400.00
HSL295.21º99.17%52.94%-
HSV(B)295.21º93.7%99.61%-
XYZ52.3425.1995.87-
YUV108.61210.05218.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 16 (6.64% from 255) = 3.17%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=46.53%
G=3.17%
B=50.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal235162540.070.9400.00295.2199.1752.94
HexEB10FE75E001276335
Octal3532037671360044714365
Binary1110101110000111111101111011110001001001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10FE; }

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

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

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

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

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

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

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

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