Html Css Color HEX #E11AFA Psychedelic Purple

📋 copy color: '#E11AFA'

red 225 ◦ green 26 ◦ blue 250

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

Shades of Psychedelic Purple #E11AFA

Tints of Psychedelic Purple #E11AFA

RGB

 RED value IS 225 (88.28% from 255) = 44.91%

 GREEN value IS 26 (10.55% from 255) = 5.19%

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

R = 44.91%
G = 5.19%
B = 49.9%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E11AFA (or 0xE11AFA) is known color: Psychedelic Purple. HEX triplet: E1, 1A and FA. RGB value is (225,26,250). Sum of RGB (Red+Green+Blue) = 225+26+250=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E11AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AFA is #1EE505. Grayscale: #6E6E6E. Windows color (decimal): -2024710 or 16390881. OLE color: 16390881.

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

Color convert

RGB 225 26 250 -
CMYK 0.10 0.90 0 0.02
HSL 293.3º 0.96% 0.54% -
HSV(B) 293.3º 0.9% 0.98% -
XYZ 48.68 23.65 92.44 -
YUV 111.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 225 26 250 0.10 0.90 0 0.02 293.3 0.96 0.54
Hex E1 1A FA A 5A 0 2 125 60 36
Octal 341 32 372 12 132 0 2 445 140 66
Binary 11100001 11010 11111010 1010 1011010 0 10 100100101 1100000 110110

Color Harmonies of #E11AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AFA

Black with #E11AFA

Text Example


Text Example

White with #E11AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AFA; }

 p { color: rgb(225,26,250); }

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

background-color css

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

 a { background-color: rgb(225,26,250); }

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

border-color css

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

 span { border-color: rgb(225,26,250); }

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