Html Css Color HEX #E711FA Psychedelic Purple

📋 copy color: '#E711FA'

red 231 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E711FA

Tints of Psychedelic Purple #E711FA

RGB

 RED value IS 231 (90.63% from 255) = 46.39%

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

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

R = 46.39%
G = 3.41%
B = 50.2%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E711FA (or 0xE711FA) is known color: Psychedelic Purple. HEX triplet: E7, 11 and FA. RGB value is (231,17,250). Sum of RGB (Red+Green+Blue) = 231+17+250=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E711FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711FA is #18EE05. Grayscale: #6A6A6A. Windows color (decimal): -1633798 or 16388583. OLE color: 16388583.

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

Color convert

RGB 231 17 250 -
CMYK 0.08 0.93 0 0.02
HSL 295.11º 0.96% 0.52% -
HSV(B) 295.11º 0.93% 0.98% -
XYZ 50.41 24.29 92.47 -
YUV 107.55 208.4 216.05 -
System Red Green Blue C M Y K H S L
Decimal 231 17 250 0.08 0.93 0 0.02 295.11 0.96 0.52
Hex E7 11 FA 8 5D 0 2 127 60 34
Octal 347 21 372 10 135 0 2 447 140 64
Binary 11100111 10001 11111010 1000 1011101 0 10 100100111 1100000 110100

Color Harmonies of #E711FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711FA

Black with #E711FA

Text Example


Text Example

White with #E711FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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