Html Css Color HEX #E515FD Psychedelic Purple

📋 copy color: '#E515FD'

red 229 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E515FD

Tints of Psychedelic Purple #E515FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.17%

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

R = 45.53%
G = 4.17%
B = 50.3%

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

#E515FD (or 0xE515FD) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FD. RGB value is (229,21,253). Sum of RGB (Red+Green+Blue) = 229+21+253=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E515FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FD is #1AEA02. Grayscale: #6C6C6C. Windows color (decimal): -1763843 or 16586213. OLE color: 16586213.

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

Color convert

RGB 229 21 253 -
CMYK 0.09 0.92 0 0.01
HSL 293.79º 0.98% 0.54% -
HSV(B) 293.79º 0.92% 0.99% -
XYZ 50.31 24.29 94.96 -
YUV 109.64 208.91 213.14 -
System Red Green Blue C M Y K H S L
Decimal 229 21 253 0.09 0.92 0 0.01 293.79 0.98 0.54
Hex E5 15 FD 9 5C 0 1 126 62 36
Octal 345 25 375 11 134 0 1 446 142 66
Binary 11100101 10101 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E515FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515FD

Black with #E515FD

Text Example


Text Example

White with #E515FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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