Html Css Color HEX #E513EA Psychedelic Purple

📋 copy color: '#E513EA'

red 229 ◦ green 19 ◦ blue 234

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

Shades of Psychedelic Purple #E513EA

Tints of Psychedelic Purple #E513EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.94%

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

R = 47.51%
G = 3.94%
B = 48.55%

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

#E513EA (or 0xE513EA) is known color: Psychedelic Purple. HEX triplet: E5, 13 and EA. RGB value is (229,19,234). Sum of RGB (Red+Green+Blue) = 229+19+234=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #E513EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513EA is #1AEC15. Grayscale: #696969. Windows color (decimal): -1764374 or 15340517. OLE color: 15340517.

HSL color Cylindrical-coordinate representation of color #E513EA: hue angle of 298.6º degrees, saturation: 0.85, 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 #E513EA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 19 234 -
CMYK 0.02 0.92 0 0.08
HSL 298.6º 0.85% 0.5% -
HSV(B) 298.6º 0.92% 0.92% -
XYZ 47.4 23.06 79.8 -
YUV 106.3 200.07 215.52 -
System Red Green Blue C M Y K H S L
Decimal 229 19 234 0.02 0.92 0 0.08 298.6 0.85 0.5
Hex E5 13 EA 2 5C 0 8 12B 55 32
Octal 345 23 352 2 134 0 10 453 125 62
Binary 11100101 10011 11101010 10 1011100 0 1000 100101011 1010101 110010

Color Harmonies of #E513EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513EA

Black with #E513EA

Text Example


Text Example

White with #E513EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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