#E208F6

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

Shades of Psychedelic Purple #E208F6

Tints of Psychedelic Purple #E208F6

Color information

#E208F6 (or 0xE208F6) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 08 and F6. RGB value is (226,8,246). Sum of RGB (Red+Green+Blue) = 226+8+246=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 8 (3.52% from 255 or 1.67% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #E208F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E208F6 is #1DF709. Grayscale: #636363. Windows color (decimal): -1963786 or 16124130. OLE color: 16124130.

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

Color convert

RGB2268246-
CMYK0.080.9700.04
HSL294.96º93.7%49.8%-
HSV(B)294.96º96.75%96.47%-
XYZ48.092389.09-
YUV100.31210.22217.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.08%
GREEN value IS 8 (3.52% from 255) = 1.67%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=47.08%
G=1.67%
B=51.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22682460.080.9700.04294.9693.749.8
HexE28F6861041275e32
Octal34210366101410444713662
Binary111000101000111101101000110000101001001001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E208F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E208F6; }

 p { color: rgb(226,8,246); }

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

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

 a { background-color: rgb(226,8,246); }

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

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

 span { border-color: rgb(226,8,246); }

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