#E71EEF

Color #E71EEF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E71EEF

Tints of Psychedelic Purple #E71EEF

Color information

#E71EEF (or 0xE71EEF) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 1E and EF. RGB value is (231,30,239). Sum of RGB (Red+Green+Blue) = 231+30+239=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E71EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71EEF is #18E110. Grayscale: #717171. Windows color (decimal): -1630481 or 15671015. OLE color: 15671015.

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

Color convert

RGB23130239-
CMYK0.030.8700.06
HSL297.7º86.72%52.75%-
HSV(B)297.7º87.45%93.73%-
XYZ4924.1583.74-
YUV113.93198.59211.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 30 (12.11% from 255) = 6%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=46.2%
G=6%
B=47.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal231302390.030.8700.06297.786.7252.75
HexE71EEF3570612a5735
Octal3473635731270645212765
Binary11100111111101110111111101011101101001010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71EEF; }

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

 H1.HeaderClassName
 {
   color: #E71EEF;
 }
 .AnyTagClassName
 {
   color: #E71EEF;
 }
</style>
background-color css

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

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

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

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

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

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