Html Css Color HEX #E518FF Psychedelic Purple

📋 copy color: '#E518FF'

red 229 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #E518FF

Tints of Psychedelic Purple #E518FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 45.08%
G = 4.72%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E518FF (or 0xE518FF) is known color: Psychedelic Purple. HEX triplet: E5, 18 and FF. RGB value is (229,24,255). Sum of RGB (Red+Green+Blue) = 229+24+255=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E518FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518FF is #1AE700. Grayscale: #6E6E6E. Windows color (decimal): -1763073 or 16718053. OLE color: 16718053.

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

Color convert

RGB 229 24 255 -
CMYK 0.10 0.91 0 0
HSL 293.25º 1% 0.55% -
HSV(B) 293.25º 0.91% 1% -
XYZ 50.69 24.53 96.67 -
YUV 111.63 208.92 211.72 -
System Red Green Blue C M Y K H S L
Decimal 229 24 255 0.10 0.91 0 0 293.25 1 0.55
Hex E5 18 FF A 5B 0 0 125 64 37
Octal 345 30 377 12 133 0 0 445 144 67
Binary 11100101 11000 11111111 1010 1011011 0 0 100100101 1100100 110111

Color Harmonies of #E518FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518FF

Black with #E518FF

Text Example


Text Example

White with #E518FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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