Html Css Color HEX #E512EA Psychedelic Purple

📋 copy color: '#E512EA'

red 229 ◦ green 18 ◦ blue 234

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

Shades of Psychedelic Purple #E512EA

Tints of Psychedelic Purple #E512EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 47.61%
G = 3.74%
B = 48.65%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E512EA (or 0xE512EA) is known color: Psychedelic Purple. HEX triplet: E5, 12 and EA. RGB value is (229,18,234). Sum of RGB (Red+Green+Blue) = 229+18+234=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #E512EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512EA is #1AED15. Grayscale: #696969. Windows color (decimal): -1764630 or 15340261. OLE color: 15340261.

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

Color convert

RGB 229 18 234 -
CMYK 0.02 0.92 0 0.08
HSL 298.61º 0.86% 0.49% -
HSV(B) 298.61º 0.92% 0.92% -
XYZ 47.38 23.03 79.79 -
YUV 105.71 200.4 215.94 -
System Red Green Blue C M Y K H S L
Decimal 229 18 234 0.02 0.92 0 0.08 298.61 0.86 0.49
Hex E5 12 EA 2 5C 0 8 12B 56 31
Octal 345 22 352 2 134 0 10 453 126 61
Binary 11100101 10010 11101010 10 1011100 0 1000 100101011 1010110 110001

Color Harmonies of #E512EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512EA

Black with #E512EA

Text Example


Text Example

White with #E512EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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