Html Css Color HEX #E518FE Psychedelic Purple

📋 copy color: '#E518FE'

red 229 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #E518FE

Tints of Psychedelic Purple #E518FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.73%

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

R = 45.17%
G = 4.73%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E518FE (or 0xE518FE) is known color: Psychedelic Purple. HEX triplet: E5, 18 and FE. RGB value is (229,24,254). Sum of RGB (Red+Green+Blue) = 229+24+254=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E518FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518FE is #1AE701. Grayscale: #6E6E6E. Windows color (decimal): -1763074 or 16652517. OLE color: 16652517.

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

Color convert

RGB 229 24 254 -
CMYK 0.10 0.91 0 0.00
HSL 293.48º 0.99% 0.55% -
HSV(B) 293.48º 0.91% 1% -
XYZ 50.53 24.47 95.83 -
YUV 111.52 208.42 211.8 -
System Red Green Blue C M Y K H S L
Decimal 229 24 254 0.10 0.91 0 0.00 293.48 0.99 0.55
Hex E5 18 FE A 5B 0 0 125 63 37
Octal 345 30 376 12 133 0 0 445 143 67
Binary 11100101 11000 11111110 1010 1011011 0 0 100100101 1100011 110111

Color Harmonies of #E518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518FE

Black with #E518FE

Text Example


Text Example

White with #E518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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