Html Css Color HEX #E711EF Psychedelic Purple

📋 copy color: '#E711EF'

red 231 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #E711EF

Tints of Psychedelic Purple #E711EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 47.43%
G = 3.49%
B = 49.08%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E711EF (or 0xE711EF) is known color: Psychedelic Purple. HEX triplet: E7, 11 and EF. RGB value is (231,17,239). Sum of RGB (Red+Green+Blue) = 231+17+239=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #E711EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711EF is #18EE10. Grayscale: #696969. Windows color (decimal): -1633809 or 15667687. OLE color: 15667687.

HSL color Cylindrical-coordinate representation of color #E711EF: hue angle of 297.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711EF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 17 239 -
CMYK 0.03 0.93 0 0.06
HSL 297.84º 0.87% 0.5% -
HSV(B) 297.84º 0.93% 0.94% -
XYZ 48.74 23.62 83.65 -
YUV 106.29 202.9 216.95 -
System Red Green Blue C M Y K H S L
Decimal 231 17 239 0.03 0.93 0 0.06 297.84 0.87 0.5
Hex E7 11 EF 3 5D 0 6 12A 57 32
Octal 347 21 357 3 135 0 6 452 127 62
Binary 11100111 10001 11101111 11 1011101 0 110 100101010 1010111 110010

Color Harmonies of #E711EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711EF

Black with #E711EF

Text Example


Text Example

White with #E711EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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