#E70BF6

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

Shades of Psychedelic Purple #E70BF6

Tints of Psychedelic Purple #E70BF6

Color information

#E70BF6 (or 0xE70BF6) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 0B and F6. RGB value is (231,11,246). Sum of RGB (Red+Green+Blue) = 231+11+246=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #E70BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70BF6 is #18F409. Grayscale: #666666. Windows color (decimal): -1635338 or 16124903. OLE color: 16124903.

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

Color convert

RGB23111246-
CMYK0.060.9600.04
HSL296.17º92.89%50.39%-
HSV(B)296.17º95.53%96.47%-
XYZ49.7123.8889.18-
YUV103.57208.39218.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 11 (4.69% from 255) = 2.25%
BLUE value IS 246 (96.48% from 255) = 50.41%
R=47.34%
G=2.25%
B=50.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal231112460.060.9600.04296.1792.8950.39
HexE7BF6660041285d32
Octal3471336661400445013562
Binary11100111101111110110110110000001001001010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70BF6; }

 p { color: rgb(231,11,246); }

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

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

 a { background-color: rgb(231,11,246); }

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

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

 span { border-color: rgb(231,11,246); }

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