Html Css Color HEX #E518FA Psychedelic Purple

📋 copy color: '#E518FA'

red 229 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #E518FA

Tints of Psychedelic Purple #E518FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 45.53%
G = 4.77%
B = 49.7%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E518FA (or 0xE518FA) is known color: Psychedelic Purple. HEX triplet: E5, 18 and FA. RGB value is (229,24,250). Sum of RGB (Red+Green+Blue) = 229+24+250=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #E518FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E518FA is #1AE705. Grayscale: #6E6E6E. Windows color (decimal): -1763078 or 16390373. OLE color: 16390373.

HSL color Cylindrical-coordinate representation of color #E518FA: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518FA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 24 250 -
CMYK 0.08 0.90 0 0.02
HSL 294.42º 0.96% 0.54% -
HSV(B) 294.42º 0.9% 0.98% -
XYZ 49.9 24.21 92.49 -
YUV 111.06 206.42 212.12 -
System Red Green Blue C M Y K H S L
Decimal 229 24 250 0.08 0.90 0 0.02 294.42 0.96 0.54
Hex E5 18 FA 8 5A 0 2 126 60 36
Octal 345 30 372 10 132 0 2 446 140 66
Binary 11100101 11000 11111010 1000 1011010 0 10 100100110 1100000 110110

Color Harmonies of #E518FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518FA

Black with #E518FA

Text Example


Text Example

White with #E518FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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