Html Css Color HEX #E513FD Psychedelic Purple

📋 copy color: '#E513FD'

red 229 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #E513FD

Tints of Psychedelic Purple #E513FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 45.71%
G = 3.79%
B = 50.5%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E513FD (or 0xE513FD) is known color: Psychedelic Purple. HEX triplet: E5, 13 and FD. RGB value is (229,19,253). Sum of RGB (Red+Green+Blue) = 229+19+253=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E513FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513FD is #1AEC02. Grayscale: #6B6B6B. Windows color (decimal): -1764355 or 16585701. OLE color: 16585701.

HSL color Cylindrical-coordinate representation of color #E513FD: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513FD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 19 253 -
CMYK 0.09 0.92 0 0.01
HSL 293.85º 0.98% 0.53% -
HSV(B) 293.85º 0.92% 0.99% -
XYZ 50.28 24.22 94.95 -
YUV 108.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 229 19 253 0.09 0.92 0 0.01 293.85 0.98 0.53
Hex E5 13 FD 9 5C 0 1 126 62 35
Octal 345 23 375 11 134 0 1 446 142 65
Binary 11100101 10011 11111101 1001 1011100 0 1 100100110 1100010 110101

Color Harmonies of #E513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513FD

Black with #E513FD

Text Example


Text Example

White with #E513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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