#EB05EC

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

Shades of Psychedelic Purple #EB05EC

Tints of Psychedelic Purple #EB05EC

Color information

#EB05EC (or 0xEB05EC) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 05 and EC. RGB value is (235,5,236). Sum of RGB (Red+Green+Blue) = 235+5+236=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB05EC is #14FA13. Grayscale: #636363. Windows color (decimal): -1374740 or 15468011. OLE color: 15468011.

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

Color convert

RGB2355236-
CMYK0.000.9800.07
HSL299.74º95.85%47.25%-
HSV(B)299.74º97.88%92.55%-
XYZ49.4623.8381.35-
YUV100.1204.7224.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=49.37%
G=1.05%
B=49.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23552360.000.9800.07299.7495.8547.25
HexEB5EC0620712c602f
Octal353535401420745414057
Binary11101011101111011000110001001111001011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB05EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB05EC; }

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

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

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

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

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

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

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

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