Html Css Color HEX #E511FA Psychedelic Purple

📋 copy color: '#E511FA'

red 229 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E511FA

Tints of Psychedelic Purple #E511FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.43%

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

R = 46.17%
G = 3.43%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E511FA (or 0xE511FA) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FA. RGB value is (229,17,250). Sum of RGB (Red+Green+Blue) = 229+17+250=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E511FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FA is #1AEE05. Grayscale: #6A6A6A. Windows color (decimal): -1764870 or 16388581. OLE color: 16388581.

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

Color convert

RGB 229 17 250 -
CMYK 0.08 0.93 0 0.02
HSL 294.59º 0.96% 0.52% -
HSV(B) 294.59º 0.93% 0.98% -
XYZ 49.77 23.96 92.44 -
YUV 106.95 208.74 215.05 -
System Red Green Blue C M Y K H S L
Decimal 229 17 250 0.08 0.93 0 0.02 294.59 0.96 0.52
Hex E5 11 FA 8 5D 0 2 127 60 34
Octal 345 21 372 10 135 0 2 447 140 64
Binary 11100101 10001 11111010 1000 1011101 0 10 100100111 1100000 110100

Color Harmonies of #E511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511FA

Black with #E511FA

Text Example


Text Example

White with #E511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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