Html Css Color HEX #E515EA Psychedelic Purple

📋 copy color: '#E515EA'

red 229 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #E515EA

Tints of Psychedelic Purple #E515EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.34%

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

R = 47.31%
G = 4.34%
B = 48.35%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E515EA (or 0xE515EA) is known color: Psychedelic Purple. HEX triplet: E5, 15 and EA. RGB value is (229,21,234). Sum of RGB (Red+Green+Blue) = 229+21+234=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #E515EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515EA is #1AEA15. Grayscale: #6A6A6A. Windows color (decimal): -1763862 or 15341029. OLE color: 15341029.

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

Color convert

RGB 229 21 234 -
CMYK 0.02 0.91 0 0.08
HSL 298.59º 0.84% 0.5% -
HSV(B) 298.59º 0.91% 0.92% -
XYZ 47.43 23.13 79.81 -
YUV 107.47 199.41 214.68 -
System Red Green Blue C M Y K H S L
Decimal 229 21 234 0.02 0.91 0 0.08 298.59 0.84 0.5
Hex E5 15 EA 2 5B 0 8 12B 54 32
Octal 345 25 352 2 133 0 10 453 124 62
Binary 11100101 10101 11101010 10 1011011 0 1000 100101011 1010100 110010

Color Harmonies of #E515EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515EA

Black with #E515EA

Text Example


Text Example

White with #E515EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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