Html Css Color HEX #E513FA Psychedelic Purple

📋 copy color: '#E513FA'

red 229 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E513FA

Tints of Psychedelic Purple #E513FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.82%

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

R = 45.98%
G = 3.82%
B = 50.2%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E513FA (or 0xE513FA) is known color: Psychedelic Purple. HEX triplet: E5, 13 and FA. RGB value is (229,19,250). Sum of RGB (Red+Green+Blue) = 229+19+250=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E513FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513FA is #1AEC05. Grayscale: #6B6B6B. Windows color (decimal): -1764358 or 16389093. OLE color: 16389093.

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

Color convert

RGB 229 19 250 -
CMYK 0.08 0.92 0 0.02
HSL 294.55º 0.96% 0.53% -
HSV(B) 294.55º 0.92% 0.98% -
XYZ 49.8 24.03 92.46 -
YUV 108.12 208.07 214.22 -
System Red Green Blue C M Y K H S L
Decimal 229 19 250 0.08 0.92 0 0.02 294.55 0.96 0.53
Hex E5 13 FA 8 5C 0 2 127 60 35
Octal 345 23 372 10 134 0 2 447 140 65
Binary 11100101 10011 11111010 1000 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513FA

Black with #E513FA

Text Example


Text Example

White with #E513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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