Html Css Color HEX #E512EB Psychedelic Purple

📋 copy color: '#E512EB'

red 229 ◦ green 18 ◦ blue 235

#E512EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E512EB

Tints of Psychedelic Purple #E512EB

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 value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E512EB (or 0xE512EB) is known color: 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

RGB 229 18 235 -
CMYK 0.03 0.92 0 0.08
HSL 298.34º 0.86% 0.5% -
HSV(B) 298.34º 0.92% 0.92% -
XYZ 47.52 23.09 80.55 -
YUV 105.83 200.9 215.86 -
System Red Green Blue C M Y K H S L
Decimal 229 18 235 0.03 0.92 0 0.08 298.34 0.86 0.5
Hex E5 12 EB 3 5C 0 8 12A 56 32
Octal 345 22 353 3 134 0 10 452 126 62
Binary 11100101 10010 11101011 11 1011100 0 1000 100101010 1010110 110010

Color Harmonies of #E512EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512EB

Black with #E512EB

Text Example


Text Example

White with #E512EB

Text Example


Text Example

HTML Codes & Css Web 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>