#E512EB

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

Shades of Psychedelic Purple #E512EB

Tints of Psychedelic Purple #E512EB

Color information

#E512EB (or 0xE512EB) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 12 and EB. RGB value is (229,18,235). Sum of RGB (Red+Green+Blue) = 229+18+235=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #E512EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512EB is #1AED14. Grayscale: #696969. Windows color (decimal): -1764629 or 15405797. OLE color: 15405797.

HSL color Cylindrical-coordinate representation of color #E512EB: hue angle of 298.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512EB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22918235-
CMYK0.030.9200.08
HSL298.34º85.77%49.61%-
HSV(B)298.34º92.34%92.16%-
XYZ47.5223.0980.55-
YUV105.83200.9215.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 18 (7.42% from 255) = 3.73%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=47.51%
G=3.73%
B=48.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal229182350.030.9200.08298.3485.7749.61
HexE512EB35C0812a5632
Octal34522353313401045212662
Binary111001011001011101011111011100010001001010101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E512EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E512EB; }

 p { color: rgb(229,18,235); }

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

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

 a { background-color: rgb(229,18,235); }

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

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

 span { border-color: rgb(229,18,235); }

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