#E816F8

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

Shades of Psychedelic Purple #E816F8

Tints of Psychedelic Purple #E816F8

Color information

#E816F8 (or 0xE816F8) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 16 and F8. RGB value is (232,22,248). Sum of RGB (Red+Green+Blue) = 232+22+248=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #E816F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E816F8 is #17E907. Grayscale: #6D6D6D. Windows color (decimal): -1566984 or 16258792. OLE color: 16258792.

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

Color convert

RGB23222248-
CMYK0.060.9100.03
HSL295.75º94.17%52.94%-
HSV(B)295.75º91.13%97.25%-
XYZ50.5124.5190.88-
YUV110.55205.57214.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.22%
GREEN value IS 22 (8.98% from 255) = 4.38%
BLUE value IS 248 (97.27% from 255) = 49.40%
R=46.22%
G=4.38%
B=49.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal232222480.060.9100.03295.7594.1752.94
HexE816F865B031285e35
Octal3502637061330345013665
Binary11101000101101111100011010110110111001010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E816F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E816F8; }

 p { color: rgb(232,22,248); }

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

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

 a { background-color: rgb(232,22,248); }

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

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

 span { border-color: rgb(232,22,248); }

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