Html Css Color HEX #E311FF Psychedelic Purple

📋 copy color: '#E311FF'

red 227 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #E311FF

Tints of Psychedelic Purple #E311FF

RGB

 RED value IS 227 (89.06% from 255) = 45.49%

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 45.49%
G = 3.41%
B = 51.1%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E311FF (or 0xE311FF) is known color: Psychedelic Purple. HEX triplet: E3, 11 and FF. RGB value is (227,17,255). Sum of RGB (Red+Green+Blue) = 227+17+255=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311FF is #1CEE00. Grayscale: #6A6A6A. Windows color (decimal): -1895937 or 16716259. OLE color: 16716259.

HSL color Cylindrical-coordinate representation of color #E311FF: hue angle of 292.94º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E311FF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 17 255 -
CMYK 0.11 0.93 0 0
HSL 292.94º 1% 0.53% -
HSV(B) 292.94º 0.93% 1% -
XYZ 49.93 23.95 96.6 -
YUV 106.92 211.57 213.65 -
System Red Green Blue C M Y K H S L
Decimal 227 17 255 0.11 0.93 0 0 292.94 1 0.53
Hex E3 11 FF B 5D 0 0 125 64 35
Octal 343 21 377 13 135 0 0 445 144 65
Binary 11100011 10001 11111111 1011 1011101 0 0 100100101 1100100 110101

Color Harmonies of #E311FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311FF

Black with #E311FF

Text Example


Text Example

White with #E311FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311FF; }

 p { color: rgb(227,17,255); }

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

background-color css

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

 a { background-color: rgb(227,17,255); }

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

border-color css

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

 span { border-color: rgb(227,17,255); }

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