#E006E6

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

Shades of Psychedelic Purple #E006E6

Tints of Psychedelic Purple #E006E6

Color information

#E006E6 (or 0xE006E6) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 06 and E6. RGB value is (224,6,230). Sum of RGB (Red+Green+Blue) = 224+6+230=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #E006E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006E6 is #1FF919. Grayscale: #606060. Windows color (decimal): -2095386 or 15075040. OLE color: 15075040.

HSL color Cylindrical-coordinate representation of color #E006E6: hue angle of 298.39º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006E6 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2246230-
CMYK0.030.9700.10
HSL298.39º94.92%46.27%-
HSV(B)298.39º97.39%90.2%-
XYZ45.0921.6976.67-
YUV96.72203.22218.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 230 (90.23% from 255) = 50%
R=48.70%
G=1.30%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22462300.030.9700.10298.3994.9246.27
HexE06E63610A12a5f2e
Octal3406346314101245213756
Binary1110000011011100110111100001010101001010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E006E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E006E6; }

 p { color: rgb(224,6,230); }

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

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

 a { background-color: rgb(224,6,230); }

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

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

 span { border-color: rgb(224,6,230); }

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