Html Css Color HEX #E513FF Psychedelic Purple

📋 copy color: '#E513FF'

red 229 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #E513FF

Tints of Psychedelic Purple #E513FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 45.53%
G = 3.78%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E513FF (or 0xE513FF) is known color: Psychedelic Purple. HEX triplet: E5, 13 and FF. RGB value is (229,19,255). Sum of RGB (Red+Green+Blue) = 229+19+255=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 19 (7.81% from 255 or 3.78% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E513FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513FF is #1AEC00. Grayscale: #6B6B6B. Windows color (decimal): -1764353 or 16716773. OLE color: 16716773.

HSL color Cylindrical-coordinate representation of color #E513FF: hue angle of 293.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E513FF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 19 255 -
CMYK 0.10 0.93 0 0
HSL 293.39º 1% 0.54% -
HSV(B) 293.39º 0.93% 1% -
XYZ 50.6 24.34 96.64 -
YUV 108.69 210.57 213.81 -
System Red Green Blue C M Y K H S L
Decimal 229 19 255 0.10 0.93 0 0 293.39 1 0.54
Hex E5 13 FF A 5D 0 0 125 64 36
Octal 345 23 377 12 135 0 0 445 144 66
Binary 11100101 10011 11111111 1010 1011101 0 0 100100101 1100100 110110

Color Harmonies of #E513FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513FF

Black with #E513FF

Text Example


Text Example

White with #E513FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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