Html Css Color HEX #E513FE Psychedelic Purple

📋 copy color: '#E513FE'

red 229 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #E513FE

Tints of Psychedelic Purple #E513FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 45.62%
G = 3.78%
B = 50.6%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E513FE (or 0xE513FE) is known color: Psychedelic Purple. HEX triplet: E5, 13 and FE. RGB value is (229,19,254). Sum of RGB (Red+Green+Blue) = 229+19+254=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #E513FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513FE is #1AEC01. Grayscale: #6B6B6B. Windows color (decimal): -1764354 or 16651237. OLE color: 16651237.

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

Color convert

RGB 229 19 254 -
CMYK 0.10 0.93 0 0.00
HSL 293.62º 0.99% 0.54% -
HSV(B) 293.62º 0.93% 1% -
XYZ 50.44 24.28 95.79 -
YUV 108.58 210.07 213.89 -
System Red Green Blue C M Y K H S L
Decimal 229 19 254 0.10 0.93 0 0.00 293.62 0.99 0.54
Hex E5 13 FE A 5D 0 0 126 63 36
Octal 345 23 376 12 135 0 0 446 143 66
Binary 11100101 10011 11111110 1010 1011101 0 0 100100110 1100011 110110

Color Harmonies of #E513FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513FE

Black with #E513FE

Text Example


Text Example

White with #E513FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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