Html Css Color HEX #E513EF Psychedelic Purple

📋 copy color: '#E513EF'

red 229 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #E513EF

Tints of Psychedelic Purple #E513EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 47.02%
G = 3.9%
B = 49.08%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E513EF (or 0xE513EF) is known color: Psychedelic Purple. HEX triplet: E5, 13 and EF. RGB value is (229,19,239). Sum of RGB (Red+Green+Blue) = 229+19+239=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #E513EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513EF is #1AEC10. Grayscale: #6A6A6A. Windows color (decimal): -1764369 or 15668197. OLE color: 15668197.

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

Color convert

RGB 229 19 239 -
CMYK 0.04 0.92 0 0.06
HSL 297.27º 0.87% 0.51% -
HSV(B) 297.27º 0.92% 0.94% -
XYZ 48.13 23.36 83.63 -
YUV 106.87 202.57 215.11 -
System Red Green Blue C M Y K H S L
Decimal 229 19 239 0.04 0.92 0 0.06 297.27 0.87 0.51
Hex E5 13 EF 4 5C 0 6 129 57 33
Octal 345 23 357 4 134 0 6 451 127 63
Binary 11100101 10011 11101111 100 1011100 0 110 100101001 1010111 110011

Color Harmonies of #E513EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513EF

Black with #E513EF

Text Example


Text Example

White with #E513EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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