Html Css Color HEX #E11AFB Psychedelic Purple

📋 copy color: '#E11AFB'

red 225 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #E11AFB

Tints of Psychedelic Purple #E11AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 44.82%
G = 5.18%
B = 50%

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

#E11AFB (or 0xE11AFB) is known color: Psychedelic Purple. HEX triplet: E1, 1A and FB. RGB value is (225,26,251). Sum of RGB (Red+Green+Blue) = 225+26+251=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #E11AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AFB is #1EE504. Grayscale: #6E6E6E. Windows color (decimal): -2024709 or 16456417. OLE color: 16456417.

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

Color convert

RGB 225 26 251 -
CMYK 0.10 0.90 0 0.02
HSL 293.07º 0.97% 0.54% -
HSV(B) 293.07º 0.9% 0.98% -
XYZ 48.83 23.71 93.27 -
YUV 111.15 206.93 209.2 -
System Red Green Blue C M Y K H S L
Decimal 225 26 251 0.10 0.90 0 0.02 293.07 0.97 0.54
Hex E1 1A FB A 5A 0 2 125 61 36
Octal 341 32 373 12 132 0 2 445 141 66
Binary 11100001 11010 11111011 1010 1011010 0 10 100100101 1100001 110110

Color Harmonies of #E11AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AFB

Black with #E11AFB

Text Example


Text Example

White with #E11AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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