Html Css Color HEX #E513ED Psychedelic Purple

📋 copy color: '#E513ED'

red 229 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #E513ED

Tints of Psychedelic Purple #E513ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 47.22%
G = 3.92%
B = 48.87%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E513ED (or 0xE513ED) is known color: Psychedelic Purple. HEX triplet: E5, 13 and ED. RGB value is (229,19,237). Sum of RGB (Red+Green+Blue) = 229+19+237=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E513ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513ED is #1AEC12. Grayscale: #696969. Windows color (decimal): -1764371 or 15537125. OLE color: 15537125.

HSL color Cylindrical-coordinate representation of color #E513ED: hue angle of 297.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513ED is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 19 237 -
CMYK 0.03 0.92 0 0.07
HSL 297.8º 0.86% 0.5% -
HSV(B) 297.8º 0.92% 0.93% -
XYZ 47.83 23.24 82.09 -
YUV 106.64 201.57 215.27 -
System Red Green Blue C M Y K H S L
Decimal 229 19 237 0.03 0.92 0 0.07 297.8 0.86 0.5
Hex E5 13 ED 3 5C 0 7 12A 56 32
Octal 345 23 355 3 134 0 7 452 126 62
Binary 11100101 10011 11101101 11 1011100 0 111 100101010 1010110 110010

Color Harmonies of #E513ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513ED

Black with #E513ED

Text Example


Text Example

White with #E513ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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