Html Css Color HEX #E011FA Psychedelic Purple

📋 copy color: '#E011FA'

red 224 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E011FA

Tints of Psychedelic Purple #E011FA

RGB

 RED value IS 224 (87.89% from 255) = 45.62%

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

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

R = 45.62%
G = 3.46%
B = 50.92%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E011FA (or 0xE011FA) is known color: Psychedelic Purple. HEX triplet: E0, 11 and FA. RGB value is (224,17,250). Sum of RGB (Red+Green+Blue) = 224+17+250=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E011FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FA is #1FEE05. Grayscale: #686868. Windows color (decimal): -2092550 or 16388576. OLE color: 16388576.

HSL color Cylindrical-coordinate representation of color #E011FA: hue angle of 293.3º 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 #E011FA is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 17 250 -
CMYK 0.10 0.93 0 0.02
HSL 293.3º 0.96% 0.52% -
HSV(B) 293.3º 0.93% 0.98% -
XYZ 48.2 23.15 92.37 -
YUV 105.46 209.58 212.55 -
System Red Green Blue C M Y K H S L
Decimal 224 17 250 0.10 0.93 0 0.02 293.3 0.96 0.52
Hex E0 11 FA A 5D 0 2 125 60 34
Octal 340 21 372 12 135 0 2 445 140 64
Binary 11100000 10001 11111010 1010 1011101 0 10 100100101 1100000 110100

Color Harmonies of #E011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011FA

Black with #E011FA

Text Example


Text Example

White with #E011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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