#E206F2

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

Shades of Psychedelic Purple #E206F2

Tints of Psychedelic Purple #E206F2

Color information

#E206F2 (or 0xE206F2) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 06 and F2. RGB value is (226,6,242). Sum of RGB (Red+Green+Blue) = 226+6+242=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #E206F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206F2 is #1DF90D. Grayscale: #616161. Windows color (decimal): -1964302 or 15861474. OLE color: 15861474.

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

Color convert

RGB2266242-
CMYK0.070.9800.05
HSL295.93º95.16%48.63%-
HSV(B)295.93º97.52%94.9%-
XYZ47.4622.7185.89-
YUV98.68208.89218.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 6 (2.73% from 255) = 1.27%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=47.68%
G=1.27%
B=51.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22662420.070.9800.05295.9395.1648.63
HexE26F2762051285f31
Octal342636271420545013761
Binary1110001011011110010111110001001011001010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E206F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E206F2; }

 p { color: rgb(226,6,242); }

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

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

 a { background-color: rgb(226,6,242); }

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

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

 span { border-color: rgb(226,6,242); }

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