#E800F9

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

Shades of Psychedelic Purple #E800F9

Tints of Psychedelic Purple #E800F9

Color information

#E800F9 (or 0xE800F9) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 00 and F9. RGB value is (232,0,249). Sum of RGB (Red+Green+Blue) = 232+0+249=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #E800F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800F9 is #17FF06. Grayscale: #606060. Windows color (decimal): -1572615 or 16318696. OLE color: 16318696.

HSL color Cylindrical-coordinate representation of color #E800F9: hue angle of 295.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800F9 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2320249-
CMYK0.07100.02
HSL295.9º100%48.82%-
HSV(B)295.9º100%97.65%-
XYZ50.382491.6-
YUV97.75213.36223.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=48.23%
G=0%
B=51.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal23202490.07100.02295.910048.82
HexE80F9764021286431
Octal350037171440245014461
Binary1110100001111100111111001000101001010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E800F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E800F9; }

 p { color: rgb(232,0,249); }

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

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

 a { background-color: rgb(232,0,249); }

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

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

 span { border-color: rgb(232,0,249); }

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