Html Css Color HEX #E512EE Psychedelic Purple

📋 copy color: '#E512EE'

red 229 ◦ green 18 ◦ blue 238

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

Shades of Psychedelic Purple #E512EE

Tints of Psychedelic Purple #E512EE

RGB

 RED value IS 229 (89.84% from 255) = 47.22%

 GREEN value IS 18 (7.42% from 255) = 3.71%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 47.22%
G = 3.71%
B = 49.07%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E512EE (or 0xE512EE) is known color: Psychedelic Purple. HEX triplet: E5, 12 and EE. RGB value is (229,18,238). Sum of RGB (Red+Green+Blue) = 229+18+238=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E512EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512EE is #1AED11. Grayscale: #696969. Windows color (decimal): -1764626 or 15602405. OLE color: 15602405.

HSL color Cylindrical-coordinate representation of color #E512EE: hue angle of 297.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512EE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 18 238 -
CMYK 0.04 0.92 0 0.07
HSL 297.55º 0.87% 0.5% -
HSV(B) 297.55º 0.92% 0.93% -
XYZ 47.96 23.26 82.85 -
YUV 106.17 202.4 215.61 -
System Red Green Blue C M Y K H S L
Decimal 229 18 238 0.04 0.92 0 0.07 297.55 0.87 0.5
Hex E5 12 EE 4 5C 0 7 12A 57 32
Octal 345 22 356 4 134 0 7 452 127 62
Binary 11100101 10010 11101110 100 1011100 0 111 100101010 1010111 110010

Color Harmonies of #E512EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512EE

Black with #E512EE

Text Example


Text Example

White with #E512EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512EE; }

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

 H1.HeaderClassName
 {
   color: #E512EE;
 }
 .AnyTagClassName
 {
   color: #E512EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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