Html Css Color HEX #E11EFA Psychedelic Purple

📋 copy color: '#E11EFA'

red 225 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #E11EFA

Tints of Psychedelic Purple #E11EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.94%

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

R = 44.55%
G = 5.94%
B = 49.5%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E11EFA (or 0xE11EFA) is known color: Psychedelic Purple. HEX triplet: E1, 1E and FA. RGB value is (225,30,250). Sum of RGB (Red+Green+Blue) = 225+30+250=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #E11EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EFA is #1EE105. Grayscale: #707070. Windows color (decimal): -2023686 or 16391905. OLE color: 16391905.

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

Color convert

RGB 225 30 250 -
CMYK 0.10 0.88 0 0.02
HSL 293.18º 0.96% 0.55% -
HSV(B) 293.18º 0.88% 0.98% -
XYZ 48.77 23.84 92.47 -
YUV 113.39 205.1 207.61 -
System Red Green Blue C M Y K H S L
Decimal 225 30 250 0.10 0.88 0 0.02 293.18 0.96 0.55
Hex E1 1E FA A 58 0 2 125 60 37
Octal 341 36 372 12 130 0 2 445 140 67
Binary 11100001 11110 11111010 1010 1011000 0 10 100100101 1100000 110111

Color Harmonies of #E11EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EFA

Black with #E11EFA

Text Example


Text Example

White with #E11EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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