Html Css Color HEX #E515FE Psychedelic Purple

📋 copy color: '#E515FE'

red 229 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E515FE

Tints of Psychedelic Purple #E515FE

RGB

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

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

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

R = 45.44%
G = 4.17%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E515FE (or 0xE515FE) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FE. RGB value is (229,21,254). Sum of RGB (Red+Green+Blue) = 229+21+254=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E515FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FE is #1AEA01. Grayscale: #6D6D6D. Windows color (decimal): -1763842 or 16651749. OLE color: 16651749.

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

Color convert

RGB 229 21 254 -
CMYK 0.10 0.92 0 0.00
HSL 293.56º 0.99% 0.54% -
HSV(B) 293.56º 0.92% 1% -
XYZ 50.47 24.35 95.81 -
YUV 109.75 209.41 213.05 -
System Red Green Blue C M Y K H S L
Decimal 229 21 254 0.10 0.92 0 0.00 293.56 0.99 0.54
Hex E5 15 FE A 5C 0 0 126 63 36
Octal 345 25 376 12 134 0 0 446 143 66
Binary 11100101 10101 11111110 1010 1011100 0 0 100100110 1100011 110110

Color Harmonies of #E515FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515FE

Black with #E515FE

Text Example


Text Example

White with #E515FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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