Html Css Color HEX #E711FC Psychedelic Purple

📋 copy color: '#E711FC'

red 231 ◦ green 17 ◦ blue 252

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

Shades of Psychedelic Purple #E711FC

Tints of Psychedelic Purple #E711FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 46.2%
G = 3.4%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E711FC (or 0xE711FC) is known color: Psychedelic Purple. HEX triplet: E7, 11 and FC. RGB value is (231,17,252). Sum of RGB (Red+Green+Blue) = 231+17+252=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E711FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711FC is #18EE03. Grayscale: #6B6B6B. Windows color (decimal): -1633796 or 16519655. OLE color: 16519655.

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

Color convert

RGB 231 17 252 -
CMYK 0.08 0.93 0 0.01
HSL 294.64º 0.98% 0.53% -
HSV(B) 294.64º 0.93% 0.99% -
XYZ 50.73 24.42 94.14 -
YUV 107.78 209.4 215.89 -
System Red Green Blue C M Y K H S L
Decimal 231 17 252 0.08 0.93 0 0.01 294.64 0.98 0.53
Hex E7 11 FC 8 5D 0 1 127 62 35
Octal 347 21 374 10 135 0 1 447 142 65
Binary 11100111 10001 11111100 1000 1011101 0 1 100100111 1100010 110101

Color Harmonies of #E711FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711FC

Black with #E711FC

Text Example


Text Example

White with #E711FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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