Html Css Color HEX #E518EA Psychedelic Purple

📋 copy color: '#E518EA'

red 229 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #E518EA

Tints of Psychedelic Purple #E518EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.93%

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

R = 47.02%
G = 4.93%
B = 48.05%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E518EA (or 0xE518EA) is known color: Psychedelic Purple. HEX triplet: E5, 18 and EA. RGB value is (229,24,234). Sum of RGB (Red+Green+Blue) = 229+24+234=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E518EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518EA is #1AE715. Grayscale: #6C6C6C. Windows color (decimal): -1763094 or 15341797. OLE color: 15341797.

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

Color convert

RGB 229 24 234 -
CMYK 0.02 0.90 0 0.08
HSL 298.57º 0.83% 0.51% -
HSV(B) 298.57º 0.9% 0.92% -
XYZ 47.49 23.25 79.83 -
YUV 109.24 198.42 213.42 -
System Red Green Blue C M Y K H S L
Decimal 229 24 234 0.02 0.90 0 0.08 298.57 0.83 0.51
Hex E5 18 EA 2 5A 0 8 12B 53 33
Octal 345 30 352 2 132 0 10 453 123 63
Binary 11100101 11000 11101010 10 1011010 0 1000 100101011 1010011 110011

Color Harmonies of #E518EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518EA

Black with #E518EA

Text Example


Text Example

White with #E518EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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