#eb1ae6

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

Shades of Psychedelic Purple #EB1AE6

Tints of Psychedelic Purple #EB1AE6

Color information

#EB1AE6 (or 0xEB1AE6) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 1A and E6. RGB value is (235,26,230). Sum of RGB (Red+Green+Blue) = 235+26+230=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1AE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB1AE6 is #14E519. Grayscale: #6F6F6F. Windows color (decimal): -1369370 or 15080171. OLE color: 15080171.

HSL color Cylindrical-coordinate representation of color #EB1AE6: hue angle of 301.44º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1AE6 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23526230-
CMYK00.890.020.08
HSL301.44º83.94%51.18%-
HSV(B)301.44º88.94%92.16%-
XYZ48.9124.1176.94-
YUV111.75194.74215.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 26 (10.55% from 255) = 5.30%
BLUE value IS 230 (90.23% from 255) = 46.84%
R=47.86%
G=5.30%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352623000.890.020.08301.4483.9451.18
HexEB1AE60592812d5433
Octal35332346013121045512463
Binary111010111101011100110010110011010001001011011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb1ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb1ae6; }

 p { color: rgb(235,26,230); }

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

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

 a { background-color: rgb(235,26,230); }

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

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

 span { border-color: rgb(235,26,230); }

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