#E707F8

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

Shades of Psychedelic Purple #E707F8

Tints of Psychedelic Purple #E707F8

Color information

#E707F8 (or 0xE707F8) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 07 and F8. RGB value is (231,7,248). Sum of RGB (Red+Green+Blue) = 231+7+248=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #E707F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E707F8 is #18F807. Grayscale: #646464. Windows color (decimal): -1636360 or 16254951. OLE color: 16254951.

HSL color Cylindrical-coordinate representation of color #E707F8: hue angle of 295.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707F8 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2317248-
CMYK0.070.9700.03
HSL295.77º94.51%50%-
HSV(B)295.77º97.18%97.25%-
XYZ49.9723.9290.79-
YUV101.45210.71220.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.53%
GREEN value IS 7 (3.12% from 255) = 1.44%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=47.53%
G=1.44%
B=51.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal23172480.070.9700.03295.7794.5150
HexE77F8761031285f32
Octal347737071410345013762
Binary111001111111111100011111000010111001010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E707F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E707F8; }

 p { color: rgb(231,7,248); }

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

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

 a { background-color: rgb(231,7,248); }

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

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

 span { border-color: rgb(231,7,248); }

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