#E607F8

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

Shades of Psychedelic Purple #E607F8

Tints of Psychedelic Purple #E607F8

Color information

#E607F8 (or 0xE607F8) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 07 and F8. RGB value is (230,7,248). Sum of RGB (Red+Green+Blue) = 230+7+248=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #E607F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607F8 is #19F807. Grayscale: #646464. Windows color (decimal): -1701896 or 16254950. OLE color: 16254950.

HSL color Cylindrical-coordinate representation of color #E607F8: hue angle of 295.52º 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 #E607F8 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2307248-
CMYK0.070.9700.03
HSL295.52º94.51%50%-
HSV(B)295.52º97.18%97.25%-
XYZ49.6523.7590.77-
YUV101.15210.88219.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 7 (3.12% from 255) = 1.44%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=47.42%
G=1.44%
B=51.13%

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
Decimal23072480.070.9700.03295.5294.5150
HexE67F8761031285f32
Octal346737071410345013762
Binary111001101111111100011111000010111001010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E607F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E607F8; }

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

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

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

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

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

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

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

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