Html Css Color HEX #E518F5 Psychedelic Purple

📋 copy color: '#E518F5'

red 229 ◦ green 24 ◦ blue 245

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

Shades of Psychedelic Purple #E518F5

Tints of Psychedelic Purple #E518F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.2%

R = 45.98%
G = 4.82%
B = 49.2%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E518F5 (or 0xE518F5) is known color: Psychedelic Purple. HEX triplet: E5, 18 and F5. RGB value is (229,24,245). Sum of RGB (Red+Green+Blue) = 229+24+245=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #E518F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518F5 is #1AE70A. Grayscale: #6D6D6D. Windows color (decimal): -1763083 or 16062693. OLE color: 16062693.

HSL color Cylindrical-coordinate representation of color #E518F5: hue angle of 295.66º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518F5 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 24 245 -
CMYK 0.07 0.90 0 0.04
HSL 295.66º 0.92% 0.53% -
HSV(B) 295.66º 0.9% 0.96% -
XYZ 49.12 23.9 88.41 -
YUV 110.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 229 24 245 0.07 0.90 0 0.04 295.66 0.92 0.53
Hex E5 18 F5 7 5A 0 4 128 5C 35
Octal 345 30 365 7 132 0 4 450 134 65
Binary 11100101 11000 11110101 111 1011010 0 100 100101000 1011100 110101

Color Harmonies of #E518F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518F5

Black with #E518F5

Text Example


Text Example

White with #E518F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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